DBA Data[Home] [Help]

APPS.WMS_ENGINE_PVT dependencies on MTL_PARAMETERS

Line 1781: FROM mtl_parameters

1777:
1778: --Bug #3051649 /Grao : Org locator control
1779: CURSOR c_org_loc_control IS
1780: SELECT stock_locator_control_code
1781: FROM mtl_parameters
1782: WHERE organization_id = l_request_line_rec.organization_id;
1783:
1784: /* Bug # 5265024
1785: CURSOR l_wms_txn_temp_id_csr IS

Line 2460: -- from the mtl_parameters is 'Yes' - OPM case

2456: -- Logic : if the search API is not called , then set the rule id to -999
2457: -- so that it could be handled in the strategy program as a special program
2458: -- Case 1. Pick - Serial reservation exisit for the total requested qty
2459: -- Case 2. Pick- detailed reservations exisit and org-level override rule flag
2460: -- from the mtl_parameters is 'Yes' - OPM case
2461: -- Case 3. Put away - For pickrelease and if destnation locator exisit
2462: -- Case 4. Putaway - For non WMS enabled org, do not call putaway rules
2463: -- Case 5. Putaway - For Crossdock putaaway , do not call putaway rules
2464: --