DBA Data[Home] [Help]

APPS.AR_CC_LOCKBOX dependencies on FND_MESSAGE

Line 208: FND_MESSAGE.SET_NAME('AR','AR_RW_CROSS_CC_RATE_LARGE');

204:
205: --------------------------------------------------------------*/
206:
207: IF ln_trans_to_receipt_rate > 100000000000 THEN
208: FND_MESSAGE.SET_NAME('AR','AR_RW_CROSS_CC_RATE_LARGE');
209: app_exception.raise_exception;
210: ELSIF ln_trans_to_receipt_rate >= 10000000000 and ln_trans_to_receipt_rate <= 99999999999 THEN
211: ln_start_rounding := -10;
212: ELSIF ln_trans_to_receipt_rate >= 1000000000 and ln_trans_to_receipt_rate <= 9999999999 THEN