DBA Data[Home] [Help]

APPS.CN_NOTIFY_WRITEOFFS dependencies on CN_PROCESS_AUDITS_PKG

Line 42: cn_process_audits_pkg.insert_row(x_rowid, x_proc_audit_id, NULL,

38: cn_message_pkg.debug('notify_writeoffs>>');
39: fnd_file.put_line(fnd_file.Log, 'notify_writeoffs>>');
40:
41: x_proc_audit_id := NULL; -- Will get a value in the call below
42: cn_process_audits_pkg.insert_row(x_rowid, x_proc_audit_id, NULL,
43: 'NOT', 'Notification run', NULL, NULL, NULL, NULL, NULL, SYSDATE, NULL, x_org_id);
44:
45: cn_periods_api.set_dates(x_start_period, x_end_period, x_org_id,
46: x_start_date, x_end_date);

Line 101: cn_process_audits_pkg.update_row(x_proc_audit_id, NULL, SYSDATE, 0,

97:
98:
99: x_trx_count := SQL%ROWCOUNT;
100:
101: cn_process_audits_pkg.update_row(x_proc_audit_id, NULL, SYSDATE, 0,
102: 'Finished notification run: Notified ' || x_trx_count || ' writeoffs.');
103:
104: IF ( x_trx_count = 0 ) THEN
105:

Line 133: cn_process_audits_pkg.update_row(X_proc_audit_id, NULL, SYSDATE, SQLCODE,

129: cn_message_pkg.debug(SQLCODE||' '||SQLERRM);
130: fnd_file.put_line(fnd_file.Log, SQLCODE||' '||SQLERRM);
131:
132: cn_debug.print_msg('notify_writeoffs: in exception handler', 1);
133: cn_process_audits_pkg.update_row(X_proc_audit_id, NULL, SYSDATE, SQLCODE,
134: SQLERRM);
135:
136: cn_message_pkg.end_batch (x_proc_audit_id);
137: