DBA Data[Home] [Help]

PACKAGE: APPS.AMV_UTILITY_PUB

Source


1 PACKAGE amv_utility_pub AUTHID CURRENT_USER AS
2 /* $Header: amvputls.pls 115.4 2000/01/19 18:12:36 pkm ship $ */
3 -- Start of Comments
4 --
5 -- NAME
6 --   AMV_UTILITY_PUB
7 --
8 -- PURPOSE
9 --   This package is a Public Utility API in AMV.
10 --   It contains specification for pl/sql records, array, and procedures.
11 --
12 --   Procedures:
13 --        ...
14 --
15 -- NOTES
16 --
17 --
18 -- HISTORY
19 --   06/01/1999        PWU            created
20 -- End of Comments
21 
22 ------------------------------
23 -- Global Package Variables --
24 ------------------------------
25   G_MAX_VARRAY_SIZE       CONSTANT    NUMBER   := 5000;
26 -----------------------------------
27 -- System-wide Initialized Objects --
28 -------------------------------------
29   init_request_obj  amv_request_obj_type
30        := amv_request_obj_type(G_MAX_VARRAY_SIZE, 1, FND_API.G_FALSE);
31 -----------------------------
32 -- System-wide collections --
33 -----------------------------
34 --
35 ------------------------------------
36 -- Group Functions and Procedures --
37 ------------------------------------
38 --
39 end amv_utility_pub;