DBA Data[Home] [Help]

APPS.OPI_DBI_WIP_COMP_INIT_PKG dependencies on OPI_DBI_WIP_COMP_INIT_PKG

Line 1: PACKAGE BODY opi_dbi_wip_comp_init_pkg AS

1: PACKAGE BODY opi_dbi_wip_comp_init_pkg AS
2: /*$Header: OPIDCOMPLIB.pls 120.0 2005/05/24 17:59:10 appldev noship $ */
3:
4: /*++++++++++++++++++++++++++++++++++++++++*/
5: /* Function and procedure declarations in this file but not in spec*/

Line 57: s_pkg_name CONSTANT VARCHAR2 (50) := 'opi_dbi_wip_comp_init_pkg';

53: /*++++++++++++++++++++++++++++++++++++++++*/
54: /* PACKAGE LEVEL CONSTANTS */
55: /*++++++++++++++++++++++++++++++++++++++++*/
56:
57: s_pkg_name CONSTANT VARCHAR2 (50) := 'opi_dbi_wip_comp_init_pkg';
58: s_ERROR CONSTANT NUMBER := -1; -- concurrent manager error code
59: s_WARNING CONSTANT NUMBER := 1; -- concurrent manager warning code
60: s_SUCCESS CONSTANT NUMBER := 0; -- concurrent manager success code
61:

Line 1251: END opi_dbi_wip_comp_init_pkg;

1247:
1248: END check_global_setup;
1249:
1250:
1251: END opi_dbi_wip_comp_init_pkg;