DBA Data[Home] [Help]

APPS.RCV_UTILITIES dependencies on FND_PROFILE

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

1: PACKAGE BODY RCV_UTILITIES AS
2: /* $Header: RCVUTILB.pls 120.1.12010000.2 2008/11/18 21:50:58 vthevark noship $*/
3:
4: -- Read the profile option that enables/disables the debug log
5: g_asn_debug VARCHAR2(1) := NVL(fnd_profile.VALUE('RCV_DEBUG_MODE'), 'N');
6:
7: /* This API is called by AP in their Supplier Merge program */
8:
9: PROCEDURE Merge_Vendor