DBA Data[Home] [Help]

APPS.PAY_IN_INDIA_BENEFITS dependencies on FND_MSG_PUB

Line 206: fnd_msg_pub.initialize; --13767307

202:
203:
204: BEGIN
205:
206: fnd_msg_pub.initialize; --13767307
207: g_debug := hr_utility.debug_enabled;
208: p_warnings := 'TRUE';
209: l_procedure := g_package ||'create_ltc_element';
210: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);

Line 605: fnd_msg_pub.add_exc_msg

601: pay_in_utils.set_location(g_debug,'Leaving: '||l_procedure,80);
602: p_warnings := 'FALSE';
603: EXCEPTION
604: WHEN OTHERS THEN
605: fnd_msg_pub.add_exc_msg
606: (p_pkg_name => g_package
607: ,p_procedure_name => 'create_ltc_element'
608: ,p_error_text => substr(sqlerrm, 1, 240)
609: );

Line 1921: fnd_msg_pub.initialize; --13767307

1917:
1918:
1919: BEGIN
1920:
1921: fnd_msg_pub.initialize; --13767307
1922: p_warnings := 'TRUE';
1923: g_debug := hr_utility.debug_enabled;
1924: l_procedure := g_package ||'update_ltc_element';
1925: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);

Line 2031: fnd_msg_pub.add_exc_msg

2027: pay_in_utils.trace('**************************************************','********************');
2028: pay_in_utils.set_location(g_debug,'Leaving: '||l_procedure,40);
2029: EXCEPTION
2030: WHEN OTHERS THEN
2031: fnd_msg_pub.add_exc_msg
2032: (p_pkg_name => g_package
2033: ,p_procedure_name => 'update_ltc_element'
2034: ,p_error_text => substr(sqlerrm, 1, 240)
2035: );