DBA Data[Home] [Help]

PACKAGE: APPS.CN_NOTIFY_WRITEOFFS

Source


1 PACKAGE CN_NOTIFY_WRITEOFFS AUTHID CURRENT_USER AS
2 -- $Header: cnnowos.pls 120.0 2005/08/29 08:15:49 vensrini noship $
3 
4 
5 --
6 -- Procedure Name
7 --   collect
8 -- Purpose
9 --   This procedure collects source data for writeoffs
10 -- History
11 --   01-05-96	A. Erickson	Created
12 --
13 
14   PROCEDURE notify (
15 	x_start_period	cn_periods.period_id%TYPE,
16 	x_end_period	cn_periods.period_id%TYPE,
17 	debug_pipe	VARCHAR2 DEFAULT NULL,
18 	debug_level	NUMBER	 DEFAULT NULL,
19     x_org_id NUMBER ) ;
20 
21 
22 END cn_notify_writeoffs;