DBA Data[Home] [Help]

APPS.ENG_VALIDATE_REV_COMPONENT dependencies on MTL_ITEM_SUB_AST_TRK_VAL_V

Line 875: FROM mtl_item_sub_ast_trk_val_v

871: l_InventoryAsset VARCHAR2(1);
872:
873: CURSOR c_Restrict_SubInv_Asset IS
874: SELECT locator_type
875: FROM mtl_item_sub_ast_trk_val_v
876: WHERE inventory_item_id = g_rev_comp_Unexp_rec.component_item_id
877: AND organization_id = g_rev_comp_Unexp_rec.organization_id
878: AND secondary_inventory_name =
879: g_rev_component_rec.supply_subinventory;