DBA Data[Home] [Help]

PACKAGE: APPS.OKI_LOAD_ENR_PUB

Source


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