DBA Data[Home] [Help]

APPS.RCV_RMA_HEADERS dependencies on FND_PROFILE

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

1: PACKAGE BODY rcv_rma_headers
2: /* $Header: RCVRMAHB.pls 120.3 2006/04/20 16:27:30 pjiang noship $ */
3: AS
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: /*===========================================================================+
8: | |
9: | PROCEDURE NAME: derive_rma_header() |