DBA Data[Home] [Help]

APPS.PO_HEADERS_PKG_S1 dependencies on PO_HEADERS_PKG_S1

Line 1: PACKAGE BODY PO_HEADERS_PKG_S1 as

1: PACKAGE BODY PO_HEADERS_PKG_S1 as
2: /* $Header: POXP2PHB.pls 120.2 2005/07/05 16:13:36 shsiung noship $ */
3:
4: -- Read the profile option that enables/disables the debug log
5: g_fnd_debug CONSTANT VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');

Line 7: g_module_prefix CONSTANT VARCHAR2(50) := 'po.plsql.PO_HEADERS_PKG_S1.';

3:
4: -- Read the profile option that enables/disables the debug log
5: g_fnd_debug CONSTANT VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
6:
7: g_module_prefix CONSTANT VARCHAR2(50) := 'po.plsql.PO_HEADERS_PKG_S1.';
8:
9:
10: /*===========================================================================
11:

Line 513: END PO_HEADERS_PKG_S1;

509: end if;
510:
511: END Lock_Row;
512:
513: END PO_HEADERS_PKG_S1;