DBA Data[Home] [Help]

PACKAGE: APPS.CN_NOTIFY_AIA

Source


1 PACKAGE cn_notify_aia AUTHID CURRENT_USER AS
2 -- $Header: CNNOAIAS.pls 120.0.12010000.1 2008/11/20 06:09:09 rajukum noship $
3 
4 
5 --
6 -- Procedure Name
7 --   collect
8 -- Purpose
9 --   This procedure collects source data for AIA 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 END cn_notify_aia;