DBA Data[Home] [Help]

APPS.OPI_DBI_COMMON_MOD_INCR_PKG dependencies on OPI_DBI_COMMON_MOD_INCR_PKG

Line 1: PACKAGE BODY opi_dbi_common_mod_incr_pkg AS

1: PACKAGE BODY opi_dbi_common_mod_incr_pkg AS
2: /*$Header: OPIDCMODRB.pls 120.2 2005/08/16 01:36:32 sberi noship $ */
3:
4: /*++++++++++++++++++++++++++++++++++++++++*/
5: /* Function and procedure declarations in this file but not in spec*/

Line 36: s_pkg_name CONSTANT VARCHAR2 (50) := 'opi_dbi_common_mod_incr_pkg';

32: /*++++++++++++++++++++++++++++++++++++++++*/
33: /* PACKAGE LEVEL CONSTANTS */
34: /*++++++++++++++++++++++++++++++++++++++++*/
35:
36: s_pkg_name CONSTANT VARCHAR2 (50) := 'opi_dbi_common_mod_incr_pkg';
37: s_ERROR CONSTANT NUMBER := -1; -- concurrent manager error code
38: s_WARNING CONSTANT NUMBER := 1; -- concurrent manager warning code
39: s_SUCCESS CONSTANT NUMBER := 0; -- concurrent manager success code
40:

Line 1477: END opi_dbi_common_mod_incr_pkg;

1473:
1474: END run_incr_load;
1475:
1476:
1477: END opi_dbi_common_mod_incr_pkg;