DBA Data[Home] [Help]

APPS.BOM_VALIDATE_BOM_COMPONENT dependencies on MTL_SUB_AST_TRK_VAL_V

Line 1595: FROM mtl_sub_ast_trk_val_v

1591: g_rev_component_rec.supply_subinventory;
1592:
1593: CURSOR c_SubInventory_Asset IS
1594: SELECT locator_type
1595: FROM mtl_sub_ast_trk_val_v
1596: WHERE organization_id = g_rev_comp_Unexp_rec.organization_id
1597: AND secondary_inventory_name =
1598: g_rev_component_rec.supply_subinventory;
1599: