DBA Data[Home] [Help]

APPS.PO_VENDORS_SV dependencies on FND_PROFILE

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

1: PACKAGE BODY PO_VENDORS_SV as
2: /* $Header: POXVDVEB.pls 120.4.12020000.3 2013/02/10 15:34:12 vegajula ship $*/
3:
4: -- Read the profile option that enables/disables the debug log
5: g_asn_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('PO_RVCTP_ENABLE_TRACE'),'N');
6:
7: /*===========================================================================
8:
9: FUNCTION NAME: val_vendor()