DBA Data[Home] [Help]

APPS.PAY_UPGRADE_DEFINITIONS_PKG dependencies on FND_APPLICATION

Line 669: from fnd_application

665: where upper(short_name) = upper(p_short_name) ;
666:
667: CURSOR C_APPL IS
668: select application_id
669: from fnd_application
670: where upper(application_short_name) = upper(P_OWNER_APPL_SHORT_NAME);
671:
672: l_appl_id PAY_UPGRADE_DEFINITIONS.OWNER_APPLICATION_ID%type;
673: --