DBA Data[Home] [Help]

PACKAGE: APPS.CSI_CLIENT_EXT_PUB

Source


1 package CSI_CLIENT_EXT_PUB AUTHID CURRENT_USER AS
2 -- $Header: csiclexs.pls 120.0 2005/05/24 19:02:17 appldev noship $
3 
4 PROCEDURE mtl_post_transaction(p_transaction_id  IN NUMBER,
5                                x_return_status   OUT NOCOPY VARCHAR2,
6                                x_error_message   OUT NOCOPY VARCHAR2);
7 
8 
9 
10 
11 -- Procedure for customization
12 -- This Procedure is called from the Post Transaction Exit of
13 -- for NL tracked items. This is intended to publish the events
14 -- for the transaction types which are NOT supported by NL
15 
16 PROCEDURE rcv_post_transaction(p_transaction_id  IN NUMBER,
17                                x_return_status   OUT NOCOPY VARCHAR2,
18                                x_error_message   OUT NOCOPY VARCHAR2);
19 
20 PROCEDURE csi_error_resubmit(p_transaction_id  IN NUMBER,
21                              x_return_status   OUT NOCOPY VARCHAR2,
22                              x_error_message   OUT NOCOPY VARCHAR2);
23 
24 end CSI_CLIENT_EXT_PUB;