DBA Data[Home] [Help]

APPS.EGO_ICC_STRUCTURE_PVT dependencies on MTL_PARAMETERS

Line 3317: FROM mtl_parameters WHERE organization_id = p_organization_id;

3313: END IF;
3314:
3315: Begin
3316: SELECT stock_locator_control_code INTO l_org_locator_control
3317: FROM mtl_parameters WHERE organization_id = p_organization_id;
3318:
3319: SELECT location_control_code INTO l_item_locator_control
3320: FROM mtl_system_items
3321: WHERE organization_id = p_organization_id AND inventory_item_id = p_component_item_id;