DBA Data[Home] [Help]

APPS.AR_CAO_ASSIGN_PKG dependencies on AR_CAO_ASSIGN_PKG

Line 1: PACKAGE BODY ar_cao_assign_pkg AS

1: PACKAGE BODY ar_cao_assign_pkg AS
2: /* $Header: ARCAOAB.pls 120.0.12010000.4 2008/11/21 15:36:56 rmanikan noship $*/
3:
4: PROCEDURE write_debug_and_log(p_message IN VARCHAR2) IS
5:

Line 189: write_debug_and_log('ar_cao_assign_pkg.assign_work_items (+)');

185: results_tab L_results_type;
186:
187: BEGIN
188:
189: write_debug_and_log('ar_cao_assign_pkg.assign_work_items (+)');
190:
191: mo_global.init('AR');
192: write_debug_and_log('Operating Unit : '|| p_operating_unit);
193: write_debug_and_log('Receipt Date From : '|| p_receipt_date_from);

Line 307: write_debug_and_log('ar_cao_assign_pkg.assign_work_items (-)');

303: where CASH_RECEIPT_ID = results_tab.cash_receipt_id(i);
304:
305: delete from FUN_RULE_BULK_RESULT_GT;
306:
307: write_debug_and_log('ar_cao_assign_pkg.assign_work_items (-)');
308:
309: EXCEPTION
310: WHEN OTHERS THEN
311: write_debug_and_log(sqlerrm);

Line 315: END ar_cao_assign_pkg;

311: write_debug_and_log(sqlerrm);
312:
313: END;
314:
315: END ar_cao_assign_pkg;