DBA Data[Home] [Help]

APPS.HR_TRANS_HISTORY_API dependencies on HR_MULTI_MESSAGE

Line 1831: hr_multi_message.enable_message_list;

1827: --hr_utility.trace_on(null, 'TIGER');
1828: --g_debug := TRUE;
1829: --
1830:
1831: hr_multi_message.enable_message_list;
1832:
1833: hr_utility.set_location('Entering: '|| l_proc,5);
1834: deleteStaleData(P_TRANSACTION_ID, P_ACTION);
1835: l_trans_id := P_TRANSACTION_ID;

Line 1864: p_return_status := hr_multi_message.get_return_status_disable;

1860: );
1861: END IF;
1862:
1863: -- Fix for Bug 10302076
1864: p_return_status := hr_multi_message.get_return_status_disable;
1865: if(p_return_status = 'E') then
1866:
1867: FOR I IN 1..fnd_msg_pub.count_msg LOOP
1868: l_encoded := fnd_msg_pub.get_detail(p_msg_index => I);

Line 1872: if l_message_type = hr_multi_message.g_error_msg then

1868: l_encoded := fnd_msg_pub.get_detail(p_msg_index => I);
1869: fnd_message.set_encoded(l_encoded);
1870: l_message_type := fnd_message.get_token
1871: (token => fnd_msg_pub.g_message_type_token_name);
1872: if l_message_type = hr_multi_message.g_error_msg then
1873: hr_utility.set_location('Error in Multi Message List : ' || l_encoded, 545);
1874: end if;
1875: end loop;
1876:

Line 1887: p_return_status := hr_multi_message.get_return_status_disable;

1883: when OTHERS then
1884: --ROLLBACK;
1885: -- Fix for Bug 10302076
1886:
1887: p_return_status := hr_multi_message.get_return_status_disable;
1888: if(p_return_status = 'E') then
1889: FOR I IN 1..fnd_msg_pub.count_msg LOOP
1890: l_encoded := fnd_msg_pub.get_detail(p_msg_index => I);
1891: fnd_message.set_encoded(l_encoded);

Line 1894: if l_message_type = hr_multi_message.g_error_msg then

1890: l_encoded := fnd_msg_pub.get_detail(p_msg_index => I);
1891: fnd_message.set_encoded(l_encoded);
1892: l_message_type := fnd_message.get_token
1893: (token => fnd_msg_pub.g_message_type_token_name);
1894: if l_message_type = hr_multi_message.g_error_msg then
1895: hr_utility.set_location('Error in Multi Message List : ' || l_encoded,550);
1896: end if;
1897: end loop;
1898: