DBA Data[Home] [Help]

APPS.PO_CONTROL_ACTION_VALIDATIONS dependencies on PO_LOG

Line 8: g_pkg_name CONSTANT varchar2(50) := PO_LOG.get_package_base('PO_CONTROL_ACTION_VALIDATIONS');

4:
5: -- The module base for this package.
6: g_debug_stmt CONSTANT BOOLEAN := (PO_DEBUG.is_debug_stmt_on And (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL));
7: g_debug_unexp CONSTANT BOOLEAN := (PO_DEBUG.is_debug_unexp_on AND (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL));
8: g_pkg_name CONSTANT varchar2(50) := PO_LOG.get_package_base('PO_CONTROL_ACTION_VALIDATIONS');
9:
10:
11: --------------------------------------------------------------
12: -- Common Validation Subroutines Constants