DBA Data[Home] [Help]

APPS.ARP_ALLOCATION_PKG dependencies on FND_CURRENCIES

Line 1133: fnd_currencies fc

1129: g_acctd_amount_due_remaining ,
1130: g_amount_due_original
1131: from ra_customer_trx ct ,
1132: ar_payment_schedules pay ,
1133: fnd_currencies fc
1134: where ct.customer_trx_id = p_invoice_id
1135: and pay.customer_trx_id = ct.customer_trx_id
1136: and pay.payment_schedule_id = p_payment_schedule_id
1137: and ct.invoice_currency_code = fc.currency_code;