DBA Data[Home] [Help]

APPS.OTA_FRM_OBJ_INCLUSION_SWI dependencies on HR_MULTI_MESSAGE

Line 40: hr_multi_message.enable_message_list;

36: savepoint create_frm_obj_inclusion_swi;
37: --
38: -- Initialise Multiple Message Detection
39: --
40: hr_multi_message.enable_message_list;
41: --
42: -- Remember IN OUT parameter IN values
43: --
44: --

Line 79: p_return_status := hr_multi_message.get_return_status_disable;

75: -- Derive the API return status value based on whether
76: -- messages of any type exist in the Multiple Message List.
77: -- Also disable Multiple Message Detection.
78: --
79: p_return_status := hr_multi_message.get_return_status_disable;
80: hr_utility.set_location(' Leaving:' || l_proc,20);
81: --
82: exception
83: when hr_multi_message.error_message_exist then

Line 83: when hr_multi_message.error_message_exist then

79: p_return_status := hr_multi_message.get_return_status_disable;
80: hr_utility.set_location(' Leaving:' || l_proc,20);
81: --
82: exception
83: when hr_multi_message.error_message_exist then
84: --
85: -- Catch the Multiple Message List exception which
86: -- indicates API processing has been aborted because
87: -- at least one message exists in the list.

Line 94: p_return_status := hr_multi_message.get_return_status_disable;

90: --
91: -- Reset IN OUT parameters and set OUT parameters
92: --
93: p_object_version_number := null;
94: p_return_status := hr_multi_message.get_return_status_disable;
95: hr_utility.set_location(' Leaving:' || l_proc, 30);
96: when others then
97: --
98: -- When Multiple Message Detection is enabled catch

Line 105: if hr_multi_message.unexpected_error_add(l_proc) then

101: -- Multiple Message List. Otherwise re-raise the
102: -- error.
103: --
104: rollback to create_frm_obj_inclusion_swi;
105: if hr_multi_message.unexpected_error_add(l_proc) then
106: hr_utility.set_location(' Leaving:' || l_proc,40);
107: raise;
108: end if;
109: --

Line 113: p_return_status := hr_multi_message.get_return_status_disable;

109: --
110: -- Reset IN OUT and set OUT parameters
111: --
112: p_object_version_number := null;
113: p_return_status := hr_multi_message.get_return_status_disable;
114: hr_utility.set_location(' Leaving:' || l_proc,50);
115: end create_frm_obj_inclusion;
116: --
117: -- ----------------------------------------------------------------------------

Line 153: hr_multi_message.enable_message_list;

149: savepoint update_frm_obj_inclusion_swi;
150: --
151: -- Initialise Multiple Message Detection
152: --
153: hr_multi_message.enable_message_list;
154: --
155: --
156: -- Convert constant values to their corresponding boolean value
157: --

Line 190: p_return_status := hr_multi_message.get_return_status_disable;

186: -- Derive the API return status value based on whether
187: -- messages of any type exist in the Multiple Message List.
188: -- Also disable Multiple Message Detection.
189: --
190: p_return_status := hr_multi_message.get_return_status_disable;
191: hr_utility.set_location(' Leaving:' || l_proc,20);
192: --
193: exception
194: when hr_multi_message.error_message_exist then

Line 194: when hr_multi_message.error_message_exist then

190: p_return_status := hr_multi_message.get_return_status_disable;
191: hr_utility.set_location(' Leaving:' || l_proc,20);
192: --
193: exception
194: when hr_multi_message.error_message_exist then
195: --
196: -- Catch the Multiple Message List exception which
197: -- indicates API processing has been aborted because
198: -- at least one message exists in the list.

Line 205: p_return_status := hr_multi_message.get_return_status_disable;

201: --
202: -- Reset IN OUT parameters and set OUT parameters
203: --
204: p_object_version_number := l_object_version_number;
205: p_return_status := hr_multi_message.get_return_status_disable;
206: hr_utility.set_location(' Leaving:' || l_proc, 30);
207: when others then
208: --
209: -- When Multiple Message Detection is enabled catch

Line 216: if hr_multi_message.unexpected_error_add(l_proc) then

212: -- Multiple Message List. Otherwise re-raise the
213: -- error.
214: --
215: rollback to update_frm_obj_inclusion_swi;
216: if hr_multi_message.unexpected_error_add(l_proc) then
217: hr_utility.set_location(' Leaving:' || l_proc,40);
218: raise;
219: end if;
220: --

Line 224: p_return_status := hr_multi_message.get_return_status_disable;

220: --
221: -- Reset IN OUT and set OUT parameters
222: --
223: p_object_version_number := l_object_version_number;
224: p_return_status := hr_multi_message.get_return_status_disable;
225: hr_utility.set_location(' Leaving:' || l_proc,50);
226: end update_frm_obj_inclusion;
227: --
228: -- ----------------------------------------------------------------------------

Line 256: hr_multi_message.enable_message_list;

252: savepoint delete_frm_obj_inclusion_swi;
253: --
254: -- Initialise Multiple Message Detection
255: --
256: hr_multi_message.enable_message_list;
257: --
258: -- Remember IN OUT parameter IN values
259: --
260: --

Line 291: p_return_status := hr_multi_message.get_return_status_disable;

287: -- Derive the API return status value based on whether
288: -- messages of any type exist in the Multiple Message List.
289: -- Also disable Multiple Message Detection.
290: --
291: p_return_status := hr_multi_message.get_return_status_disable;
292: hr_utility.set_location(' Leaving:' || l_proc,20);
293: --
294: exception
295: when hr_multi_message.error_message_exist then

Line 295: when hr_multi_message.error_message_exist then

291: p_return_status := hr_multi_message.get_return_status_disable;
292: hr_utility.set_location(' Leaving:' || l_proc,20);
293: --
294: exception
295: when hr_multi_message.error_message_exist then
296: --
297: -- Catch the Multiple Message List exception which
298: -- indicates API processing has been aborted because
299: -- at least one message exists in the list.

Line 305: p_return_status := hr_multi_message.get_return_status_disable;

301: rollback to delete_frm_obj_inclusion_swi;
302: --
303: -- Reset IN OUT parameters and set OUT parameters
304: --
305: p_return_status := hr_multi_message.get_return_status_disable;
306: hr_utility.set_location(' Leaving:' || l_proc, 30);
307: when others then
308: --
309: -- When Multiple Message Detection is enabled catch

Line 316: if hr_multi_message.unexpected_error_add(l_proc) then

312: -- Multiple Message List. Otherwise re-raise the
313: -- error.
314: --
315: rollback to delete_frm_obj_inclusion_swi;
316: if hr_multi_message.unexpected_error_add(l_proc) then
317: hr_utility.set_location(' Leaving:' || l_proc,40);
318: raise;
319: end if;
320: --

Line 323: p_return_status := hr_multi_message.get_return_status_disable;

319: end if;
320: --
321: -- Reset IN OUT and set OUT parameters
322: --
323: p_return_status := hr_multi_message.get_return_status_disable;
324: hr_utility.set_location(' Leaving:' || l_proc,50);
325: end delete_frm_obj_inclusion;
326: end ota_frm_obj_inclusion_swi;