DBA Data[Home] [Help]

APPS.BOM_VALIDATE_BOM_COMPONENT dependencies on FND_PRODUCT_INSTALLATIONS

Line 3151: FROM fnd_product_installations

3147:
3148: -- Modified by MK on 11/13/00
3149: CURSOR c_OE_installed IS
3150: SELECT distinct 'I'
3151: FROM fnd_product_installations
3152: -- WHERE application_id = 300 -- Order Entry
3153: WHERE application_id = 660 -- ONT: Order Management
3154: AND status = 'I';
3155: