DBA Data[Home] [Help]

APPS.WSH_PICK_LIST dependencies on WSH_PR_HEADER_HOLDS

Line 6313: DELETE FROM wsh_pr_header_holds

6309: -- Delete records from Worker Table and Credit Check table
6310: DELETE FROM wsh_pr_workers
6311: WHERE batch_id = p_batch_id;
6312:
6313: DELETE FROM wsh_pr_header_holds
6314: WHERE batch_id = p_batch_id;
6315:
6316: -- Call Inventory API to delete pick slip numbers from table as Inventory stores the numbers
6317: -- in physical table in case of Parallel Pick Release mode