DBA Data[Home] [Help]

APPS.PO_CO_TOLERANCES_PVT dependencies on PO_LOG

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

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);
9:
10: c_log_head CONSTANT VARCHAR2(50) := 'po.plsql.' || g_pkg_name || '.';
11:
12: -- Debugging