Welcome to Oracle ERP
Pages
(Move to ...)
Home
A Little Bit About Me
Trainings
▼
Pages
(Move to ...)
Privacy Policy
Disclaimer
▼
Showing posts with label
Shipping
.
Show all posts
Showing posts with label
Shipping
.
Show all posts
Wednesday, March 26, 2014
Script to Update Shipping Attributes in wsh_delivery_details
›
DECLARE CURSOR dev_header_cur IS SELECT * FROM apps.wsh_delivery_details WHERE delivery_detail_id IN ...
17 comments:
Thursday, November 7, 2013
Ship-Confirm API
›
CREATE OR REPLACE PROCEDURE ship_confirm (p_delivery_id IN NUMBER, p_shipment_date IN...
1 comment:
Auto-create Deliveries API
›
CREATE OR REPLACE PROCEDURE create_deliveries ( p_delivery_detail_ids IN wsh_util_core.id_tab_type, x_delivery_id ...
3 comments:
Transact Move Order API
›
CREATE OR REPLACE PROCEDURE transact_moveorder (p_delivery_id IN NUMBER) IS CURSOR c_deli_details IS SELECT wdd.source_he...
3 comments:
Unprocessed Shipping Transactions Query
›
SELECT 'Unprocessed Shipping Transactions'||'~'|| o.organization_code ||'~'|| to_char(wdd.last_upda...
2 comments:
Script to cancel delivery detail line
›
UPDATE wsh_delivery_details SET released_status = 'D', src_requested_quantity = 0, requested_quantity = 0, ...
Wednesday, March 27, 2013
Backordered Lines
›
Steps to follow for Backordered lines in OM Shipping 1. Check in Shipping Transaction Form, make sure the order still in “Ready to Rele...
Thursday, October 27, 2011
Pick Release API
›
CREATE OR REPLACE PROCEDURE APPS.xx_om_pick_release (x_errbuf OUT VARCHAR2, x_retcode OUT NUMBER ) AS CURSOR cur_delivery_details ...
›
Home
View web version