DBA Data[Home] [Help]

PACKAGE: APPS.FF_DEL_GLOBAL_PKG

Source


1 PACKAGE FF_DEL_GLOBAL_PKG AUTHID CURRENT_USER as
2 /* $Header: ffglb02t.pkh 120.0 2005/05/27 23:25:36 appldev noship $ */
3 --
4  /*===========================================================================+
5  |               Copyright (c) 1993 Oracle Corporation                        |
6  |                  Redwood Shores, California, USA                           |
7  |                       All rights reserved.                                 |
8  +============================================================================+
9   Name
10     ff_del_global_pkg
11   Purpose
12     Package used to support delete operations on ff_globals_f.
13   Notes
14 
15   History
16     04-04-2001 K.Kawol     115.0        Date created.
17 
18  ============================================================================*/
19 --
20  PROCEDURE Clear_Count ;
21  PROCEDURE Add_Global (p_global_id in ff_globals_f.global_id%TYPE) ;
22  PROCEDURE Delete_User_Entity;
23 --
24 END FF_DEL_GLOBAL_PKG;