DBA Data[Home] [Help]

APPS.ENG_VALIDATE_REV_COMPONENT dependencies on FND_PRODUCT_INSTALLATIONS

Line 1489: FROM fnd_product_installations

1485: Is_OE_Installed VARCHAR2(1) := 'N';
1486:
1487: CURSOR c_OE_installed IS
1488: SELECT distinct 'I'
1489: FROM fnd_product_installations
1490: WHERE application_id = 300
1491: AND status = 'I';
1492:
1493: Is_Item_ATO VARCHAR2(1) := 'N';