DBA Data[Home] [Help]

APPS.PAY_BTL_SHD dependencies on HR_MESSAGE

Line 891: hr_message.provide_error;

887:
888:
889: exception
890: when app_exception.application_exception then
891: hr_message.provide_error;
892: hr_utility.raise_error;
893:
894: end keyflex_comb;
895: --