DBA Data[Home] [Help]

APPS.BOM_ROUTINGHEADER_PVT dependencies on MTL_SECONDARY_LOCATORS

Line 475: mtl_secondary_locators item

471: from dual
472: where not exists(
473: select null
474: from mtl_item_locations loc,
475: mtl_secondary_locators item
476: where loc.inventory_location_id = P_Location
477: and loc.organization_id = P_OrgId
478: and loc.subinventory_code = P_SubInventory
479: and nvl(loc.disable_date,trunc(SYSDATE)+1) > trunc(SYSDATE)