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.6 2010/03/02 06:51:40 rviriyal noship $*/
3:
4: PROCEDURE write_debug_and_log(p_message IN VARCHAR2) IS
5:

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

195: results_tab L_results_type;
196:
197: BEGIN
198:
199: write_debug_and_log('ar_cao_assign_pkg.assign_work_items (+)');
200:
201: mo_global.init('AR');
202: write_debug_and_log('Operating Unit : '|| p_operating_unit);
203: write_debug_and_log('Receipt Date From : '|| p_receipt_date_from);

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

325: END LOOP;
326:
327: delete from FUN_RULE_BULK_RESULT_GT;
328:
329: write_debug_and_log('ar_cao_assign_pkg.assign_work_items (-)');
330:
331: EXCEPTION
332: WHEN OTHERS THEN
333: write_debug_and_log(sqlerrm);

Line 337: END ar_cao_assign_pkg;

333: write_debug_and_log(sqlerrm);
334:
335: END;
336:
337: END ar_cao_assign_pkg;