DBA Data[Home] [Help]

APPS.HR_TRANSACTION_SS dependencies on FND_MESSAGE

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

1355: l_transaction_id := get_transaction_id
1356: (p_item_type => p_item_type
1357: ,p_item_key => p_item_key);
1358: if l_transaction_id is null then
1359: fnd_message.set_name('PER','l_transaction_id');
1360: hr_utility.raise_error;
1361: end if;
1362: -- set the Profiles before starting to process any step.
1363: hr_utility.set_location('Call Set_Transaction_Context: '|| l_proc, 10);

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

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
1469: -- fnd_message.set_name('PER','HR_FATAL_OBJECT_ERROR');
1470: -- l_obj_fatal_error := true;
1471: -- exit;
1472: --end if;
1473: else

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

1512: end;
1513: end loop;
1514: -- check to see if any application errors where raised
1515: if l_obj_fatal_error then
1516: fnd_message.set_name('PER','HR_FATAL_OBJECT_ERROR');
1517: raise hr_utility.hr_error;
1518: elsif l_object_version_error then
1519: fnd_message.set_name('PER','HR_7155_OBJECT_INVALID');
1520: raise hr_utility.hr_error;

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

1515: if l_obj_fatal_error then
1516: fnd_message.set_name('PER','HR_FATAL_OBJECT_ERROR');
1517: raise hr_utility.hr_error;
1518: elsif l_object_version_error then
1519: fnd_message.set_name('PER','HR_7155_OBJECT_INVALID');
1520: raise hr_utility.hr_error;
1521: elsif l_application_error or l_warning_error then
1522: raise hr_utility.hr_error;
1523: end if;

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

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

Line 1708: l_error_text := fnd_message.get;

1704: rollback to commit_transaction;
1705: --
1706: l_error_text := hr_utility.get_message;
1707: if l_error_text is null then
1708: l_error_text := fnd_message.get;
1709: end if;
1710: -- 1903606
1711: wf_engine.setitemattrtext
1712: (itemtype => itemtype

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

1989: hr_utility.set_location('EXCEPTION: '|| l_proc,555);
1990: -- the date check failed therefore we must report the error
1991: -- and reset to the original value
1992: l_value_error := true;
1993: fnd_message.set_name('PER', 'HR_51778_WEB_KIOSK_INV_EDATE');
1994: l_date := trunc(sysdate);
1995: END;
1996: hr_transaction_api.set_date_value
1997: (p_transaction_step_id => p_transaction_step_id