DBA Data[Home] [Help]

APPS.CN_NOTIFY_AIA_OM dependencies on CN_PERIODS_API

Line 57: cn_periods_api.set_dates(x_start_period,

53: SYSDATE,
54: NULL,
55: x_org_id);
56: --
57: cn_periods_api.set_dates(x_start_period,
58: x_end_period,
59: x_org_id,
60: x_start_date,
61: x_end_date);

Line 220: cn_periods_api.set_dates(x_start_period,

216: cn_message_pkg.debug('notify_aia_om : notify_failed_trx>>');
217: fnd_file.put_line(fnd_file.Log, 'notify_aia_om : notify_failed_trx>>');
218:
219: --
220: cn_periods_api.set_dates(x_start_period,
221: x_end_period,
222: x_org_id,
223: x_start_date,
224: x_end_date);