DBA Data[Home] [Help]

PACKAGE: APPS.OKI_LOAD_YRA_PUB

Source


1 PACKAGE oki_load_yra_pub AUTHID CURRENT_USER AS
2 /* $Header: OKIPYRAS.pls 115.4 2002/12/01 17:50:56 rpotnuru noship $ */
3 
4 --------------------------------------------------------------------------------
5 -- Start of comments
6 --
7 -- API Name   : OKI_LOAD_YRA_PUB
8 -- Type       : Public
9 -- Purpose    : Load the oki_yoy_renewal_amt table.
10 -- Modification History
11 -- 19-Sep-2001 Mezra         Created
12 -- 26-NOV-2002 rpotnuru     NOCOPY Changes
13 --
14 -- Notes      :
15 --
16 -- End of comments
17 --------------------------------------------------------------------------------
18 
19 
20 --------------------------------------------------------------------------------
21   -- Procedure to create the yoy renewal amount.
22   -- The out parameters are listed first due to restrictions in concurrent
23   -- manager.
24 
25 --------------------------------------------------------------------------------
26   PROCEDURE crt_yoy_rnwl
27   (   x_errbuf             OUT NOCOPY VARCHAR2
28     , x_retcode            OUT NOCOPY VARCHAR2
29     , p_period_set_name    IN  VARCHAR2
30     , p_period_type        IN  VARCHAR2
31     , p_summary_build_date IN  VARCHAR2
32   ) ;
33 
34 END oki_load_yra_pub ;