DBA Data[Home] [Help]

APPS.HR_TRANS_HISTORY_API dependencies on FND_MSG_PUB

Line 1867: FOR I IN 1..fnd_msg_pub.count_msg LOOP

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);
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);

Line 1868: l_encoded := fnd_msg_pub.get_detail(p_msg_index => I);

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);
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

Line 1871: (token => fnd_msg_pub.g_message_type_token_name);

1867: FOR I IN 1..fnd_msg_pub.count_msg LOOP
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;

Line 1889: FOR I IN 1..fnd_msg_pub.count_msg LOOP

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);
1892: l_message_type := fnd_message.get_token
1893: (token => fnd_msg_pub.g_message_type_token_name);

Line 1890: l_encoded := fnd_msg_pub.get_detail(p_msg_index => I);

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);
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

Line 1893: (token => fnd_msg_pub.g_message_type_token_name);

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);
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;