DBA Data[Home] [Help]

APPS.MSC_ATP_CTO dependencies on STANDARD

Line 626: AND msi.bom_item_type = 4 -- chose always standard comp as option class will be passed by OM

622: AND msi.inventory_item_id = mbc.inventory_item_id
623: AND msi.organization_Id = mbc.organization_id
624: AND msi.plan_id = mbc.plan_id
625: AND msi.sr_instance_id = mbc.sr_instance_id
626: AND msi.bom_item_type = 4 -- chose always standard comp as option class will be passed by OM
627: AND (msi.atp_flag <> 'N' or msi.atp_components_flag <> 'N')
628: --4137608
629: -- effective date should be greater than or equal to greatest of PTF date, sysdate and request date
630: -- disable date should be less than or equal to greatest of PTF date, sysdate and request date