DBA Data[Home] [Help]

APPS.PO_CORE_S2 dependencies on PO_CORE_S2

Line 1: PACKAGE BODY PO_CORE_S2 AS

1: PACKAGE BODY PO_CORE_S2 AS
2: /* $Header: POXCOC2B.pls 120.5 2006/08/30 18:43:16 dreddy noship $*/
3:
4:
5: /*===========================================================================

Line 9: g_pkg_name CONSTANT VARCHAR2(30) := 'PO_CORE_S2';

5: /*===========================================================================
6: Private package variables
7: ===========================================================================*/
8: -- Logging/debugging
9: g_pkg_name CONSTANT VARCHAR2(30) := 'PO_CORE_S2';
10: g_log_head CONSTANT VARCHAR2(50) :=
11: 'po.plsql.' || g_pkg_name || '.';
12: g_debug_stmt BOOLEAN := PO_DEBUG.is_debug_stmt_on;
13: g_debug_unexp BOOLEAN := PO_DEBUG.is_debug_unexp_on;

Line 406: END PO_CORE_S2;

402: END round_and_convert_currency;
403: --
404:
405:
406: END PO_CORE_S2;