DBA Data[Home] [Help]

APPS.AR_RECEIPT_LIB_PVT dependencies on FND_CURRENCIES_VL

Line 588: FROM fnd_currencies_vl

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

Line 1751: p_usr_currency_code IN fnd_currencies_vl.name%TYPE,

1747: END Default_Currency_Info;
1748:
1749: /* modified for tca uptake */
1750: PROCEDURE Default_cash_ids(
1751: p_usr_currency_code IN fnd_currencies_vl.name%TYPE,
1752: p_usr_exchange_rate_type IN gl_daily_conversion_types.user_conversion_type%TYPE,
1753: p_customer_name IN hz_parties.party_name%TYPE,
1754: p_customer_number IN hz_cust_accounts.account_number%TYPE,
1755: p_location IN hz_cust_site_uses.location%type,