DBA Data[Home] [Help]

APPS.HR_TRANSACTION_SS dependencies on HR_MESSAGE

Line 1549: hr_message.provide_error;

1545: hr_utility.set_location('EXCEPTION: '|| l_proc,555);
1546: -- an application error has been raised. set the error flag
1547: -- to indicate an application error
1548: -- the error message should of been set already
1549: hr_message.provide_error;
1550: l_api_error_name := hr_message.last_message_name;
1551: if l_api_error_name = 'HR_7155_OBJECT_INVALID' then
1552: l_obj_fatal_error := true;
1553: exit;

Line 1550: l_api_error_name := hr_message.last_message_name;

1546: -- an application error has been raised. set the error flag
1547: -- to indicate an application error
1548: -- the error message should of been set already
1549: hr_message.provide_error;
1550: l_api_error_name := hr_message.last_message_name;
1551: if l_api_error_name = 'HR_7155_OBJECT_INVALID' then
1552: l_obj_fatal_error := true;
1553: exit;
1554: --if csr.api_name = 'BEN_PROCESS_COMPENSATION_W.PROCESS_API' then

Line 1679: hr_message.provide_error;

1675: p_result := null;
1676: exception
1677: when hr_utility.hr_error then
1678: hr_utility.set_location('EXCEPTION: '|| l_proc,555);
1679: hr_message.provide_error;
1680: --result := fnd_message.get;
1681: p_result := hr_message.last_message_name;
1682: if p_result <> 'HR_7155_OBJECT_INVALID' and
1683: p_result <> 'HR_FATAL_OBJECT_ERROR' then

Line 1681: p_result := hr_message.last_message_name;

1677: when hr_utility.hr_error then
1678: hr_utility.set_location('EXCEPTION: '|| l_proc,555);
1679: hr_message.provide_error;
1680: --result := fnd_message.get;
1681: p_result := hr_message.last_message_name;
1682: if p_result <> 'HR_7155_OBJECT_INVALID' and
1683: p_result <> 'HR_FATAL_OBJECT_ERROR' then
1684: p_result := hr_message.get_message_text;
1685: end if;

Line 1684: p_result := hr_message.get_message_text;

1680: --result := fnd_message.get;
1681: p_result := hr_message.last_message_name;
1682: if p_result <> 'HR_7155_OBJECT_INVALID' and
1683: p_result <> 'HR_FATAL_OBJECT_ERROR' then
1684: p_result := hr_message.get_message_text;
1685: end if;
1686: rollback to VALIDATE_TRANSACTION;
1687: when others then
1688: hr_utility.set_location('EXCEPTION: '|| l_proc,560);