DBA Data[Home] [Help]

APPS.OPI_DBI_WIP_SCRAP_INIT_PKG dependencies on OPI_DBI_WIP_SCRAP_INIT_PKG

Line 1: PACKAGE BODY opi_dbi_wip_scrap_init_pkg AS

1: PACKAGE BODY opi_dbi_wip_scrap_init_pkg AS
2: /*$Header: OPIDSCRAPIB.pls 120.0 2005/05/24 17:52:42 appldev noship $ */
3:
4:
5: /*++++++++++++++++++++++++++++++++++++++++*/

Line 60: s_pkg_name CONSTANT VARCHAR2 (50) := 'opi_dbi_wip_scrap_init_pkg';

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

Line 1273: END opi_dbi_wip_scrap_init_pkg;

1269:
1270: END refresh;
1271:
1272:
1273: END opi_dbi_wip_scrap_init_pkg;