DBA Data[Home] [Help]

APPS.FND_GLOBAL dependencies on FND_PROFILE_OPTIONS

Line 123: from fnd_profile_option_values fpov, fnd_profile_options fpo

119: if debug_trace_name is null then
120: begin
121: select fpov.profile_option_value
122: into debug_trace_name
123: from fnd_profile_option_values fpov, fnd_profile_options fpo
124: where fpo.profile_option_name = 'AFGLOBAL_TRACE_NAME'
125: and fpo.profile_option_id = fpov.profile_option_id
126: and fpov.level_id = 10001
127: and fpo.application_id = fpov.application_id;