DBA Data[Home] [Help]

APPS.BOM_VALIDATE_BOM_COMPONENT dependencies on MTL_ITEM_SUB_AST_TRK_VAL_V

Line 1579: FROM mtl_item_sub_ast_trk_val_v

1575: l_InventoryAsset VARCHAR2(1);
1576:
1577: CURSOR c_Restrict_SubInv_Asset IS
1578: SELECT locator_type
1579: FROM mtl_item_sub_ast_trk_val_v
1580: WHERE inventory_item_id = g_rev_comp_Unexp_rec.component_item_id
1581: AND organization_id = g_rev_comp_Unexp_rec.organization_id
1582: AND secondary_inventory_name =
1583: g_rev_component_rec.supply_subinventory;