DBA Data[Home] [Help]

PACKAGE BODY: APPS.BEN_TYPE

Source


1 package body ben_type as
2 /* $Header: bentype.pkb 120.0 2005/05/28 00:13:27 appldev noship $ */
3 --------------------------------------------------------------------------------
4 /*
5 +==============================================================================+
6 |			Copyright (c) 1997 Oracle Corporation		       |
7 |			   Redwood Shores, California, USA		       |
8 |			        All rights reserved.			       |
9 +==============================================================================+
10 
11 Name
12 	Environment Object Caching Routine
13 Purpose
14 	This package is used to return environment object information.
15 History
16   Date       Who        Version    What?
17   ---------  ---------- -------    --------------------------------------------
18   27 Jul 99  mhoyes     115.0      Created
19 */
20 --------------------------------------------------------------------------------
21 --
22 g_package varchar2(30) := 'ben_type.';
23 --
24 
25 --
26 end ben_type;