DBA Data[Home] [Help]

APPS.PO_CO_TOLERANCES_PVT dependencies on PO_CO_TOLERANCES_PVT

Line 1: PACKAGE BODY po_co_tolerances_pvt AS

1: PACKAGE BODY po_co_tolerances_pvt AS
2: /* $Header: PO_CO_TOLERANCES_PVT.plb 120.3.12010000.3 2008/10/23 08:40:27 rojain ship $ */
3:
4: g_pkg_name CONSTANT VARCHAR2(30) := 'PO_CO_TOLERANCES_PVT';
5:

Line 2: /* $Header: PO_CO_TOLERANCES_PVT.plb 120.3.12010000.3 2008/10/23 08:40:27 rojain ship $ */

1: PACKAGE BODY po_co_tolerances_pvt AS
2: /* $Header: PO_CO_TOLERANCES_PVT.plb 120.3.12010000.3 2008/10/23 08:40:27 rojain ship $ */
3:
4: g_pkg_name CONSTANT VARCHAR2(30) := 'PO_CO_TOLERANCES_PVT';
5:
6: -- Read the profile option that enables/disables the debug log

Line 4: g_pkg_name CONSTANT VARCHAR2(30) := 'PO_CO_TOLERANCES_PVT';

1: PACKAGE BODY po_co_tolerances_pvt AS
2: /* $Header: PO_CO_TOLERANCES_PVT.plb 120.3.12010000.3 2008/10/23 08:40:27 rojain ship $ */
3:
4: g_pkg_name CONSTANT VARCHAR2(30) := 'PO_CO_TOLERANCES_PVT';
5:
6: -- Read the profile option that enables/disables the debug log
7: -- Logging global constants
8: d_package_base CONSTANT VARCHAR2(100) := po_log.get_package_base(g_pkg_name);