DBA Data[Home] [Help]

APPS.AR_REFUNDS_PVT dependencies on FND_CURRENCIES

Line 60: ,p_currency_code IN fnd_currencies.currency_code%TYPE

56: *=======================================================================*/
57: PROCEDURE create_refund(
58: p_receivable_application_id IN ar_receivable_applications.receivable_application_id%TYPE
59: ,p_amount IN NUMBER
60: ,p_currency_code IN fnd_currencies.currency_code%TYPE
61: ,p_exchange_rate IN NUMBER
62: ,p_exchange_rate_type IN ar_cash_receipts.exchange_rate_type%TYPE
63: ,p_exchange_date IN DATE
64: ,p_description IN VARCHAR2