DBA Data[Home] [Help]

APPS.PA_PURGE_VALIDATE_COSTING dependencies on FND_PRODUCT_INSTALLATIONS

Line 704: from fnd_product_installations

700: */
701:
702: /* checking for the project in contract commitments */
703: select count(*) into l_igc_exists
704: from fnd_product_installations
705: where application_id = 8407
706: and status <> 'N';
707:
708: IF ( l_igc_exists > 0 ) then