DBA Data[Home] [Help]

APPS.AR_DEPOSIT_VAL_PVT dependencies on ARP_GLOBAL

Line 119: IF p_currency_code <> arp_global.functional_currency THEN

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

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

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

Line 411: IF p_currency_code <> arp_global.functional_currency OR

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