DBA Data[Home] [Help]

APPS.GCS_TRANS_RE_DYN_BUILD_PKG dependencies on GCS_TRANS_RE_DYN_BUILD_PKG

Line 1: PACKAGE BODY GCS_TRANS_RE_DYN_BUILD_PKG AS

1: PACKAGE BODY GCS_TRANS_RE_DYN_BUILD_PKG AS
2: /* $Header: gcsxltredb.pls 120.3 2007/06/28 12:31:47 vkosuri noship $ */
3:
4: --
5: -- Private Exceptions

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

10: --
11: -- Private Global Variables
12: --
13: -- The API name
14: g_api CONSTANT VARCHAR2(50) := 'gcs.plsql.GCS_TRANS_RE_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 43: -- GCS_TRANS_RE_DYN_BUILD_PKG.Module_Log_Write

39: -- Arguments
40: -- p_module Name of the module
41: -- p_action_type Entered, Exited Successfully, or Exited with Failure
42: -- Example
43: -- GCS_TRANS_RE_DYN_BUILD_PKG.Module_Log_Write
44: -- Notes
45: --
46: PROCEDURE Module_Log_Write
47: (p_module VARCHAR2,

Line 71: -- GCS_TRANS_RE_DYN_BUILD_PKG.Write_To_Log

67: -- p_module Name of the module
68: -- p_level Logging level
69: -- p_text Text to write
70: -- Example
71: -- GCS_TRANS_RE_DYN_BUILD_PKG.Write_To_Log
72: -- Notes
73: --
74: PROCEDURE Write_To_Log
75: (p_module VARCHAR2,

Line 2001: END GCS_TRANS_RE_DYN_BUILD_PKG;

1997: x_retcode := '2';
1998: module_log_write(module, g_module_failure);
1999: END Create_Package;
2000:
2001: END GCS_TRANS_RE_DYN_BUILD_PKG;
2002: