DBA Data[Home] [Help]

APPS.GCS_CONS_ENGINE_PKG dependencies on GCS_CONS_ENGINE_PKG

Line 1: PACKAGE BODY GCS_CONS_ENGINE_PKG as

1: PACKAGE BODY GCS_CONS_ENGINE_PKG as
2: /* $Header: gcs_eng_wfb.pls 120.12 2007/12/13 11:50:10 cdesouza noship $ */
3:
4: -- Declaration of package body global variables
5:

Line 6: g_api VARCHAR2(200) := 'gcs.plsql.GCS_CONS_ENGINE_PKG';

2: /* $Header: gcs_eng_wfb.pls 120.12 2007/12/13 11:50:10 cdesouza noship $ */
3:
4: -- Declaration of package body global variables
5:
6: g_api VARCHAR2(200) := 'gcs.plsql.GCS_CONS_ENGINE_PKG';
7: g_cons_item_type VARCHAR2(200) := 'GCSENGNE';
8: g_cons_entity_process VARCHAR2(200) := 'CONS_ENTITY_PROCESS';
9: g_oper_item_type VARCHAR2(200) := 'GCSOPRWF';
10: g_oper_entity_process VARCHAR2(200) := 'OPER_ENTITY_PROCESS';

Line 1262: END GCS_CONS_ENGINE_PKG;

1258:
1259: END retrieve_prior_runs;
1260:
1261:
1262: END GCS_CONS_ENGINE_PKG;
1263: