DBA Data[Home] [Help]

PACKAGE: APPS.GCS_INTERCO_DYN_BUILD_PKG

Source


1 PACKAGE GCS_INTERCO_DYN_BUILD_PKG AS
2 /* $Header: gcsicdbs.pls 120.1 2005/10/30 05:18:40 appldev noship $ */
3 
4 --
5 -- Package
6 --   gcs_interco_dyn_build_pkg
7 -- Purpose
8 --   Dynamically created package procedures for the Intercompnay Engine
9 -- History
10 --   12-APR-04	Srini Pala		Created
11 --
12 
13 
14   --
15   -- Procedure
16   --   Interco_Create_Package
17   -- Purpose
18   --   Create the dynamic portion of the intercompany processing program
19   -- Example
20   --   GCS_INTERCO_DYN_BUILD_PKG.Interco_Create_Package
21   -- Notes
22   --
23   PROCEDURE Interco_Create_Package(
24 	x_errbuf	OUT NOCOPY	VARCHAR2,
25 	x_retcode	OUT NOCOPY	VARCHAR2);
26 
27 END GCS_INTERCO_DYN_BUILD_PKG;