DBA Data[Home] [Help]

APPS.AR_REFUNDS_PVT dependencies on FND_CURRENCIES

Line 38: ,p_currency_code IN fnd_currencies.currency_code%TYPE

34: *=======================================================================*/
35: PROCEDURE create_refund(
36: p_receivable_application_id IN ar_receivable_applications.receivable_application_id%TYPE
37: ,p_amount IN NUMBER
38: ,p_currency_code IN fnd_currencies.currency_code%TYPE
39: ,p_exchange_rate IN NUMBER
40: ,p_exchange_rate_type IN ar_cash_receipts.exchange_rate_type%TYPE
41: ,p_exchange_date IN DATE
42: ,p_description IN VARCHAR2