DBA Data[Home] [Help]

APPS.CTO_MATCH_AND_RESERVE dependencies on STANDARD

Line 1495: and msi.bom_item_type = 4; --standard item

1491: and oel.item_type_code = 'CONFIG'
1492: and oel.inventory_item_id = msi.inventory_item_id
1493: and oel.ship_from_org_id = msi.organization_id
1494: and msi.base_item_id is not null
1495: and msi.bom_item_type = 4; --standard item
1496:
1497: return TRUE;
1498:
1499: exception