DBA Data[Home] [Help]

APPS.ARRX_C_ADJ dependencies on FA_RX_UTIL_PKG

Line 139: -- fa_rx_util_pkg.enable_trace;

135: -- but highly recommended.
136:
137: --ATG mandate remove code for sql trace
138: -- if upper(substrb(argument23, 1, 1)) = 'Y' then
139: -- fa_rx_util_pkg.enable_trace;
140: -- end if;
141:
142: if upper(substrb(argument22, 1, 1)) = 'Y' then
143: fa_rx_util_pkg.enable_debug;

Line 143: fa_rx_util_pkg.enable_debug;

139: -- fa_rx_util_pkg.enable_trace;
140: -- end if;
141:
142: if upper(substrb(argument22, 1, 1)) = 'Y' then
143: fa_rx_util_pkg.enable_debug;
144: end if;
145:
146: fa_rx_util_pkg.debug('ADJUSTMENT_REGISTER called with parameters
147: Reporting Level : '||argument1||'

Line 146: fa_rx_util_pkg.debug('ADJUSTMENT_REGISTER called with parameters

142: if upper(substrb(argument22, 1, 1)) = 'Y' then
143: fa_rx_util_pkg.enable_debug;
144: end if;
145:
146: fa_rx_util_pkg.debug('ADJUSTMENT_REGISTER called with parameters
147: Reporting Level : '||argument1||'
148: Reporting Entity ID : '||argument2||'
149: Set of Books ID : '||argument3||'
150: Chart of Accounts ID : '||argument4||'

Line 225: fa_rx_util_pkg.debug('AR_SHARED_SERVER_ERROR');

221:
222: commit;
223: EXCEPTION
224: WHEN OTHERS THEN
225: fa_rx_util_pkg.debug('AR_SHARED_SERVER_ERROR');
226: fa_rx_util_pkg.debug(sqlcode);
227: fa_rx_util_pkg.debug(sqlerrm);
228: retcode := 2;
229: END ADJUSTMENT_REGISTER;

Line 226: fa_rx_util_pkg.debug(sqlcode);

222: commit;
223: EXCEPTION
224: WHEN OTHERS THEN
225: fa_rx_util_pkg.debug('AR_SHARED_SERVER_ERROR');
226: fa_rx_util_pkg.debug(sqlcode);
227: fa_rx_util_pkg.debug(sqlerrm);
228: retcode := 2;
229: END ADJUSTMENT_REGISTER;
230:

Line 227: fa_rx_util_pkg.debug(sqlerrm);

223: EXCEPTION
224: WHEN OTHERS THEN
225: fa_rx_util_pkg.debug('AR_SHARED_SERVER_ERROR');
226: fa_rx_util_pkg.debug(sqlcode);
227: fa_rx_util_pkg.debug(sqlerrm);
228: retcode := 2;
229: END ADJUSTMENT_REGISTER;
230:
231: