DBA Data[Home] [Help]

APPS.EGO_ICC_STRUCTURE_PVT dependencies on MTL_SECONDARY_INVENTORIES

Line 3324: FROM MTL_SECONDARY_INVENTORIES

3320: FROM mtl_system_items
3321: WHERE organization_id = p_organization_id AND inventory_item_id = p_component_item_id;
3322:
3323: SELECT LOCATOR_TYPE into l_sub_locator_control
3324: FROM MTL_SECONDARY_INVENTORIES
3325: WHERE ORGANIZATION_ID = p_organization_id and SECONDARY_INVENTORY_NAME = p_supply_subinventory;
3326:
3327: l_locator_control := BOM_Validate_Bom_Component.Control
3328: ( Org_Control => l_org_locator_control,