DBA Data[Home] [Help]

APPS.HR_TRANSACTION_SS dependencies on FND_MESSAGE

Line 1445: fnd_message.set_name('PER','l_transaction_id');

1441: l_transaction_id := get_transaction_id
1442: (p_item_type => p_item_type
1443: ,p_item_key => p_item_key);
1444: if l_transaction_id is null then
1445: fnd_message.set_name('PER','l_transaction_id');
1446: hr_utility.raise_error;
1447: end if;
1448: -- set the Profiles before starting to process any step.
1449: hr_utility.set_location('Call Set_Transaction_Context: '|| l_proc, 10);

Line 1555: -- fnd_message.set_name('PER','HR_FATAL_OBJECT_ERROR');

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
1555: -- fnd_message.set_name('PER','HR_FATAL_OBJECT_ERROR');
1556: -- l_obj_fatal_error := true;
1557: -- exit;
1558: --end if;
1559: else

Line 1602: fnd_message.set_name('PER','HR_FATAL_OBJECT_ERROR');

1598: end;
1599: end loop;
1600: -- check to see if any application errors where raised
1601: if l_obj_fatal_error then
1602: fnd_message.set_name('PER','HR_FATAL_OBJECT_ERROR');
1603: raise hr_utility.hr_error;
1604: elsif l_object_version_error then
1605: fnd_message.set_name('PER','HR_7155_OBJECT_INVALID');
1606: raise hr_utility.hr_error;

Line 1605: fnd_message.set_name('PER','HR_7155_OBJECT_INVALID');

1601: if l_obj_fatal_error then
1602: fnd_message.set_name('PER','HR_FATAL_OBJECT_ERROR');
1603: raise hr_utility.hr_error;
1604: elsif l_object_version_error then
1605: fnd_message.set_name('PER','HR_7155_OBJECT_INVALID');
1606: raise hr_utility.hr_error;
1607: elsif l_application_error or l_warning_error then
1608: raise hr_utility.hr_error;
1609: end if;

Line 1680: --result := fnd_message.get;

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
1684: p_result := hr_message.get_message_text;

Line 1786: l_error_text := fnd_message.get;

1782: hr_utility.set_location('EXCEPTION: SWI COMMIT ERROR '|| l_proc,555);
1783: l_sqlerrm := sqlerrm;
1784: l_error_text := hr_utility.get_message;
1785: if l_error_text is null then
1786: l_error_text := fnd_message.get;
1787: end if;
1788: wf_engine.setitemattrtext
1789: (itemtype => itemtype
1790: ,itemkey => itemkey

Line 1806: l_error_text := fnd_message.get;

1802: hr_utility.set_location('EXCEPTION: MERGE ATTCHMENT ERROR '|| l_proc,555);
1803: l_sqlerrm := sqlerrm;
1804: l_error_text := hr_utility.get_message;
1805: if l_error_text is null then
1806: l_error_text := fnd_message.get;
1807: end if;
1808: wf_engine.setitemattrtext
1809: (itemtype => itemtype
1810: ,itemkey => itemkey

Line 1842: l_error_text := fnd_message.get;

1838: rollback to commit_transaction;
1839: --
1840: l_error_text := hr_utility.get_message;
1841: if l_error_text is null then
1842: l_error_text := fnd_message.get;
1843: end if;
1844: -- 1903606
1845: wf_engine.setitemattrtext
1846: (itemtype => itemtype

Line 2150: fnd_message.set_name('PER', 'HR_51778_WEB_KIOSK_INV_EDATE');

2146: hr_utility.set_location('EXCEPTION: '|| l_proc,555);
2147: -- the date check failed therefore we must report the error
2148: -- and reset to the original value
2149: l_value_error := true;
2150: fnd_message.set_name('PER', 'HR_51778_WEB_KIOSK_INV_EDATE');
2151: l_date := trunc(sysdate);
2152: END;
2153: hr_transaction_api.set_date_value
2154: (p_transaction_step_id => p_transaction_step_id