DBA Data[Home] [Help]

APPS.GCS_TRANS_DYN_BUILD_PKG dependencies on GCS_TRANS_DYN_BUILD_PKG

Line 1: PACKAGE BODY GCS_TRANS_DYN_BUILD_PKG AS

1: PACKAGE BODY GCS_TRANS_DYN_BUILD_PKG AS
2: /* $Header: gcsxltdb.pls 120.7 2007/06/29 11:45:31 vkosuri noship $ */
3:
4: --
5: -- Private Exceptions

Line 14: g_api CONSTANT VARCHAR2(50) := 'gcs.plsql.GCS_TRANS_DYN_BUILD_PKG';

10: --
11: -- Private Global Variables
12: --
13: -- The API name
14: g_api CONSTANT VARCHAR2(50) := 'gcs.plsql.GCS_TRANS_DYN_BUILD_PKG';
15:
16:
17: -- Action types for writing module information to the log file. Used for
18: -- the procedure log_file_module_write.

Line 40: -- GCS_TRANS_DYN_BUILD_PKG.Module_Log_Write

36: -- Arguments
37: -- p_module Name of the module
38: -- p_action_type Entered, Exited Successfully, or Exited with Failure
39: -- Example
40: -- GCS_TRANS_DYN_BUILD_PKG.Module_Log_Write
41: -- Notes
42: --
43: PROCEDURE Module_Log_Write
44: (p_module VARCHAR2,

Line 111: -- GCS_TRANS_DYN_BUILD_PKG.Build_Dimension_Row

107: -- p_dim_req Whether or not the dimension is required
108: -- p_hrate_dim_req Whether or not the dimension is required for Historicla Rates
109: -- p_key The processing key type - 'H' - Historical rate, 'F' - FCH Processing key
110: -- Example
111: -- GCS_TRANS_DYN_BUILD_PKG.Build_Dimension_Row
112: -- Notes
113: --
114: PROCEDURE Build_Dimension_Row(
115: p_item VARCHAR2,

Line 159: -- GCS_TRANS_DYN_BUILD_PKG.Build_Comma_List

155: -- p_null_text The text to be inserted for the null case
156: -- p_first_rownum The first row number to use for ad_ddl
157: -- p_key Whether Historical rates keys or FCH processing keys.
158: -- Example
159: -- GCS_TRANS_DYN_BUILD_PKG.Build_Comma_List
160: -- Notes
161: --
162: FUNCTION Build_Comma_List( p_prefix VARCHAR2,
163: p_suffix VARCHAR2,

Line 211: -- GCS_TRANS_DYN_BUILD_PKG.Build_Join_List

207: -- p_right The text to put after the right dimension
208: -- p_first_rownum The first row number to use for ad_ddl
209: -- p_key Whether Historical rates keys or FCH processing keys.
210: -- Example
211: -- GCS_TRANS_DYN_BUILD_PKG.Build_Join_List
212: -- Notes
213: --
214: FUNCTION Build_Join_List(p_left VARCHAR2,
215: p_middle VARCHAR2,

Line 856: END GCS_TRANS_DYN_BUILD_PKG;

852: x_retcode := '2';
853: module_log_write(module, g_module_failure);
854: END Create_Package;
855:
856: END GCS_TRANS_DYN_BUILD_PKG;