DBA Data[Home] [Help]

APPS.BOM_VALIDATE_BOM_COMPONENT dependencies on MTL_SUBINVENTORIES_TRK_VAL_V

Line 1602: FROM mtl_subinventories_trk_val_v

1598: g_rev_component_rec.supply_subinventory;
1599:
1600: CURSOR c_Subinventory_Tracked IS
1601: SELECT locator_type
1602: FROM mtl_subinventories_trk_val_v
1603: WHERE organization_id = g_rev_comp_Unexp_rec.organization_id
1604: AND secondary_inventory_name =
1605: g_rev_component_rec.supply_subinventory;
1606: