DBA Data[Home] [Help]

APPS.PO_SHARED_PROC_PVT dependencies on PO_SHARED_PROC_PVT

Line 1: PACKAGE BODY PO_SHARED_PROC_PVT AS

1: PACKAGE BODY PO_SHARED_PROC_PVT AS
2: /* $Header: POXVSPSB.pls 120.0 2005/06/01 16:45:49 appldev noship $ */
3:
4: -- Debugging booleans used to bypass logging when turned off
5: g_debug_stmt CONSTANT BOOLEAN := PO_DEBUG.is_debug_stmt_on;

Line 8: g_pkg_name CONSTANT VARCHAR2(20) := 'PO_SHARED_PROC_PVT';

4: -- Debugging booleans used to bypass logging when turned off
5: g_debug_stmt CONSTANT BOOLEAN := PO_DEBUG.is_debug_stmt_on;
6: g_debug_unexp CONSTANT BOOLEAN := PO_DEBUG.is_debug_unexp_on;
7:
8: g_pkg_name CONSTANT VARCHAR2(20) := 'PO_SHARED_PROC_PVT';
9: g_module_prefix CONSTANT VARCHAR2(30) := 'po.plsql.' || g_pkg_name || '.';
10:
11: -- Transaction flows are supported if INV FPJ or higher is installed
12: g_is_txn_flow_supported CONSTANT BOOLEAN :=

Line 1821: END PO_SHARED_PROC_PVT;

1817: p_progress => l_progress);
1818: END IF;
1819: END check_item_in_linv_pou;
1820:
1821: END PO_SHARED_PROC_PVT;