DBA Data[Home] [Help]

APPS.HXC_RETRIEVE_ABSENCES dependencies on HXC_TIMECARD_MESSAGE_HELPER

Line 160: hxc_timecard_message_helper.addErrorToCollection

156: IF g_pending_appr = TRUE
157: THEN
158: IF g_pending_delete = TRUE
159: THEN
160: hxc_timecard_message_helper.addErrorToCollection
161: ( g_messages
162: ,'HXC_ABS_PEND_APPR_DELETE'
163: ,hxc_timecard.c_error
164: ,NULL

Line 180: hxc_timecard_message_helper.addErrorToCollection

176:
177: IF g_pref_table(i).attribute3 = 'ERROR'
178: THEN
179: hr_utility.trace('ABS : This is pending APPROVAL in SSHR -- ERROR');
180: hxc_timecard_message_helper.addErrorToCollection
181: (g_messages
182: ,'HXC_ABS_PEND_APPR_ERROR'
183: ,hxc_timecard.c_error
184: ,NULL

Line 208: hxc_timecard_message_helper.addErrorToCollection

204: THEN
205: IF g_pref_table(i).attribute7 = 'ERROR'
206: THEN
207: hr_utility.trace('ABS : This is pending Confirmation in SSHR -- ERROR');
208: hxc_timecard_message_helper.addErrorToCollection
209: (g_messages
210: ,'HXC_ABS_PEND_CONF_ERROR'
211: ,hxc_timecard.c_error
212: ,NULL

Line 2783: hxc_timecard_message_helper.addErrorToCollection

2779: p_token IN VARCHAR2 DEFAULT NULL)
2780: IS
2781:
2782: BEGIN
2783: hxc_timecard_message_helper.addErrorToCollection
2784: (p_messages
2785: ,p_error_code
2786: ,p_error_level
2787: ,null