DBA Data[Home] [Help]

APPS.PO_RCO_VALIDATION_GRP dependencies on PO_LOG

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

3:
4: g_pkg_name CONSTANT VARCHAR2(30) := 'PO_RCO_VALIDATION_GRP';
5: -- Read the profile option that enables/disables the debug log
6: -- Logging global constants
7: d_package_base CONSTANT VARCHAR2(100) := po_log.get_package_base(g_pkg_name);
8:
9: c_log_head CONSTANT VARCHAR2(50) := 'po.plsql.' || g_pkg_name || '.';
10:
11: -- Debugging