DBA Data[Home] [Help]

APPS.PER_SECURITY_PROFILES_PKG dependencies on FND_PROFILE_OPTIONS

Line 625: fnd_profile_options fp

621: --
622: cursor sec_profile is
623: select 'x'
624: from fnd_profile_option_values fpv ,
625: fnd_profile_options fp
626: where fpv.profile_option_value = to_char(p_security_profile_id)
627: -- added the following
628: and fp.application_id = fpv.application_id
629: and fp.profile_option_id = fpv.profile_option_id