DBA Data[Home] [Help]

APPS.GCS_ENTITIES_PKG dependencies on GCS_ENTITIES_PKG

Line 1: PACKAGE BODY GCS_ENTITIES_PKG AS

1: PACKAGE BODY GCS_ENTITIES_PKG AS
2: /* $Header: gcsenttb.pls 120.10 2007/03/22 12:59:33 vkosuri ship $ */
3: --
4: -- Package
5: -- gcs_entities_pkg

Line 5: -- gcs_entities_pkg

1: PACKAGE BODY GCS_ENTITIES_PKG AS
2: /* $Header: gcsenttb.pls 120.10 2007/03/22 12:59:33 vkosuri ship $ */
3: --
4: -- Package
5: -- gcs_entities_pkg
6: -- Purpose
7: -- Package procedures for Consolidation Hierarchies
8: -- History
9: -- 06-MAR-04 M Ward Created

Line 17: g_api CONSTANT VARCHAR2(40) := 'gcs.plsql.GCS_ENTITIES_PKG';

13: -- Private Global Variables
14: --
15:
16: -- The API name
17: g_api CONSTANT VARCHAR2(40) := 'gcs.plsql.GCS_ENTITIES_PKG';
18:
19: -- Action types for writing module information to the log file. Used for
20: -- the procedure log_file_module_write.
21: g_module_enter CONSTANT VARCHAR2(2) := '>>';

Line 62: -- GCS_ENTITIES_PKG.Module_Log_Write

58: -- Arguments
59: -- p_module Name of the module
60: -- p_action_type Entered, Exited Successfully, or Exited with Failure
61: -- Example
62: -- GCS_ENTITIES_PKG.Module_Log_Write
63: -- Notes
64: --
65: PROCEDURE Module_Log_Write(p_module VARCHAR2, p_action_type VARCHAR2) IS
66: BEGIN

Line 87: -- GCS_ENTITIES_PKG.Write_To_Log

83: -- p_module Name of the module
84: -- p_level Logging level
85: -- p_text Text to write
86: -- Example
87: -- GCS_ENTITIES_PKG.Write_To_Log
88: -- Notes
89: --
90: PROCEDURE Write_To_Log(p_module VARCHAR2,
91: p_level NUMBER,

Line 126: -- GCS_ENTITIES_PKG.Add_To_Summary_Table(...);

122: -- Inserts rows into the gcs_entity_cctr_orgs table.
123: -- Arguments
124: -- p_entity_id Entity for which the logic must be performed
125: -- Example
126: -- GCS_ENTITIES_PKG.Add_To_Summary_Table(...);
127: -- Notes
128: --
129: PROCEDURE Add_To_Summary_Table(p_entity_id NUMBER) IS
130: v_module VARCHAR2(30);

Line 187: -- GCS_ENTITIES_PKG.Get_Next_Token(...);

183: -- p_info_clob The clob from which to retrieve the next token
184: -- p_current_loc The current starting location of the clob
185: -- x_info_buffer The buffer into which the clob should be written
186: -- Example
187: -- GCS_ENTITIES_PKG.Get_Next_Token(...);
188: -- Notes
189: --
190: PROCEDURE Get_Next_Token(p_info_clob CLOB,
191: p_current_loc IN OUT NOCOPY INTEGER,

Line 228: -- GCS_ENTITIES_PKG.Create_Ext_Ledger(...)

224: -- p_ledger_desc Description of the new ledger
225: -- Return value
226: -- The new ledger_id
227: -- Example
228: -- GCS_ENTITIES_PKG.Create_Ext_Ledger(...)
229: -- Notes
230: --
231: FUNCTION Create_Ext_Ledger(p_src_sys_code NUMBER,
232: p_vs_combo_id NUMBER,

Line 1440: END GCS_ENTITIES_PKG;

1436:
1437: module_log_write(v_module, g_module_success);
1438: END Update_Entity_Orgs;
1439:
1440: END GCS_ENTITIES_PKG;