DBA Data[Home] [Help]

PACKAGE: APPS.CSE_CLIENT_EXT_PUB

Source


1 package CSE_CLIENT_EXT_PUB AUTHID CURRENT_USER AS
2 -- $Header: CSECLEXS.pls 115.4 2003/01/17 00:17:33 jpwilson noship $
3 
4 -- Procedure for customization
5 -- This Procedure is called from the Post Transaction Exit of
6 -- for NL tracked items. This is intended to publish the events
7 -- for the transaction types which are NOT supported by NL
8 
9 PROCEDURE rcv_post_transaction(p_transaction_id  IN NUMBER,
10                                x_return_status   OUT NOCOPY VARCHAR2,
11                                x_error_message   OUT NOCOPY VARCHAR2);
12 end CSE_CLIENT_EXT_PUB;