DBA Data[Home] [Help]

PACKAGE: APPS.CSM_LOOKUP_EVENT_PKG

Source


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