DBA Data[Home] [Help]

PACKAGE: APPS.OKI_LOAD_RBK_PUB

Source


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