DBA Data[Home] [Help]

APPS.APRX_C_PY dependencies on FA_RX_UTIL_PKG

Line 130: fa_rx_util_pkg.enable_trace;

126: --
127: -- SQL Trace switches and debug flags are optional
128: -- but highly recommended.
129: if sql_trace = 'Y' then
130: fa_rx_util_pkg.enable_trace;
131: end if;
132: if debug_flag = 'Y' then
133: fa_rx_util_pkg.enable_debug;
134: end if;

Line 133: fa_rx_util_pkg.enable_debug;

129: if sql_trace = 'Y' then
130: fa_rx_util_pkg.enable_trace;
131: end if;
132: if debug_flag = 'Y' then
133: fa_rx_util_pkg.enable_debug;
134: end if;
135:
136: --
137: -- Run report

Line 282: fa_rx_util_pkg.enable_trace;

278: --
279: -- SQL Trace switches and debug flags are optional
280: -- but highly recommended.
281: if sql_trace = 'Y' then
282: fa_rx_util_pkg.enable_trace;
283: end if;
284: if debug_flag = 'Y' then
285: fa_rx_util_pkg.enable_debug;
286: end if;

Line 285: fa_rx_util_pkg.enable_debug;

281: if sql_trace = 'Y' then
282: fa_rx_util_pkg.enable_trace;
283: end if;
284: if debug_flag = 'Y' then
285: fa_rx_util_pkg.enable_debug;
286: end if;
287:
288: --
289: -- Run report