DBA Data[Home] [Help]

PACKAGE: APPS.OKI_LOAD_FBO_PUB

Source


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