DBA Data[Home] [Help]

APPS.AR_DEPOSIT_LIB_PVT dependencies on FND_CURRENCIES_VL

Line 936: FROM fnd_currencies_vl

932: ELSIF (p_entity = 'CURRENCY_NAME')
933: THEN
934: SELECT currency_code
935: INTO l_selected_id
936: FROM fnd_currencies_vl
937: WHERE name = p_value;
938:
939: ELSIF (p_entity = 'EXCHANGE_RATE_TYPE_NAME')
940: THEN

Line 1407: p_usr_currency_code IN fnd_currencies_vl.name%TYPE,

1403: p_ship_to_location IN OUT NOCOPY hz_cust_site_uses.location%type,
1404: x_ship_to_contact_id IN OUT NOCOPY NUMBER,
1405: p_ship_to_contact_first_name IN VARCHAR2,
1406: p_ship_to_contact_last_name IN VARCHAR2,
1407: p_usr_currency_code IN fnd_currencies_vl.name%TYPE,
1408: p_usr_exchange_rate_type IN
1409: gl_daily_conversion_types.user_conversion_type%TYPE,
1410: x_currency_code IN OUT NOCOPY ar_cash_receipts.currency_code%TYPE,
1411: x_exchange_rate_type IN OUT NOCOPY