DBA Data[Home] [Help]

APPS.PQH_FR_STAT_SIT_RULES_SWI dependencies on HR_MULTI_MESSAGE

Line 53: hr_multi_message.enable_message_list;

49: savepoint create_stat_situation_rule_swi;
50: --
51: -- Initialise Multiple Message Detection
52: --
53: hr_multi_message.enable_message_list;
54: --
55: -- Remember IN OUT parameter IN values
56: --
57: --

Line 101: p_return_status := hr_multi_message.get_return_status_disable;

97: --
98:
99: p_stat_situation_rule_id := l_stat_situation_rule_id;
100:
101: p_return_status := hr_multi_message.get_return_status_disable;
102:
103: if g_debug then
104: --
105: hr_utility.set_location(' Leaving:' || l_proc,20);

Line 110: when hr_multi_message.error_message_exist then

106: --
107: End if;
108: --
109: exception
110: when hr_multi_message.error_message_exist then
111: --
112: -- Catch the Multiple Message List exception which
113: -- indicates API processing has been aborted because
114: -- at least one message exists in the list.

Line 121: p_return_status := hr_multi_message.get_return_status_disable;

117: --
118: -- Reset IN OUT parameters and set OUT parameters
119: --
120: p_object_version_number := null;
121: p_return_status := hr_multi_message.get_return_status_disable;
122:
123: if g_debug then
124: --
125: hr_utility.set_location(' Leaving:' || l_proc, 30);

Line 138: if hr_multi_message.unexpected_error_add(l_proc) then

134: -- Multiple Message List. Otherwise re-raise the
135: -- error.
136: --
137: rollback to create_stat_situation_rule_swi;
138: if hr_multi_message.unexpected_error_add(l_proc) then
139:
140: if g_debug then
141: --
142: hr_utility.set_location(' Leaving:' || l_proc,40);

Line 152: p_return_status := hr_multi_message.get_return_status_disable;

148: --
149: -- Reset IN OUT and set OUT parameters
150: --
151: p_object_version_number := null;
152: p_return_status := hr_multi_message.get_return_status_disable;
153:
154: if g_debug then
155: --
156: hr_utility.set_location(' Leaving:' || l_proc,50);

Line 193: hr_multi_message.enable_message_list;

189: savepoint delete_stat_situation_rule_swi;
190: --
191: -- Initialise Multiple Message Detection
192: --
193: hr_multi_message.enable_message_list;
194: --
195: -- Remember IN OUT parameter IN values
196: --
197: --

Line 226: p_return_status := hr_multi_message.get_return_status_disable;

222: -- Derive the API return status value based on whether
223: -- messages of any type exist in the Multiple Message List.
224: -- Also disable Multiple Message Detection.
225: --
226: p_return_status := hr_multi_message.get_return_status_disable;
227:
228: if g_debug then
229: --
230: hr_utility.set_location(' Leaving:' || l_proc,20);

Line 236: when hr_multi_message.error_message_exist then

232: End if;
233:
234: --
235: exception
236: when hr_multi_message.error_message_exist then
237: --
238: -- Catch the Multiple Message List exception which
239: -- indicates API processing has been aborted because
240: -- at least one message exists in the list.

Line 246: p_return_status := hr_multi_message.get_return_status_disable;

242: rollback to delete_stat_situation_rule_swi;
243: --
244: -- Reset IN OUT parameters and set OUT parameters
245: --
246: p_return_status := hr_multi_message.get_return_status_disable;
247:
248: if g_debug then
249: --
250: hr_utility.set_location(' Leaving:' || l_proc, 30);

Line 263: if hr_multi_message.unexpected_error_add(l_proc) then

259: -- Multiple Message List. Otherwise re-raise the
260: -- error.
261: --
262: rollback to delete_stat_situation_rule_swi;
263: if hr_multi_message.unexpected_error_add(l_proc) then
264: if g_debug then
265: --
266: hr_utility.set_location(' Leaving:' || l_proc,40);
267: --

Line 275: p_return_status := hr_multi_message.get_return_status_disable;

271: end if;
272: --
273: -- Reset IN OUT and set OUT parameters
274: --
275: p_return_status := hr_multi_message.get_return_status_disable;
276:
277: if g_debug then
278: --
279: hr_utility.set_location(' Leaving:' || l_proc,50);

Line 326: hr_multi_message.enable_message_list;

322: savepoint update_stat_situation_rule_swi;
323: --
324: -- Initialise Multiple Message Detection
325: --
326: hr_multi_message.enable_message_list;
327: --
328: -- Remember IN OUT parameter IN values
329: --
330: l_object_version_number := p_object_version_number;

Line 369: p_return_status := hr_multi_message.get_return_status_disable;

365: -- Derive the API return status value based on whether
366: -- messages of any type exist in the Multiple Message List.
367: -- Also disable Multiple Message Detection.
368: --
369: p_return_status := hr_multi_message.get_return_status_disable;
370:
371: if g_debug then
372: --
373: hr_utility.set_location(' Leaving:' || l_proc,20);

Line 379: when hr_multi_message.error_message_exist then

375: End if;
376:
377: --
378: exception
379: when hr_multi_message.error_message_exist then
380: --
381: -- Catch the Multiple Message List exception which
382: -- indicates API processing has been aborted because
383: -- at least one message exists in the list.

Line 390: p_return_status := hr_multi_message.get_return_status_disable;

386: --
387: -- Reset IN OUT parameters and set OUT parameters
388: --
389: p_object_version_number := l_object_version_number;
390: p_return_status := hr_multi_message.get_return_status_disable;
391:
392: if g_debug then
393: --
394: hr_utility.set_location(' Leaving:' || l_proc, 30);

Line 407: if hr_multi_message.unexpected_error_add(l_proc) then

403: -- Multiple Message List. Otherwise re-raise the
404: -- error.
405: --
406: rollback to update_stat_situation_rule_swi;
407: if hr_multi_message.unexpected_error_add(l_proc) then
408:
409: if g_debug then
410: --
411: hr_utility.set_location(' Leaving:' || l_proc,40);

Line 421: p_return_status := hr_multi_message.get_return_status_disable;

417: --
418: -- Reset IN OUT and set OUT parameters
419: --
420: p_object_version_number := l_object_version_number;
421: p_return_status := hr_multi_message.get_return_status_disable;
422:
423: if g_debug then
424: --
425: hr_utility.set_location(' Leaving:' || l_proc,50);