DBA Data[Home] [Help]

APPS.WSH_PICK_LIST dependencies on WSH_PR_HEADER_HOLDS

Line 6178: DELETE FROM wsh_pr_header_holds

6174: -- Delete records from Worker Table and Credit Check table
6175: DELETE FROM wsh_pr_workers
6176: WHERE batch_id = p_batch_id;
6177:
6178: DELETE FROM wsh_pr_header_holds
6179: WHERE batch_id = p_batch_id;
6180:
6181: -- Call Inventory API to delete pick slip numbers from table as Inventory stores the numbers
6182: -- in physical table in case of Parallel Pick Release mode