DBA Data[Home] [Help]

APPS.BOM_VALIDATE_BOM_COMPONENT dependencies on MTL_ITEM_SUB_AST_TRK_VAL_V

Line 1571: FROM mtl_item_sub_ast_trk_val_v

1567: l_InventoryAsset VARCHAR2(1);
1568:
1569: CURSOR c_Restrict_SubInv_Asset IS
1570: SELECT locator_type
1571: FROM mtl_item_sub_ast_trk_val_v
1572: WHERE inventory_item_id = g_rev_comp_Unexp_rec.component_item_id
1573: AND organization_id = g_rev_comp_Unexp_rec.organization_id
1574: AND secondary_inventory_name =
1575: g_rev_component_rec.supply_subinventory;