DBA Data[Home] [Help]

APPS.OPI_DBI_COMMON_MOD_INIT_PKG dependencies on OPI_DBI_COMMON_MOD_INIT_PKG

Line 1: PACKAGE BODY opi_dbi_common_mod_init_pkg AS

1: PACKAGE BODY opi_dbi_common_mod_init_pkg AS
2: /*$Header: OPIDCMODIB.pls 120.1 2005/08/10 01:59:36 sberi noship $ */
3:
4: /*++++++++++++++++++++++++++++++++++++++++*/
5: /* Function and procedure declarations in this file but not in spec*/

Line 25: s_pkg_name CONSTANT VARCHAR2 (50) := 'opi_dbi_common_mod_init_pkg';

21: /*++++++++++++++++++++++++++++++++++++++++*/
22: /* PACKAGE LEVEL CONSTANTS */
23: /*++++++++++++++++++++++++++++++++++++++++*/
24:
25: s_pkg_name CONSTANT VARCHAR2 (50) := 'opi_dbi_common_mod_init_pkg';
26: s_ERROR CONSTANT NUMBER := -1; -- concurrent manager error code
27: s_WARNING CONSTANT NUMBER := 1; -- concurrent manager warning code
28: s_SUCCESS CONSTANT NUMBER := 0; -- concurrent manager success code
29:

Line 1323: END opi_dbi_common_mod_init_pkg;

1319:
1320: END print_opi_org_bounds;
1321:
1322:
1323: END opi_dbi_common_mod_init_pkg;