DBA Data[Home] [Help]

APPS.CN_PROC_BATCHES_PKG dependencies on APP_EXCEPTION

Line 23: 30-AUG-95 P Cook Replaced 'raise app_exception' with 'raise' in

19: impacted by running calc on a salesrep.
20: 11-AUG-95 P Cook Revised calcsub to populate correct impacted salesreps
21: 14-AUG-95 P Cook Replace hardcoded trx batch size with system_batch_size
22: 18-AUG-95 P Cook Handle no_data_found in flood routine excep handlers
23: 30-AUG-95 P Cook Replaced 'raise app_exception' with 'raise' in
24: 'when others' to show the actual exception being raised
25: 31-AUG-95 P Cook Pass process_audit_id to cn_message_pkg.end_batch
26: so that it can fill in the completion timestamp.
27: Changed the 'no transactions to process' message from

Line 1703: app_exception.raise_exception;

1699: cn_message_pkg.rollback_errormsg_commit
1700: ('No resource with complete compensation plan to calculate.');
1701: cn_calc_sub_batches_pkg.update_calc_sub_batch(g_logical_batch_id, 'FAILED');
1702: COMMIT;
1703: app_exception.raise_exception;
1704: WHEN OTHERS THEN
1705: x_process_status_code := 'FAIL';
1706: fnd_file.put_line(fnd_file.LOG, 'Error in cn_proc_batches_pkg.calculation_submission.');
1707: fnd_file.put_line(fnd_file.LOG, SQLERRM);