DBA Data[Home] [Help]

APPS.PO_INVOICES_SV1 dependencies on FND_PROFILE

Line 5: g_fnd_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');

1: PACKAGE BODY PO_INVOICES_SV1 AS
2: /* $Header: POXIVCRB.pls 120.9 2006/06/13 12:24:04 szaveri noship $ */
3:
4: -- Read the profile option that enables/disables the debug log
5: g_fnd_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
6: g_asn_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('PO_RVCTP_ENABLE_TRACE'),'N');
7:
8: /* , bug # 2569530 */
9: g_log_head CONSTANT VARCHAR2(30) := 'po.plsql.PO_INVOICES_SV1.';

Line 6: g_asn_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('PO_RVCTP_ENABLE_TRACE'),'N');

2: /* $Header: POXIVCRB.pls 120.9 2006/06/13 12:24:04 szaveri noship $ */
3:
4: -- Read the profile option that enables/disables the debug log
5: g_fnd_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
6: g_asn_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('PO_RVCTP_ENABLE_TRACE'),'N');
7:
8: /* , bug # 2569530 */
9: g_log_head CONSTANT VARCHAR2(30) := 'po.plsql.PO_INVOICES_SV1.';
10: /* */