DBA Data[Home] [Help]

PACKAGE: APPS.EDW_POA_LN_TYPE_M_C

Source


1 Package EDW_POA_LN_TYPE_M_C AS
2 /* $Header: poapplts.pls 120.0 2005/06/02 02:12:38 appldev noship $ */
3 
4    Procedure Push(Errbuf           in out NOCOPY Varchar2,
5                Retcode           in out NOCOPY Varchar2,
6                p_from_date          Varchar2,
7                p_to_date            Varchar2);
8 
9    Procedure Push_ln_type(Errbuf           in out NOCOPY Varchar2,
10                Retcode           in out NOCOPY Varchar2,
11                p_from_date          Date,
12                p_to_date            Date);
13 
14 End EDW_POA_LN_TYPE_M_C;