DBA Data[Home] [Help]

APPS.FND_GLOBAL dependencies on FND_PROFILE_OPTION_VALUES

Line 100: debug_trace_name fnd_profile_option_values.profile_option_value%type;

96: is_debugging boolean := false;
97:
98: -- Wildcard name for determining when to dump the stack when the
99: -- name's value is changed.
100: debug_trace_name fnd_profile_option_values.profile_option_value%type;
101:
102: -- Logging to fnd_core_log circumvents other logging.
103: -- That is, if this is enabled, the other two methods
104: -- will not be reached.

Line 158: from fnd_profile_option_values fpov, fnd_profile_options fpo

154: if debug_trace_name is null then
155: begin
156: select fpov.profile_option_value
157: into debug_trace_name
158: from fnd_profile_option_values fpov, fnd_profile_options fpo
159: where fpo.profile_option_name = 'AFGLOBAL_TRACE_NAME'
160: and fpo.profile_option_id = fpov.profile_option_id
161: and fpov.level_id = 10001
162: and fpo.application_id = fpov.application_id;