DBA Data[Home] [Help]

APPS.PAY_PYUCSLIS_PKG dependencies on FND_PROFILE_OPTION_VALUES

Line 5018: fnd_profile_option_values

5014: AND p_effective_date BETWEEN fusg.start_date
5015: AND NVL(fusg.end_date,p_effective_date)
5016: AND EXISTS(
5017: SELECT level_value FROM
5018: fnd_profile_option_values
5019: WHERE profile_option_id = (SELECT profile_option_id FROM fnd_profile_options_vl
5020: WHERE profile_option_name = 'PER_SECURITY_PROFILE_ID')
5021: AND PROFILE_OPTION_VALUE = p_security_profile_id --SECURITY_PROFILE_ID
5022: AND LEVEL_ID=10003