DBA Data[Home] [Help]

PACKAGE: APPS.CSM_TXN_BILL_TYPES_EVENT_PKG

Source


1 PACKAGE CSM_TXN_BILL_TYPES_EVENT_PKG  AS
2 /* $Header: csmetbts.pls 120.1 2005/07/25 00:27:02 trajasek noship $ */
3 
4 -- Generated 6/17/2002 10:50:55 AM from [email protected]
5 
6 --
7 -- To modify this template, edit file PKGSPEC.TXT in TEMPLATE
8 -- directory of SQL Navigator
9 --
10 -- Purpose: Briefly explain the functionality of the package
11 --
12 -- MODIFICATION HISTORY
13 -- Person      Date    Comments
14 -- ---------   ------  ------------------------------------------
15    -- Enter package declarations as shown below
16 
17 procedure Refresh_Acc (p_status OUT NOCOPY VARCHAR2,
18                        p_message OUT NOCOPY VARCHAR2);
19 
20 END; -- Package spec