DBA Data[Home] [Help]

APPS.AR_RECEIPT_LIB_PVT dependencies on FND_CURRENCIES

Line 17: p_usr_currency_code IN fnd_currencies_vl.name%TYPE,

13: pg_cust_derived_from VARCHAR2(20);
14:
15: /* Revert changes done for customer bank ref from Default_cash_ids under payment uptake */
16: PROCEDURE Default_cash_ids(
17: p_usr_currency_code IN fnd_currencies_vl.name%TYPE,
18: p_usr_exchange_rate_type IN gl_daily_conversion_types.user_conversion_type%TYPE,
19: p_customer_name IN hz_parties.party_name%TYPE,
20: p_customer_number IN hz_cust_accounts.account_number%TYPE,
21: p_location IN hz_cust_site_uses.location%type,

Line 351: ,p_currency_code IN fnd_currencies.currency_code%TYPE

347:
348: PROCEDURE default_refund_attributes (
349: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE
350: ,p_customer_trx_id IN ra_customer_trx.customer_trx_id%TYPE
351: ,p_currency_code IN fnd_currencies.currency_code%TYPE
352: ,p_amount IN NUMBER
353: ,p_party_id IN OUT NOCOPY hz_parties.party_id%TYPE
354: ,p_party_site_id IN OUT NOCOPY hz_party_sites.party_site_id%TYPE
355: ,x_party_name OUT NOCOPY hz_parties.party_name%TYPE