DBA Data[Home] [Help]

APPS.ICX_CAT_UTIL_PVT dependencies on GL_CURRENCY_API

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

1102: l_err_loc PLS_INTEGER;
1103: BEGIN
1104: l_err_loc := 100;
1105:
1106: l_rate := GL_CURRENCY_API.get_rate(p_from_currency, p_to_currency, p_rate_date, p_rate_type);
1107:
1108: l_err_loc := 300;
1109:
1110: RETURN l_rate;

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

1108: l_err_loc := 300;
1109:
1110: RETURN l_rate;
1111:
1112: -- the GL_CURRENCY_API.get_rate API above will throw an exception if no rate
1113: -- is found. In this case, we will return null. We will also return null
1114: -- if there is any other errors from the API.
1115: EXCEPTION
1116: WHEN OTHERS THEN