DBA Data[Home] [Help]

APPS.CN_NOTIFY_AIA_OM dependencies on CN_PERIODS

Line 14: x_start_period cn_periods.period_id%TYPE,

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

Line 15: x_end_period cn_periods.period_id%TYPE,

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

Line 30: x_start_period cn_periods.period_id%TYPE,

26: --
27:
28: PROCEDURE notify_failed_trx (
29: p_batch_id cn_not_trx_all.batch_id%TYPE,
30: x_start_period cn_periods.period_id%TYPE,
31: x_end_period cn_periods.period_id%TYPE,
32: debug_pipe VARCHAR2 DEFAULT NULL,
33: debug_level NUMBER DEFAULT 1,
34: x_org_id NUMBER ) ;

Line 31: x_end_period cn_periods.period_id%TYPE,

27:
28: PROCEDURE notify_failed_trx (
29: p_batch_id cn_not_trx_all.batch_id%TYPE,
30: x_start_period cn_periods.period_id%TYPE,
31: x_end_period cn_periods.period_id%TYPE,
32: debug_pipe VARCHAR2 DEFAULT NULL,
33: debug_level NUMBER DEFAULT 1,
34: x_org_id NUMBER ) ;
35: