DBA Data[Home] [Help]

APPS.CN_NOTIFY_CLAWBACKS dependencies on CN_PERIODS_API

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

43: x_proc_audit_id := NULL; -- Will get a value in the call below
44: cn_process_audits_pkg.insert_row(x_rowid, x_proc_audit_id, NULL,
45: 'NOT', 'Notification run', NULL, NULL, NULL, NULL, NULL, SYSDATE, NULL, x_org_id);
46:
47: cn_periods_api.set_dates(x_start_period, x_end_period, x_org_id,
48: x_start_date, x_end_date);
49:
50: -- Set end_due_date for clawbacks. 02-26-96
51: -- This is the end_date minus the clawback grace period.