DBA Data[Home] [Help]

APPS.AR_DEPOSIT_VAL_PVT dependencies on ARP_GLOBAL

Line 120: IF p_currency_code <> arp_global.functional_currency THEN

116: BEGIN
117: arp_util.debug('AR_DEPOSIT_VAL_PVT.Validate_Exchange_Rate () +');
118: p_return_status := FND_API.G_RET_STS_SUCCESS;
119:
120: IF p_currency_code <> arp_global.functional_currency THEN
121:
122: IF p_exchange_rate_type IS NULL THEN
123:
124: -- raise exception

Line 243: IF ((arp_global.functional_currency <> p_currency_code) OR

239: p_return_status := FND_API.G_RET_STS_SUCCESS;
240: arp_util.debug('AR_DEPOSIT_VAL_PVT.Validate_Currency () +');
241: IF (Is_currency_valid(p_currency_code) = 'Y') THEN
242:
243: IF ((arp_global.functional_currency <> p_currency_code) OR
244: (p_exchange_rate_type IS NOT NULL OR
245: p_exchange_rate IS NOT NULL OR
246: p_exchange_rate_date IS NOT NULL)) THEN
247:

Line 412: IF p_currency_code <> arp_global.functional_currency OR

408: --Validate Customer info
409:
410:
411: --Validate currency and exchange rate info.
412: IF p_currency_code <> arp_global.functional_currency OR
413: p_exchange_rate_type IS NOT NULL OR
414: p_exchange_rate IS NOT NULL OR
415: p_exchange_rate_date IS NOT NULL THEN
416: Validate_currency(p_currency_code,