DBA Data[Home] [Help]

APPS.ZX_C_TAX_EXTRACT dependencies on FA_RX_UTIL_PKG

Line 237: -- fa_rx_util_pkg.enable_trace;

233: -- SQL Trace switches and debug flags are optional
234: -- but highly recommended.
235:
236: -- if sql_trace = 'Y' then
237: -- fa_rx_util_pkg.enable_trace;
238: -- end if;
239: if debug_flag = 'Y' then
240: fa_rx_util_pkg.enable_debug;
241: end if;

Line 240: fa_rx_util_pkg.enable_debug;

236: -- if sql_trace = 'Y' then
237: -- fa_rx_util_pkg.enable_trace;
238: -- end if;
239: if debug_flag = 'Y' then
240: fa_rx_util_pkg.enable_debug;
241: end if;
242:
243:
244:

Line 318: -- fa_rx_util_pkg.disable_trace;

314: --
315: -- Now Disable the SQL Trace and Debug Flag if enabled
316: --
317: -- if sql_trace = 'Y' then
318: -- fa_rx_util_pkg.disable_trace;
319: -- end if;
320: if debug_flag = 'Y' then
321: fa_rx_util_pkg.disable_debug;
322: end if;

Line 321: fa_rx_util_pkg.disable_debug;

317: -- if sql_trace = 'Y' then
318: -- fa_rx_util_pkg.disable_trace;
319: -- end if;
320: if debug_flag = 'Y' then
321: fa_rx_util_pkg.disable_debug;
322: end if;
323:
324: IF (g_level_procedure >= g_current_runtime_level ) THEN
325: FND_LOG.STRING(g_level_procedure, 'ZX.TRL.ZX_C_TAX_EXTRACT.populate_tax.BEGIN',