DBA Data[Home] [Help]

APPS.CN_RAM_ADJUSTMENTS_PKG dependencies on CN_PERIODS_API

Line 68: cn_periods_api.set_dates(x_start_period,

64:
65: x_proc_audit_id := NULL; -- Will get a value in the call below
66: cn_process_audits_pkg.insert_row(x_rowid, x_proc_audit_id, NULL,'RAMADJ', 'Identify RAM adjustments', NULL, NULL, NULL, NULL, NULL, SYSDATE, NULL, x_org_id);
67:
68: cn_periods_api.set_dates(x_start_period,
69: x_end_period,
70: x_org_id,
71: x_start_date,
72: x_end_date);