Oracle Application
Pages
(Move to ...)
Home
Terms and Conditions
Privacy Policy
▼
Friday, 25 June 2021
Oracle EBS Function: Get Inventory Item On-Hand Quantity
›
CREATE OR REPLACE FUNCTION xx_onhand_qty ( p_inv_item_id IN VARCHAR2, p_org_id IN NUMBER, p_sub_inv IN VARCHAR2, ...
Friday, 18 June 2021
Oracle EBS - Procedure to create duplicate sales order based on existing sales order using Oracle API.
›
Requirement: We need to create duplicate Sales Order Based on Existing Sales Order using Oracle API. CREATE OR REPLACE PROCEDURE xx_create_...
Wednesday, 2 June 2021
Oracle EBS - How to add responsibility to user using PLSQL Script
›
--Add responsibility DECLARE v_user_name VARCHAR2(30):= '&USER_NAME'; lc_resp_appl_short_name VARCHAR2(100) :=...
‹
›
Home
View web version