DBA Data[Home] [Help]

APPS.INV_MGD_POSITIONS_PROC dependencies on MTL_PARAMETERS

Line 139: FROM mtl_parameters

135: SELECT
136: organization_id
137: INTO
138: x_context_rec.parent_organization_id
139: FROM mtl_parameters
140: WHERE organization_code = p_parent_org_code;
141:
142: IF G_DEBUG = 'Y' THEN
143: INV_MGD_POS_UTIL.Log

Line 286: FROM mtl_parameters

282: END IF;
283:
284: SELECT master_organization_id
285: INTO l_master_org_id
286: FROM mtl_parameters
287: WHERE organization_id = p_hierarchy_level;
288:
289: IF G_DEBUG = 'Y' THEN
290: INV_MGD_POS_UTIL.Log