DBA Data[Home] [Help]

APPS.GCS_DYN_TB_VIEW_PKG dependencies on GCS_DYN_TB_VIEW_PKG

Line 1: PACKAGE BODY GCS_DYN_TB_VIEW_PKG AS

1: PACKAGE BODY GCS_DYN_TB_VIEW_PKG AS
2: /* $Header: gcs_dyn_tb_vb.pls 120.2 2005/07/01 23:15:53 mikeward noship $ */
3:
4: --
5: -- Private Exceptions

Line 14: g_api CONSTANT VARCHAR2(40) := 'gcs.plsql.GCS_DYN_TB_VIEW_PKG';

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

Line 37: -- GCS_DYN_TB_VIEW_PKG.Module_Log_Write

33: -- Arguments
34: -- p_module Name of the module
35: -- p_action_type Entered, Exited Successfully, or Exited with Failure
36: -- Example
37: -- GCS_DYN_TB_VIEW_PKG.Module_Log_Write
38: -- Notes
39: --
40: PROCEDURE Module_Log_Write
41: (p_module VARCHAR2,

Line 103: -- GCS_DYN_TB_VIEW_PKG.Build_Dimension_Row

99: -- p_def_item The item to write if the dimension is unused
100: -- p_rownum The row number to use for ad_ddl
101: -- p_dim_req Whether or not the dimension is required
102: -- Example
103: -- GCS_DYN_TB_VIEW_PKG.Build_Dimension_Row
104: -- Notes
105: --
106: PROCEDURE Build_Dimension_Row(p_item VARCHAR2,
107: p_def_item VARCHAR2,

Line 128: -- GCS_DYN_TB_VIEW_PKG.Optional_Row

124: -- p_text The text to be written if the condition passes
125: -- p_dim_req The condition
126: -- p_row_counter The row number
127: -- Example
128: -- GCS_DYN_TB_VIEW_PKG.Optional_Row
129: -- Notes
130: --
131: PROCEDURE Optional_Row( p_text VARCHAR2,
132: p_dim_req VARCHAR2,

Line 363: END GCS_DYN_TB_VIEW_PKG;

359: x_retcode := '2';
360: module_log_write(module, g_module_failure);
361: END Create_View;
362:
363: END GCS_DYN_TB_VIEW_PKG;