DBA Data[Home] [Help]

PACKAGE: APPS.EDW_TRD_PARTNER_M_C

Source


1 Package EDW_TRD_PARTNER_M_C AS
2 /* $Header: poapptps.pls 120.0 2005/06/01 14:22:31 appldev noship $ */
3 
4    Procedure Push_TPartner_Loc(Errbuf		out NOCOPY Varchar2,
5 	       Retcode          out NOCOPY Varchar2,
6                p_from_date          Date := NULL,
7                p_to_date            Date := NULL);
8    Procedure Push_Trade_Partner(Errbuf          out NOCOPY Varchar2,
9                Retcode          out NOCOPY Varchar2,
10                p_from_date          Date := NULL,
11                p_to_date            Date := NULL);
12    Procedure Push_P1_TPartner(Errbuf           out NOCOPY Varchar2,
13                Retcode          out NOCOPY Varchar2,
14                p_from_date          Date := NULL,
15                p_to_date            Date := NULL);
16    Procedure Push_P2_TPartner(Errbuf           out NOCOPY Varchar2,
17                Retcode          out NOCOPY Varchar2,
18                p_from_date          Date := NULL,
19                p_to_date            Date := NULL);
20    Procedure Push_P3_TPartner(Errbuf           out NOCOPY Varchar2,
21                Retcode          out NOCOPY Varchar2,
22                p_from_date          Date := NULL,
23                p_to_date            Date := NULL);
24    Procedure Push_P4_Tpartner(Errbuf           out NOCOPY Varchar2,
25                Retcode          out NOCOPY Varchar2,
26                p_from_date          Date := NULL,
27                p_to_date            Date := NULL);
28 
29    Procedure push(Errbuf           out NOCOPY Varchar2,
30                Retcode          out NOCOPY Varchar2,
31                p_from_date          Varchar2 := NULL,
32                p_to_date            Varchar2 := NULL);
33 
34 End EDW_TRD_PARTNER_M_C;