DBA Data[Home] [Help]

APPS.ARRX_C_OTH dependencies on FA_RX_UTIL_PKG

Line 140: fa_rx_util_pkg.enable_debug;

136: -- SQL Trace switches and debug flags are optional
137: -- but highly recommended.
138:
139: if upper(substrb(argument25, 1, 1)) = 'Y' then
140: fa_rx_util_pkg.enable_debug;
141: end if;
142:
143: fa_rx_util_pkg.debug('OTHER RECEIPT APPLICATIONS with parameters
144: Reporting Level : '||argument1||'

Line 143: fa_rx_util_pkg.debug('OTHER RECEIPT APPLICATIONS with parameters

139: if upper(substrb(argument25, 1, 1)) = 'Y' then
140: fa_rx_util_pkg.enable_debug;
141: end if;
142:
143: fa_rx_util_pkg.debug('OTHER RECEIPT APPLICATIONS with parameters
144: Reporting Level : '||argument1||'
145: Reporting Entity ID : '||argument2||'
146: Set of Books ID : '||argument3||'
147: Chart of Accounts ID : '||argument4||'

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

229:
230: commit;
231: EXCEPTION
232: WHEN OTHERS THEN
233: fa_rx_util_pkg.debug('AR_SHARED_SERVER_ERROR');
234: fa_rx_util_pkg.debug(sqlcode);
235: fa_rx_util_pkg.debug(sqlerrm);
236: retcode := 2;
237: END AR_OTH_REC_APP;

Line 234: fa_rx_util_pkg.debug(sqlcode);

230: commit;
231: EXCEPTION
232: WHEN OTHERS THEN
233: fa_rx_util_pkg.debug('AR_SHARED_SERVER_ERROR');
234: fa_rx_util_pkg.debug(sqlcode);
235: fa_rx_util_pkg.debug(sqlerrm);
236: retcode := 2;
237: END AR_OTH_REC_APP;
238:

Line 235: fa_rx_util_pkg.debug(sqlerrm);

231: EXCEPTION
232: WHEN OTHERS THEN
233: fa_rx_util_pkg.debug('AR_SHARED_SERVER_ERROR');
234: fa_rx_util_pkg.debug(sqlcode);
235: fa_rx_util_pkg.debug(sqlerrm);
236: retcode := 2;
237: END AR_OTH_REC_APP;
238:
239: END ARRX_C_OTH;