DBA Data[Home] [Help]

PACKAGE: APPS.OKI_LOAD_SGR_PUB

Source


1 PACKAGE oki_load_sgr_pub AUTHID CURRENT_USER AS
2 /* $Header: OKIPSGRS.pls 115.3 2002/06/06 11:34:38 pkm ship        $ */
3 
4 --------------------------------------------------------------------------------
5 -- Start of comments
6 --
7 -- API Name   : OKI_LOAD_SGR_PUB
8 -- Type       : Public
9 -- Purpose    : Load the oki_seq_growth_rate table.
10 -- Modification History
11 -- 10-Oct-2001 Mezra         Initial version
12 --
13 -- Notes      :
14 --
15 -- End of comments
16 --------------------------------------------------------------------------------
17 
18 
19 --------------------------------------------------------------------------------
20   -- Procedure to create the sequential growth rate.
21   -- The out parameters are listed first due to restrictions in concurrent
22   -- manager.
23 
24 --------------------------------------------------------------------------------
25   PROCEDURE crt_seq_grw
26   (   x_errbuf                    OUT VARCHAR2
27     , x_retcode                   OUT VARCHAR2
28     , p_period_set_name           IN  VARCHAR2
29     , p_period_type               IN  VARCHAR2
30     , p_start_summary_build_date  IN  VARCHAR2
31     , p_end_summary_build_date    IN  VARCHAR2
32   ) ;
33 
34 END oki_load_sgr_pub ;