DBA Data[Home] [Help]

APPS.BOM_VALIDATE_BOM_COMPONENT dependencies on FND_PRODUCT_INSTALLATIONS

Line 3116: FROM fnd_product_installations

3112:
3113: -- Modified by MK on 11/13/00
3114: CURSOR c_OE_installed IS
3115: SELECT distinct 'I'
3116: FROM fnd_product_installations
3117: -- WHERE application_id = 300 -- Order Entry
3118: WHERE application_id = 660 -- ONT: Order Management
3119: AND status = 'I';
3120: