DBA Data[Home] [Help]

PACKAGE BODY: APPS.OKI_UTL_PUB

Source


1 PACKAGE BODY oki_utl_pub AS
2 /* $Header: OKIPUTLB.pls 115.5 2002/12/01 17:52:38 rpotnuru noship $ */
3 
4 --------------------------------------------------------------------------------
5 -- Modification History
6 -- 04-Jan-2002 mezra      Remove all functions and procedures for the bin.
7 -- 03-Apr-2002 mezra      Added set verify off and whenever sqlerror
8 -- 26-NOV-2002 rpotnuru     NOCOPY Changes
9 --
10 --------------------------------------------------------------------------------
11 
12 --------------------------------------------------------------------------------
13   -- Function created as a placeholder so that the body can be created.
14 
15 --------------------------------------------------------------------------------
16   FUNCTION place_holder
17   RETURN VARCHAR2 IS
18 
19   -- Local variable declaration
20    l_name  VARCHAR2(60) ;
21   BEGIN
22 
23   l_name := null;
24   return l_name ;
25 
26   END place_holder ;
27 
28 END oki_utl_pub ;