DBA Data[Home] [Help]

APPS.CE_AUTO_BANK_UNREC dependencies on CE_AUTO_BANK_UNREC

Line 1: PACKAGE BODY CE_AUTO_BANK_UNREC AS

1: PACKAGE BODY CE_AUTO_BANK_UNREC AS
2: /* $Header: ceaurecb.pls 120.20.12020000.2 2012/07/11 07:21:49 vnetan ship $ */
3:
4: l_DEBUG VARCHAR2(1);
5:

Line 99: cep_standard.debug('>>CE_AUTO_BANK_UNREC.unreconcile_all'||sysdate);

95: l_recon_accounting_flag VARCHAR2(2):= 'Y'; --10102287
96:
97: BEGIN
98: l_DEBUG := NVL(FND_PROFILE.value('CE_DEBUG'), 'N');
99: cep_standard.debug('>>CE_AUTO_BANK_UNREC.unreconcile_all'||sysdate);
100: cep_standard.debug('::Request Parameters::');
101: cep_standard.debug('X_bank_account_id='|| X_bank_account_id);
102: cep_standard.debug('X_statement_number='|| X_statement_number);
103: cep_standard.debug('X_statement_line_id ='|| X_statement_line_id);

Line 349: cep_standard.debug('<

345: END IF;
346: END IF;
347: END LOOP;
348:
349: cep_standard.debug('< 350: retcode := 0;
351:
352: EXCEPTION
353: WHEN OTHERS THEN

Line 354: cep_standard.debug('EXCEPTION: CE_AUTO_BANK_UNREC.unreconcile_all '||sysdate);

350: retcode := 0;
351:
352: EXCEPTION
353: WHEN OTHERS THEN
354: cep_standard.debug('EXCEPTION: CE_AUTO_BANK_UNREC.unreconcile_all '||sysdate);
355: cep_standard.debug(sqlerrm);
356: RAISE;
357: END UNRECONCILE_ALL;
358:

Line 359: END CE_AUTO_BANK_UNREC;

355: cep_standard.debug(sqlerrm);
356: RAISE;
357: END UNRECONCILE_ALL;
358:
359: END CE_AUTO_BANK_UNREC;