DBA Data[Home] [Help]

PACKAGE: APPS.OKI_LOAD_ETR_PUB

Source


1 PACKAGE oki_load_etr_pub AUTHID CURRENT_USER AS
2 /* $Header: OKIPETRS.pls 115.3 2002/12/01 17:51:41 rpotnuru noship $ */
3 
4 --------------------------------------------------------------------------------
5 -- Start of comments
6 --
7 -- API Name   : OKI_LOAD_ETR_PUB
8 -- Type       : Public
9 -- Purpose    : Load the oki_exp_to_rnwl table.
10 -- Modification History
11 -- 26-DEC-2001 Mezra        Initial version
12 -- 30-APR-2002 mezra        Added dbdrv and set verify command.
13 -- 26-NOV-2002 rpotnuru     NOCOPY Changes
14 --
15 -- Notes      :
16 --
17 -- End of comments
18 --------------------------------------------------------------------------------
19 
20 
21 --------------------------------------------------------------------------------
22   -- Procedure to create the expiration to renewal records.
23   -- The out parameters are listed first due to restrictions in concurrent
24   -- manager.
25 
26 --------------------------------------------------------------------------------
27   PROCEDURE crt_exp_to_rnwl
28   (   x_errbuf                    OUT NOCOPY VARCHAR2
29     , x_retcode                   OUT NOCOPY VARCHAR2
30     , p_start_summary_build_date  IN  VARCHAR2
31     , p_end_summary_build_date    IN  VARCHAR2
32   ) ;
33 
34 END oki_load_etr_pub ;