Shipment Tracking Number Update using API

procedure xxdm_upd_ship_num_in_orcl(p_delivery_detail_id NUMBER, p_thirsd_party_tracking_number VARCHAR2) is l_index NUMBER; l_msg_return NUMBER; x_return_status VARCHAR2 (1); x_msg_count NUMBER; [...]

To Upload Credit Memos in EBS

DEclare l_tax_combination_id number; l_return_status           VARCHAR2 (100); l_error                   VARCHAR2 (1000); v_request_id              NUMBER; v_msg_count               NUMBER; [...]

Split Sales Order Line using script.

Shipment is happening from third party system and if partial shipment is happening then sales order line should be split based on balance quantity and with shipped quantity line should get [...]

Start typing and press Enter to search