DBA Data[Home] [Help]

APPS.AR_RECEIPT_LIB_PVT dependencies on FND_CURRENCIES_VL

Line 591: FROM fnd_currencies_vl

587: ELSIF (p_entity = 'CURRENCY_NAME')
588: THEN
589: SELECT currency_code
590: INTO l_selected_id
591: FROM fnd_currencies_vl
592: WHERE name = p_value;
593: ELSIF (p_entity = 'EXCHANGE_RATE_TYPE_NAME')
594: THEN
595: SELECT conversion_type

Line 1758: p_usr_currency_code IN fnd_currencies_vl.name%TYPE,

1754: END Default_Currency_Info;
1755:
1756: /* modified for tca uptake */
1757: PROCEDURE Default_cash_ids(
1758: p_usr_currency_code IN fnd_currencies_vl.name%TYPE,
1759: p_usr_exchange_rate_type IN gl_daily_conversion_types.user_conversion_type%TYPE,
1760: p_customer_name IN hz_parties.party_name%TYPE,
1761: p_customer_number IN hz_cust_accounts.account_number%TYPE,
1762: p_location IN hz_cust_site_uses.location%type,