DBA Data[Home] [Help]

APPS.OPI_DBI_WIP_COMP_INCR_PKG dependencies on OPI_DBI_WIP_COMP_INCR_PKG

Line 1: PACKAGE BODY opi_dbi_wip_comp_incr_pkg AS

1: PACKAGE BODY opi_dbi_wip_comp_incr_pkg AS
2: /*$Header: OPIDCOMPLRB.pls 120.0 2005/05/24 18:25:23 appldev noship $ */
3:
4: /*++++++++++++++++++++++++++++++++++++++++*/
5: /* Function and procedure declarations in this file but not in spec*/

Line 45: s_pkg_name CONSTANT VARCHAR2 (50) := 'opi_dbi_wip_comp_incr_pkg';

41: /*++++++++++++++++++++++++++++++++++++++++*/
42: /* PACKAGE LEVEL CONSTANTS */
43: /*++++++++++++++++++++++++++++++++++++++++*/
44:
45: s_pkg_name CONSTANT VARCHAR2 (50) := 'opi_dbi_wip_comp_incr_pkg';
46: s_ERROR CONSTANT NUMBER := -1; -- concurrent manager error code
47: s_WARNING CONSTANT NUMBER := 1; -- concurrent manager warning code
48: s_SUCCESS CONSTANT NUMBER := 0; -- concurrent manager success code
49:

Line 771: END opi_dbi_wip_comp_incr_pkg;

767: RAISE; -- propagate exception to wrapper.
768:
769: END update_wip_comp_fact_incr;
770:
771: END opi_dbi_wip_comp_incr_pkg;