DBA Data[Home] [Help]

APPS.PAY_RUN_RESULT_PKG dependencies on GL_CURRENCY_API

Line 321: when gl_currency_api.NO_RATE then

317: p_session_date,
318: peev.value,
319: l_currency_type));
320: exception
321: when gl_currency_api.NO_RATE then
322: hr_utility.set_message(801,'HR_6405_PAYM_NO_EXCHANGE_RATE');
323: hr_utility.set_message_token('RATE1', l_input_currency_code);
324: hr_utility.set_message_token('RATE2', l_output_currency_code);
325: hr_utility.raise_error;

Line 326: when gl_currency_api.INVALID_CURRENCY then

322: hr_utility.set_message(801,'HR_6405_PAYM_NO_EXCHANGE_RATE');
323: hr_utility.set_message_token('RATE1', l_input_currency_code);
324: hr_utility.set_message_token('RATE2', l_output_currency_code);
325: hr_utility.raise_error;
326: when gl_currency_api.INVALID_CURRENCY then
327: hr_utility.set_message(801,'HR_52350_INVALID_CURRENCY');
328: hr_utility.set_message_token('RATE1', l_input_currency_code);
329: hr_utility.set_message_token('RATE2', l_output_currency_code);
330: hr_utility.raise_error;