DBA Data[Home] [Help]

PACKAGE: APPS.CLN_RESEND

Source


1 PACKAGE CLN_RESEND AUTHID CURRENT_USER AS
2 /* $Header: ECXRSNDS.pls 120.0 2006/06/05 07:11:04 susaha noship $ */
3 --  Package
4 --      CLN_RESEND
5 --
6 --  Purpose
7 --      Resend a collaboration
8 --
9 --
10 
11 
12   -- Name
13   --   RESEND_DOC
14   -- Purpose
15   --   This procedure is called when resend button is clicked in the Collaboration HIstory
16   --   Forms.The main purpose is to resend the document from XML gateway.
17   -- Arguments
18   --
19   -- Notes
20   --   No specific notes.
21 
22 
23 
24  PROCEDURE RESEND_DOC(
25     p_collaboration_id      IN  NUMBER );
26 
27 
28 END CLN_RESEND;