DBA Data[Home] [Help]

APPS.INV_PICK_RELEASE_PVT dependencies on MTL_PARAMETERS

Line 209: --SELECT * FROM mtl_parameters;

205: -- Description: Allocate Requisition move order. No tolerances used.
206: -- Tolerance used for Pick Wave Move orders
207: -- For this release no tolerance for all other types of move orders
208: IF (l_move_order_type = inv_globals.g_move_order_requisition) THEN
209: --SELECT * FROM mtl_parameters;
210: x_max_tolerance := 0;
211: x_min_tolerance := 0;
212: x_max_tolerance2 := 0;
213: x_min_tolerance2 := 0;

Line 2079: FROM mtl_parameters

2075: END IF;
2076: /*
2077: SELECT *
2078: INTO l_org
2079: FROM mtl_parameters
2080: WHERE organization_id = p_mo_line_rec.organization_id;
2081:
2082: IF (is_debug) THEN
2083: print_debug('after select organization', 'Inv_Pick_Release_PVT.Process_Prj_Dynamic_Locator');