DBA Data[Home] [Help]

APPS.PO_RCO_VALIDATION_PVT dependencies on PO_LOG

Line 6: d_package_base CONSTANT VARCHAR2(100) := po_log.get_package_base(g_pkg_name);

2: /* $Header: POXVRCVB.pls 120.39.12020000.6 2013/05/21 09:29:36 bpulivar ship $ */
3: --g_pkg_name CONSTANT VARCHAR2(30) := 'PO_RCO_VALIDATION_PVT';
4: -- Read the profile option that enables/disables the debug log
5: -- Logging global constants
6: d_package_base CONSTANT VARCHAR2(100) := po_log.get_package_base(g_pkg_name);
7:
8: c_log_head CONSTANT VARCHAR2(50) := 'po.plsql.' || g_pkg_name || '.';
9:
10: -- Debugging