DBA Data[Home] [Help]

PACKAGE: APPS.GCS_DYN_EPB_DIMTR_PKG

Source


1 PACKAGE GCS_DYN_EPB_DIMTR_PKG AS
2 /* $Header: gcsdyndimtrs.pls 120.1 2005/10/30 05:17:45 appldev noship $ */
3 
4 
5   --
6   -- Procedure
7   --   Gcs_Epb_Tr_Dim
8   -- Purpose
9   --   Transfer dim from FEM_BALANCES to FEM_DIM11
10   -- Arguments
11   --   errbuf:             Buffer to store the error message
12   --   retcode:            Return code
13    -- Example
14   --
15   -- Notes
16   PROCEDURE Gcs_Epb_Tr_Dim (
17                 errbuf       OUT NOCOPY VARCHAR2,
18 		retcode      OUT NOCOPY VARCHAR2 );
19 
20 
21 END GCS_DYN_EPB_DIMTR_PKG;