DBA Data[Home] [Help]

PACKAGE: APPS.CN_NOTIFY_AIA_OM

Source


1 PACKAGE cn_notify_aia_om AUTHID CURRENT_USER AS
2 -- $Header: CNNOAIAOMS.pls 120.1 2010/10/26 10:41:55 sseshaiy noship $
3 
4 
5 --
6 -- Procedure Name
7 --   notify
8 -- Purpose
9 --   This procedure collects source data for AIA order records
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 ) ;
19 
20 --
21 -- Procedure Name
22 --   notify_failed_trx
23 -- Purpose
24 --   This procedure collects source data for AIA order records
25 -- History
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 ) ;
35 
36 
37 END cn_notify_aia_om;