DBA Data[Home] [Help]

APPS.ICX_CAT_UTIL_PVT dependencies on GL_CURRENCY_API

Line 1019: l_rate := GL_CURRENCY_API.get_rate(p_from_currency, p_to_currency, p_rate_date, p_rate_type);

1015: l_err_loc PLS_INTEGER;
1016: BEGIN
1017: l_err_loc := 100;
1018:
1019: l_rate := GL_CURRENCY_API.get_rate(p_from_currency, p_to_currency, p_rate_date, p_rate_type);
1020:
1021: l_err_loc := 300;
1022:
1023: RETURN l_rate;

Line 1025: -- the GL_CURRENCY_API.get_rate API above will throw an exception if no rate

1021: l_err_loc := 300;
1022:
1023: RETURN l_rate;
1024:
1025: -- the GL_CURRENCY_API.get_rate API above will throw an exception if no rate
1026: -- is found. In this case, we will return null. We will also return null
1027: -- if there is any other errors from the API.
1028: EXCEPTION
1029: WHEN OTHERS THEN