DBA Data[Home] [Help]

APPS.ENG_VALIDATE_REV_COMPONENT dependencies on MTL_ITEM_SUB_TRK_VAL_V

Line 883: FROM mtl_item_sub_trk_val_v

879: g_rev_component_rec.supply_subinventory;
880:
881: CURSOR c_Restrict_SubInv_Trk IS
882: SELECT locator_type
883: FROM mtl_item_sub_trk_val_v
884: WHERE inventory_item_id = g_rev_comp_Unexp_rec.component_item_id
885: AND organization_id = g_rev_comp_Unexp_rec.organization_id
886: AND secondary_inventory_name =
887: g_rev_component_rec.supply_subinventory;