DBA Data[Home] [Help]

APPS.PO_CUSTOM_MULTIMOD_VAL_PVT dependencies on PO_CUSTOM_MULTIMOD_VAL_PVT

Line 1: PACKAGE BODY PO_CUSTOM_MULTIMOD_VAL_PVT AS

1: PACKAGE BODY PO_CUSTOM_MULTIMOD_VAL_PVT AS
2: /* $Header: PO_CUSTOM_MULTIMOD_VAL_PVT.plb 120.2 2011/09/20 20:29:21 rarajar noship $ */
3:
4: ---------------------------------------------------------------------------
5: -- Modules for debugging.

Line 2: /* $Header: PO_CUSTOM_MULTIMOD_VAL_PVT.plb 120.2 2011/09/20 20:29:21 rarajar noship $ */

1: PACKAGE BODY PO_CUSTOM_MULTIMOD_VAL_PVT AS
2: /* $Header: PO_CUSTOM_MULTIMOD_VAL_PVT.plb 120.2 2011/09/20 20:29:21 rarajar noship $ */
3:
4: ---------------------------------------------------------------------------
5: -- Modules for debugging.
6: ---------------------------------------------------------------------------

Line 10: PO_LOG.get_package_base('PO_CUSTOM_MULTIMOD_VAL_PVT');

6: ---------------------------------------------------------------------------
7:
8: -- The module base for this package.
9: D_PACKAGE_BASE CONSTANT VARCHAR2(50) :=
10: PO_LOG.get_package_base('PO_CUSTOM_MULTIMOD_VAL_PVT');
11:
12: -- The module base for the subprogram.
13: D_generate_custom_exceptions CONSTANT VARCHAR2(100) :=
14: PO_LOG.get_subprogram_base(D_PACKAGE_BASE,'generate_custom_exceptions');

Line 119: END PO_CUSTOM_MULTIMOD_VAL_PVT;

115: RAISE;
116:
117: END generate_custom_exceptions;
118:
119: END PO_CUSTOM_MULTIMOD_VAL_PVT;