DBA Data[Home] [Help]

APPS.FND_SEC_BULK dependencies on FND_PROFILE_OPTION_VALUES

Line 125: from fnd_profile_option_values pov,

121: cursor profile_values is
122: select pov.application_id appid,
123: p.profile_option_name proname,
124: pov.profile_option_value val
125: from fnd_profile_option_values pov,
126: fnd_profile_options p,
127: fnd_user u
128: where pov.level_id = 10004
129: and pov.level_value = u.user_id