DBA Data[Home] [Help]

APPS.ARP_CALCULATE_DISCOUNT dependencies on FND_CURRENCIES

Line 366: FROM fnd_currencies fc

362: )
363: INTO p_out_earned_disc,
364: p_out_unearned_disc,
365: p_out_amt_to_apply
366: FROM fnd_currencies fc
367: WHERE fc.currency_code = l_ps_rec.invoice_currency_code;
368: --
369: IF (p_mode = AR_DEFAULT_DISC OR p_mode = AR_DEFAULT_NEW_DISC)
370: THEN

Line 439: FROM fnd_currencies fc

435: /fc.minimum_accountable_unit ) *
436: ( fc.minimum_accountable_unit )
437: )
438: INTO p_out_earned_disc
439: FROM fnd_currencies fc
440: WHERE fc.currency_code = l_ps_rec.invoice_currency_code;
441: else
442: p_out_earned_disc :=0;
443: end if;