DBA Data[Home] [Help]

APPS.CN_NOTIFY_WRITEOFFS dependencies on CN_PERIODS_API

Line 45: cn_periods_api.set_dates(x_start_period, x_end_period, x_org_id,

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);
47:
48: cn_message_pkg.debug('notify_writeoffs: Is collecting writeoffs for CN_NOT_TRX from period '||x_start_date ||' to period '||x_end_date ||'.');
49: fnd_file.put_line(fnd_file.Log, 'notify_writeoffs: Is collecting writeoffs for CN_NOT_TRX from period '||x_start_date ||' to period '||x_end_date ||'.');