DBA Data[Home] [Help]

PACKAGE: APPS.OKI_LOAD_WBC_PUB

Source


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