DBA Data[Home] [Help]

APPS.FND_PROFILE_CAT_OPTIONS_PKG dependencies on DUAL

Line 391: from dual;

387: */
388:
389: select fnd_profile_options_s.nextval
390: into prof_id
391: from dual;
392:
393: /* If X_PROF_APPL_SHORT_NAME is not passed then profile is created with
394: * the same application as that of it's category.
395: */