DBA Data[Home] [Help]

APPS.HXC_SELF_SERVICE_TIMECARD dependencies on HXC_TIMECARD_MESSAGE_HELPER

Line 2733: hxc_timecard_message_helper.initializeErrors;

2729:
2730: IF g_debug THEN
2731: hr_utility.trace ('p_template_procedure='||p_template_procedure);
2732: END IF;
2733: hxc_timecard_message_helper.initializeErrors;
2734:
2735: l_dyn_template_sql := 'BEGIN '||fnd_global.newline
2736: ||p_template_procedure ||fnd_global.newline
2737: ||'(p_resource_id => :1' ||fnd_global.newline

Line 2758: hxc_timecard_message_helper.addErrorToCollection

2754:
2755: EXCEPTION
2756: when others then
2757:
2758: hxc_timecard_message_helper.addErrorToCollection
2759: (p_messages
2760: ,'HXC_INVALID_DYNAMIC_TEMPL'
2761: ,hxc_timecard.c_error
2762: ,null

Line 5365: hxc_timecard_message_helper.addErrorToCollection

5361: l_attribute_count := l_temp_attributes.count;
5362:
5363: IF l_block_count < 0
5364: THEN
5365: hxc_timecard_message_helper.addErrorToCollection
5366: (p_messages
5367: ,'HXC_INVALID_DYNAMIC_TEMPL1'
5368: ,hxc_timecard.c_error
5369: ,null