DBA Data[Home] [Help]

APPS.RCV_DEFAULT_PKG dependencies on FND_PROFILE

Line 3: g_debug_flag CONSTANT VARCHAR2(1) := NVL(fnd_profile.VALUE('RCV_DEBUG_MODE'), 'N');

1: PACKAGE BODY rcv_default_pkg AS
2: /* $Header: RCVDFLTB.pls 120.38.12010000.8 2008/12/24 18:04:38 vthevark ship $*/
3: g_debug_flag CONSTANT VARCHAR2(1) := NVL(fnd_profile.VALUE('RCV_DEBUG_MODE'), 'N');
4: /* the following marker variables indicate the possibility that the defaulted
5: code does not match the ID's derived from the backing docs */
6: g_rhi_ou_mkr BOOLEAN;
7: g_rhi_cust_party_name_mkr BOOLEAN;