DBA Data[Home] [Help]

APPS.BOM_VALIDATE_BOM_COMPONENT dependencies on MTL_SUB_AST_TRK_VAL_V

Line 1587: FROM mtl_sub_ast_trk_val_v

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