DBA Data[Home] [Help]

APPS.HR_TRANSACTION_SS dependencies on HR_MESSAGE

Line 1463: hr_message.provide_error;

1459: hr_utility.set_location('EXCEPTION: '|| l_proc,555);
1460: -- an application error has been raised. set the error flag
1461: -- to indicate an application error
1462: -- the error message should of been set already
1463: hr_message.provide_error;
1464: l_api_error_name := hr_message.last_message_name;
1465: if l_api_error_name = 'HR_7155_OBJECT_INVALID' then
1466: l_obj_fatal_error := true;
1467: exit;

Line 1464: l_api_error_name := hr_message.last_message_name;

1460: -- an application error has been raised. set the error flag
1461: -- to indicate an application error
1462: -- the error message should of been set already
1463: hr_message.provide_error;
1464: l_api_error_name := hr_message.last_message_name;
1465: if l_api_error_name = 'HR_7155_OBJECT_INVALID' then
1466: l_obj_fatal_error := true;
1467: exit;
1468: --if csr.api_name = 'BEN_PROCESS_COMPENSATION_W.PROCESS_API' then

Line 1593: hr_message.provide_error;

1589: p_result := null;
1590: exception
1591: when hr_utility.hr_error then
1592: hr_utility.set_location('EXCEPTION: '|| l_proc,555);
1593: hr_message.provide_error;
1594: --result := fnd_message.get;
1595: p_result := hr_message.last_message_name;
1596: if p_result <> 'HR_7155_OBJECT_INVALID' and
1597: p_result <> 'HR_FATAL_OBJECT_ERROR' then

Line 1595: p_result := hr_message.last_message_name;

1591: when hr_utility.hr_error then
1592: hr_utility.set_location('EXCEPTION: '|| l_proc,555);
1593: hr_message.provide_error;
1594: --result := fnd_message.get;
1595: p_result := hr_message.last_message_name;
1596: if p_result <> 'HR_7155_OBJECT_INVALID' and
1597: p_result <> 'HR_FATAL_OBJECT_ERROR' then
1598: p_result := hr_message.get_message_text;
1599: end if;

Line 1598: p_result := hr_message.get_message_text;

1594: --result := fnd_message.get;
1595: p_result := hr_message.last_message_name;
1596: if p_result <> 'HR_7155_OBJECT_INVALID' and
1597: p_result <> 'HR_FATAL_OBJECT_ERROR' then
1598: p_result := hr_message.get_message_text;
1599: end if;
1600: rollback to VALIDATE_TRANSACTION;
1601: when others then
1602: hr_utility.set_location('EXCEPTION: '|| l_proc,560);