DBA Data[Home] [Help]

APPS.INV_PICK_RELEASE_PVT dependencies on MTL_PARAMETERS

Line 192: --SELECT * FROM mtl_parameters;

188: -- Description: Allocate Requisition move order. No tolerances used.
189: -- Tolerance used for Pick Wave Move orders
190: -- For this release no tolerance for all other types of move orders
191: IF (l_move_order_type = inv_globals.g_move_order_requisition) THEN
192: --SELECT * FROM mtl_parameters;
193: x_max_tolerance := 0;
194: x_min_tolerance := 0;
195:
196: ELSIF (l_move_order_type = inv_globals.g_move_order_pick_wave

Line 1785: FROM mtl_parameters

1781: END IF;
1782: /*
1783: SELECT *
1784: INTO l_org
1785: FROM mtl_parameters
1786: WHERE organization_id = p_mo_line_rec.organization_id;
1787:
1788: IF (is_debug) THEN
1789: print_debug('after select organization', 'Inv_Pick_Release_PVT.Process_Prj_Dynamic_Locator');