DBA Data[Home] [Help]

APPS.WMS_ENGINE_PVT dependencies on MTL_PARAMETERS

Line 1795: FROM mtl_parameters

1791:
1792: --Bug #3051649 /Grao : Org locator control
1793: CURSOR c_org_loc_control IS
1794: SELECT stock_locator_control_code
1795: FROM mtl_parameters
1796: WHERE organization_id = l_request_line_rec.organization_id;
1797:
1798: /* Bug # 5265024
1799: CURSOR l_wms_txn_temp_id_csr IS

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

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