DBA Data[Home] [Help]

APPS.ENG_VALIDATE_REV_COMPONENT dependencies on MTL_SUB_AST_TRK_VAL_V

Line 891: FROM mtl_sub_ast_trk_val_v

887: g_rev_component_rec.supply_subinventory;
888:
889: CURSOR c_SubInventory_Asset IS
890: SELECT locator_type
891: FROM mtl_sub_ast_trk_val_v
892: WHERE organization_id = g_rev_comp_Unexp_rec.organization_id
893: AND secondary_inventory_name =
894: g_rev_component_rec.supply_subinventory;
895: