DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_UTILITIES dependencies on FND_PROFILE_OPTIONS

Line 808: from fnd_profile_options

804: end if;
805:
806: select profile_option_id, application_id
807: into profo_id, app_id
808: from fnd_profile_options
809: where profile_option_name = p_profile_name;
810:
811: f_luby := fnd_load_util.owner_id(p_owner);
812: