DBA Data[Home] [Help]

APPS.CN_NOTIFY_AIA_OM dependencies on CN_PERIODS

Line 16: x_start_period cn_periods.period_id%TYPE,

12: --
13:
14:
15: PROCEDURE notify (
16: x_start_period cn_periods.period_id%TYPE,
17: x_end_period cn_periods.period_id%TYPE,
18: debug_pipe VARCHAR2 DEFAULT NULL,
19: debug_level NUMBER DEFAULT NULL,
20: x_org_id NUMBER ) IS

Line 17: x_end_period cn_periods.period_id%TYPE,

13:
14:
15: PROCEDURE notify (
16: x_start_period cn_periods.period_id%TYPE,
17: x_end_period cn_periods.period_id%TYPE,
18: debug_pipe VARCHAR2 DEFAULT NULL,
19: debug_level NUMBER DEFAULT NULL,
20: x_org_id NUMBER ) IS
21:

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 184: x_start_period cn_periods.period_id%TYPE,

180: --
181:
182: PROCEDURE notify_failed_trx (
183: p_batch_id cn_not_trx_all.batch_id%TYPE,
184: x_start_period cn_periods.period_id%TYPE,
185: x_end_period cn_periods.period_id%TYPE,
186: debug_pipe VARCHAR2 DEFAULT NULL,
187: debug_level NUMBER DEFAULT 1,
188: x_org_id NUMBER ) IS

Line 185: x_end_period cn_periods.period_id%TYPE,

181:
182: PROCEDURE notify_failed_trx (
183: p_batch_id cn_not_trx_all.batch_id%TYPE,
184: x_start_period cn_periods.period_id%TYPE,
185: x_end_period cn_periods.period_id%TYPE,
186: debug_pipe VARCHAR2 DEFAULT NULL,
187: debug_level NUMBER DEFAULT 1,
188: x_org_id NUMBER ) IS
189:

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);