DBA Data[Home] [Help]

APPS.JE_ZZ_AUTO_INVOICE dependencies on FND_PROFILE

Line 40: PG_DEBUG := NVL(FND_PROFILE.value('MSC_ATP_DEBUG'), 'N');

36: -- Main function body. --
37: ------------------------------------------------------------
38: BEGIN
39:
40: PG_DEBUG := NVL(FND_PROFILE.value('MSC_ATP_DEBUG'), 'N');
41:
42: IF PG_DEBUG in ('Y', 'C') THEN
43: arp_standard.debug('JE_ZZ_AUTO_INVOICE.validate_gdff()+');
44: END IF;

Line 47: l_country_code := fnd_profile.value ('JGZZ_COUNTRY_CODE');

43: arp_standard.debug('JE_ZZ_AUTO_INVOICE.validate_gdff()+');
44: END IF;
45:
46: return_code := 1;
47: l_country_code := fnd_profile.value ('JGZZ_COUNTRY_CODE');
48:
49: IF PG_DEBUG in ('Y', 'C') THEN
50: arp_standard.debug('validate_gdff: ' || '-- Country Code: '||l_country_code);
51: arp_standard.debug('validate_gdff: ' || '-- Request Id: '||to_char(p_request_id));