DBA Data[Home] [Help]

APPS.AR_DEPOSIT_LIB_PVT dependencies on GL_DAILY_CONVERSION_TYPES

Line 945: FROM gl_daily_conversion_types

941: ELSIF (p_entity = 'EXCHANGE_RATE_TYPE_NAME')
942: THEN
943: SELECT conversion_type
944: INTO l_selected_id
945: FROM gl_daily_conversion_types
946: WHERE user_conversion_type = p_value ;
947:
948: END IF;
949:

Line 1411: gl_daily_conversion_types.user_conversion_type%TYPE,

1407: p_ship_to_contact_first_name IN VARCHAR2,
1408: p_ship_to_contact_last_name IN VARCHAR2,
1409: p_usr_currency_code IN fnd_currencies_vl.name%TYPE,
1410: p_usr_exchange_rate_type IN
1411: gl_daily_conversion_types.user_conversion_type%TYPE,
1412: x_currency_code IN OUT NOCOPY ar_cash_receipts.currency_code%TYPE,
1413: x_exchange_rate_type IN OUT NOCOPY
1414: ar_cash_receipts.exchange_rate_type%TYPE,
1415: x_remit_to_address_id IN OUT NOCOPY NUMBER ,