DBA Data[Home] [Help]

APPS.HXC_SELF_SERVICE_TIMECARD dependencies on HXC_TIMECARD_MESSAGE_HELPER

Line 3033: hxc_timecard_message_helper.initializeErrors;

3029:
3030: IF g_debug THEN
3031: hr_utility.trace ('p_template_procedure='||p_template_procedure);
3032: END IF;
3033: hxc_timecard_message_helper.initializeErrors;
3034:
3035: l_dyn_template_sql := 'BEGIN '||fnd_global.newline
3036: ||p_template_procedure ||fnd_global.newline
3037: ||'(p_resource_id => :1' ||fnd_global.newline

Line 3058: hxc_timecard_message_helper.addErrorToCollection

3054:
3055: EXCEPTION
3056: when others then
3057:
3058: hxc_timecard_message_helper.addErrorToCollection
3059: (p_messages
3060: ,'HXC_INVALID_DYNAMIC_TEMPL'
3061: ,hxc_timecard.c_error
3062: ,null

Line 5784: hxc_timecard_message_helper.addErrorToCollection

5780: l_attribute_count := l_temp_attributes.count;
5781:
5782: IF l_block_count < 0
5783: THEN
5784: hxc_timecard_message_helper.addErrorToCollection
5785: (p_messages
5786: ,'HXC_INVALID_DYNAMIC_TEMPL1'
5787: ,hxc_timecard.c_error
5788: ,null