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.3.12020000.2 2013/02/10 22:27:04 vegajula ship $ */
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 1161: END PO_HEADERS_PKG_S1;

1157:
1158:
1159: END Lock_Row;
1160:
1161: END PO_HEADERS_PKG_S1;