DBA Data[Home] [Help]

APPS.FND_PROFILE_CAT_OPTIONS_PKG dependencies on FND_APPLICATION

Line 279: from fnd_application

275: app_id number;
276: begin
277:
278: select application_id into app_id
279: from fnd_application
280: where application_short_name = X_APPLICATION_SHORT_NAME;
281:
282: select profile_option_id, application_id into prof_id, prof_app_id
283: from fnd_profile_options

Line 353: from fnd_application

349:
350: begin
351:
352: select application_id into app_id
353: from fnd_application
354: where application_short_name = X_APPLICATION_SHORT_NAME;
355:
356: -- Translate owner to file_last_updated_by
357: f_luby := fnd_load_util.owner_id(x_owner);

Line 398: from fnd_application

394: * the same application as that of it's category.
395: */
396:
397: select application_id into prof_app_id
398: from fnd_application
399: where application_short_name = nvl(X_PROF_APPL_SHORT_NAME, X_APPLICATION_SHORT_NAME);
400:
401: begin
402: fnd_profile_options_pkg.insert_row (