DBA Data[Home] [Help]

APPS.BOM_VALIDATE_BOM_COMPONENT dependencies on MTL_ITEM_SUB_TRK_VAL_V

Line 1587: FROM mtl_item_sub_trk_val_v

1583: g_rev_component_rec.supply_subinventory;
1584:
1585: CURSOR c_Restrict_SubInv_Trk IS
1586: SELECT locator_type
1587: FROM mtl_item_sub_trk_val_v
1588: WHERE inventory_item_id = g_rev_comp_Unexp_rec.component_item_id
1589: AND organization_id = g_rev_comp_Unexp_rec.organization_id
1590: AND secondary_inventory_name =
1591: g_rev_component_rec.supply_subinventory;