DBA Data[Home] [Help]

APPS.APRX_C_PY dependencies on FA_RX_UTIL_PKG

Line 135: fa_rx_util_pkg.enable_trace;

131: --
132: -- SQL Trace switches and debug flags are optional
133: -- but highly recommended.
134: if sql_trace = 'Y' then
135: fa_rx_util_pkg.enable_trace;
136: end if;
137: if debug_flag = 'Y' then
138: fa_rx_util_pkg.enable_debug;
139: end if;

Line 138: fa_rx_util_pkg.enable_debug;

134: if sql_trace = 'Y' then
135: fa_rx_util_pkg.enable_trace;
136: end if;
137: if debug_flag = 'Y' then
138: fa_rx_util_pkg.enable_debug;
139: end if;
140:
141: --
142: -- Run report

Line 292: fa_rx_util_pkg.enable_trace;

288: --
289: -- SQL Trace switches and debug flags are optional
290: -- but highly recommended.
291: if sql_trace = 'Y' then
292: fa_rx_util_pkg.enable_trace;
293: end if;
294: if debug_flag = 'Y' then
295: fa_rx_util_pkg.enable_debug;
296: end if;

Line 295: fa_rx_util_pkg.enable_debug;

291: if sql_trace = 'Y' then
292: fa_rx_util_pkg.enable_trace;
293: end if;
294: if debug_flag = 'Y' then
295: fa_rx_util_pkg.enable_debug;
296: end if;
297:
298: --
299: -- Run report