DBA Data[Home] [Help]

APPS.CTO_DEACTIVATE_CONFIG_PK dependencies on STANDARD

Line 2732: and msi.bom_item_type = 4 -- standard bom only

2728: and bic.component_item_id = p_inventory_item_id
2729: and bom.organization_id = p_org_id
2730: and bom.assembly_item_id = msi.inventory_item_id
2731: and bom.organization_id = msi.organization_id
2732: and msi.bom_item_type = 4 -- standard bom only
2733: and msi.replenish_to_order_flag = 'Y'; -- ato items
2734:
2735: BEGIN
2736: WriteToLog('Entering CHECK_ACTIVE_PARENT_CONFIG for item '||p_inventory_item_id ||' in org '||p_org_id, 5 );