DBA Data[Home] [Help]

APPS.EGO_ICC_STRUCTURE_PVT dependencies on BOM_VALIDATE_BOM_COMPONENT

Line 3327: l_locator_control := BOM_Validate_Bom_Component.Control

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,
3329: Sub_Control => l_item_locator_control,
3330: Item_Control => l_sub_locator_control);
3331: