DBA Data[Home] [Help]

APPS.WMS_POST_ALLOCATION dependencies on INV_GLOBALS

Line 1776: AND mtrh.move_order_type = inv_globals.g_move_order_pick_wave

1772: FROM mtl_txn_request_headers mtrh
1773: , mtl_parameters mp
1774: WHERE mtrh.request_number = p_pickrel_batch
1775: AND mtrh.organization_id = p_organization_id
1776: AND mtrh.move_order_type = inv_globals.g_move_order_pick_wave
1777: AND mp.organization_id = p_organization_id;
1778: EXCEPTION
1779: WHEN OTHERS THEN
1780: IF g_debug = 1 THEN