DBA Data[Home] [Help]

APPS.ARP_MISC_CASH_DIST dependencies on FND_CURRENCIES

Line 296: fnd_currencies fc

292: l_precision ,
293: l_min_unit
294: from ar_cash_receipts cr,
295: ar_vat_tax avt,
296: fnd_currencies fc
297: where cr.cash_receipt_id = p_cash_receipt_id
298: and cr.currency_code = fc.currency_code
299: and cr.vat_tax_id = avt.vat_tax_id(+);
300:

Line 842: fnd_currencies fc

838: l_precision ,
839: l_min_unit
840: from ar_cash_receipts cr,
841: ar_vat_tax avt,
842: fnd_currencies fc
843: where cr.cash_receipt_id = p_cash_receipt_id
844: and cr.currency_code = fc.currency_code
845: and cr.vat_tax_id = avt.vat_tax_id(+);
846:

Line 1578: fnd_currencies fc

1574: l_cr_rec.customer_site_use_id , --third_party_sub_id
1575: l_precision ,
1576: l_min_unit
1577: from ar_cash_receipts cr,
1578: fnd_currencies fc
1579: where cr.cash_receipt_id = p_cash_receipt_id
1580: and cr.currency_code = fc.currency_code;
1581: -- calculate accounted amount
1582: -- Changes for triangulation: If exchange rate type is not user, call