DBA Data[Home] [Help]

APPS.BEN_ELIG_OBJ_ELIG_PROFL_SWI dependencies on HR_MULTI_MESSAGE

Line 66: hr_multi_message.enable_message_list;

62: --
63: savepoint create_ELIG_OBJ_ELIG_PROFL;
64: --
65: --Initialize Multi Message Detection
66: hr_multi_message.enable_message_list;
67:
68: hr_utility.set_location(l_proc, 20);
69: --
70: --

Line 114: when hr_multi_message.error_message_exist then

110:
111:
112:
113: exception
114: when hr_multi_message.error_message_exist then
115: --
116: -- Catch the Multiple Message List exception which
117: -- indicates API processing has been aborted because
118: -- at least one message exists in the list.

Line 121: p_return_status := hr_multi_message.get_return_status_disable;

117: -- indicates API processing has been aborted because
118: -- at least one message exists in the list.
119: --
120: rollback to create_ELIG_OBJ_ELIG_PROFL;
121: p_return_status := hr_multi_message.get_return_status_disable;
122: hr_utility.set_location('Leaving :' ||l_proc, 30);
123:
124: when others then
125: --

Line 134: if hr_multi_message.unexpected_error_add(l_proc) then

130: -- error.
131: --
132:
133: rollback to create_ELIG_OBJ_ELIG_PROFL;
134: if hr_multi_message.unexpected_error_add(l_proc) then
135: hr_utility.set_location(' Leaving:' || l_proc,40);
136: raise;
137: end if;
138: --RESET In/OUT and OUT parameters

Line 139: p_return_status := hr_multi_message.get_return_status_disable;

135: hr_utility.set_location(' Leaving:' || l_proc,40);
136: raise;
137: end if;
138: --RESET In/OUT and OUT parameters
139: p_return_status := hr_multi_message.get_return_status_disable;
140: p_effective_start_date := null;
141: p_effective_end_date := null;
142: hr_utility.set_location('Leaving :' ||l_proc, 50);
143: end create_ELIG_OBJ_ELIG_PROFL;

Line 208: hr_multi_message.enable_message_list;

204: --Remember IN/OUT parameters' IN values
205: l_object_version_number := p_object_version_number;
206: --
207: --Initialize Multi Message Detection
208: hr_multi_message.enable_message_list;
209:
210: hr_utility.set_location(l_proc, 20);
211: ben_elig_obj_elig_profl_api.update_ELIG_OBJ_ELIG_PROFL
212: (p_validate => l_validate

Line 246: when hr_multi_message.error_message_exist then

242: ,p_effective_date => p_effective_date
243: ,p_datetrack_mode =>p_datetrack_mode);
244:
245: exception
246: when hr_multi_message.error_message_exist then
247: --
248: -- Catch the Multiple Message List exception which
249: -- indicates API processing has been aborted because
250: -- at least one message exists in the list.

Line 253: p_return_status := hr_multi_message.get_return_status_disable;

249: -- indicates API processing has been aborted because
250: -- at least one message exists in the list.
251: --
252: rollback to create_ELIG_OBJ_ELIG_PROFL;
253: p_return_status := hr_multi_message.get_return_status_disable;
254: hr_utility.set_location('Leaving :' ||l_proc, 30);
255:
256: when others then
257: --

Line 266: if hr_multi_message.unexpected_error_add(l_proc) then

262: -- error.
263: --
264: rollback to create_ELIG_OBJ_ELIG_PROFL;
265:
266: if hr_multi_message.unexpected_error_add(l_proc) then
267: hr_utility.set_location(' Leaving:' || l_proc,40);
268: raise;
269: end if;
270: --RESET In/OUT and OUT parameters

Line 271: p_return_status := hr_multi_message.get_return_status_disable;

267: hr_utility.set_location(' Leaving:' || l_proc,40);
268: raise;
269: end if;
270: --RESET In/OUT and OUT parameters
271: p_return_status := hr_multi_message.get_return_status_disable;
272: p_effective_start_date := null;
273: p_effective_end_date := null;
274:
275: hr_utility.set_location('Leaving :' ||l_proc, 50);

Line 322: hr_multi_message.enable_message_list;

318: --Remember IN OUT parameter IN values
319: l_object_version_number := p_object_version_number;
320:
321: --Initialize Multi Message Detection
322: hr_multi_message.enable_message_list;
323:
324: ben_elig_obj_elig_profl_api.delete_ELIG_OBJ_ELIG_PROFL
325: (p_validate => l_validate
326: ,p_elig_obj_elig_prfl_id => p_elig_obj_elig_prfl_id

Line 334: when hr_multi_message.error_message_exist then

330: ,p_effective_date => l_effective_date
331: ,p_datetrack_mode => p_datetrack_mode);
332:
333: exception
334: when hr_multi_message.error_message_exist then
335: --
336: -- Catch the Multiple Message List exception which
337: -- indicates API processing has been aborted because
338: -- at least one message exists in the list.

Line 340: p_return_status := hr_multi_message.get_return_status_disable;

336: -- Catch the Multiple Message List exception which
337: -- indicates API processing has been aborted because
338: -- at least one message exists in the list.
339: rollback to delete_ELIG_OBJ_ELIG_PROFL;
340: p_return_status := hr_multi_message.get_return_status_disable;
341: hr_utility.set_location('Leaving :' ||l_proc, 30);
342:
343: when others then
344: --

Line 353: if hr_multi_message.unexpected_error_add(l_proc) then

349: -- error.
350: --
351:
352: rollback to delete_ELIG_OBJ_ELIG_PROFL;
353: if hr_multi_message.unexpected_error_add(l_proc) then
354: hr_utility.set_location(' Leaving:' || l_proc,40);
355: raise;
356: end if;
357: --RESET In/OUT and OUT parameters

Line 358: p_return_status := hr_multi_message.get_return_status_disable;

354: hr_utility.set_location(' Leaving:' || l_proc,40);
355: raise;
356: end if;
357: --RESET In/OUT and OUT parameters
358: p_return_status := hr_multi_message.get_return_status_disable;
359: p_effective_start_date := null;
360: p_effective_end_date := null;
361:
362: hr_utility.set_location('Leaving :' ||l_proc, 50);