DBA Data[Home] [Help]

APPS.PQH_RULE_SETS_SWI dependencies on HR_MULTI_MESSAGE

Line 49: hr_multi_message.enable_message_list;

45: savepoint create_rule_set_swi;
46: --
47: -- Initialise Multiple Message Detection
48: --
49: hr_multi_message.enable_message_list;
50: --
51: -- Remember IN OUT parameter IN values
52: --
53: --

Line 97: p_return_status := hr_multi_message.get_return_status_disable;

93: -- Derive the API return status value based on whether
94: -- messages of any type exist in the Multiple Message List.
95: -- Also disable Multiple Message Detection.
96: --
97: p_return_status := hr_multi_message.get_return_status_disable;
98: hr_utility.set_location(' Leaving:' || l_proc,20);
99: --
100: exception
101: when hr_multi_message.error_message_exist then

Line 101: when hr_multi_message.error_message_exist then

97: p_return_status := hr_multi_message.get_return_status_disable;
98: hr_utility.set_location(' Leaving:' || l_proc,20);
99: --
100: exception
101: when hr_multi_message.error_message_exist then
102: --
103: -- Catch the Multiple Message List exception which
104: -- indicates API processing has been aborted because
105: -- at least one message exists in the list.

Line 113: p_return_status := hr_multi_message.get_return_status_disable;

109: -- Reset IN OUT parameters and set OUT parameters
110: --
111: p_rule_set_id := null;
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, 30);
115: when others then
116: --
117: -- When Multiple Message Detection is enabled catch

Line 124: if hr_multi_message.unexpected_error_add(l_proc) then

120: -- Multiple Message List. Otherwise re-raise the
121: -- error.
122: --
123: rollback to create_rule_set_swi;
124: if hr_multi_message.unexpected_error_add(l_proc) then
125: hr_utility.set_location(' Leaving:' || l_proc,40);
126: raise;
127: end if;
128: --

Line 133: p_return_status := hr_multi_message.get_return_status_disable;

129: -- Reset IN OUT and set OUT parameters
130: --
131: p_rule_set_id := null;
132: p_object_version_number := null;
133: p_return_status := hr_multi_message.get_return_status_disable;
134: hr_utility.set_location(' Leaving:' || l_proc,50);
135: end create_rule_set;
136: -- ----------------------------------------------------------------------------
137: -- |----------------------------< delete_rule_set >---------------------------|

Line 163: hr_multi_message.enable_message_list;

159: savepoint delete_rule_set_swi;
160: --
161: -- Initialise Multiple Message Detection
162: --
163: hr_multi_message.enable_message_list;
164: --
165: -- Remember IN OUT parameter IN values
166: --
167: --

Line 197: p_return_status := hr_multi_message.get_return_status_disable;

193: -- Derive the API return status value based on whether
194: -- messages of any type exist in the Multiple Message List.
195: -- Also disable Multiple Message Detection.
196: --
197: p_return_status := hr_multi_message.get_return_status_disable;
198: hr_utility.set_location(' Leaving:' || l_proc,20);
199: --
200: exception
201: when hr_multi_message.error_message_exist then

Line 201: when hr_multi_message.error_message_exist then

197: p_return_status := hr_multi_message.get_return_status_disable;
198: hr_utility.set_location(' Leaving:' || l_proc,20);
199: --
200: exception
201: when hr_multi_message.error_message_exist then
202: --
203: -- Catch the Multiple Message List exception which
204: -- indicates API processing has been aborted because
205: -- at least one message exists in the list.

Line 211: p_return_status := hr_multi_message.get_return_status_disable;

207: rollback to delete_rule_set_swi;
208: --
209: -- Reset IN OUT parameters and set OUT parameters
210: --
211: p_return_status := hr_multi_message.get_return_status_disable;
212: hr_utility.set_location(' Leaving:' || l_proc, 30);
213: when others then
214: --
215: -- When Multiple Message Detection is enabled catch

Line 222: if hr_multi_message.unexpected_error_add(l_proc) then

218: -- Multiple Message List. Otherwise re-raise the
219: -- error.
220: --
221: rollback to delete_rule_set_swi;
222: if hr_multi_message.unexpected_error_add(l_proc) then
223: hr_utility.set_location(' Leaving:' || l_proc,40);
224: raise;
225: end if;
226: --

Line 229: p_return_status := hr_multi_message.get_return_status_disable;

225: end if;
226: --
227: -- Reset IN OUT and set OUT parameters
228: --
229: p_return_status := hr_multi_message.get_return_status_disable;
230: hr_utility.set_location(' Leaving:' || l_proc,50);
231: end delete_rule_set;
232: -- ----------------------------------------------------------------------------
233: -- |----------------------------< update_rule_set >---------------------------|

Line 274: hr_multi_message.enable_message_list;

270: savepoint update_rule_set_swi;
271: --
272: -- Initialise Multiple Message Detection
273: --
274: hr_multi_message.enable_message_list;
275: --
276: -- Remember IN OUT parameter IN values
277: --
278: l_object_version_number := p_object_version_number;

Line 323: p_return_status := hr_multi_message.get_return_status_disable;

319: -- Derive the API return status value based on whether
320: -- messages of any type exist in the Multiple Message List.
321: -- Also disable Multiple Message Detection.
322: --
323: p_return_status := hr_multi_message.get_return_status_disable;
324: hr_utility.set_location(' Leaving:' || l_proc,20);
325: --
326: exception
327: when hr_multi_message.error_message_exist then

Line 327: when hr_multi_message.error_message_exist then

323: p_return_status := hr_multi_message.get_return_status_disable;
324: hr_utility.set_location(' Leaving:' || l_proc,20);
325: --
326: exception
327: when hr_multi_message.error_message_exist then
328: --
329: -- Catch the Multiple Message List exception which
330: -- indicates API processing has been aborted because
331: -- at least one message exists in the list.

Line 338: p_return_status := hr_multi_message.get_return_status_disable;

334: --
335: -- Reset IN OUT parameters and set OUT parameters
336: --
337: p_object_version_number := l_object_version_number;
338: p_return_status := hr_multi_message.get_return_status_disable;
339: hr_utility.set_location(' Leaving:' || l_proc, 30);
340: when others then
341: --
342: -- When Multiple Message Detection is enabled catch

Line 349: if hr_multi_message.unexpected_error_add(l_proc) then

345: -- Multiple Message List. Otherwise re-raise the
346: -- error.
347: --
348: rollback to update_rule_set_swi;
349: if hr_multi_message.unexpected_error_add(l_proc) then
350: hr_utility.set_location(' Leaving:' || l_proc,40);
351: raise;
352: end if;
353: --

Line 357: p_return_status := hr_multi_message.get_return_status_disable;

353: --
354: -- Reset IN OUT and set OUT parameters
355: --
356: p_object_version_number := l_object_version_number;
357: p_return_status := hr_multi_message.get_return_status_disable;
358: hr_utility.set_location(' Leaving:' || l_proc,50);
359: end update_rule_set;
360: end pqh_rule_sets_swi;