DBA Data[Home] [Help]

APPS.PQH_DE_ENT_MINUTES_SWI dependencies on HR_MULTI_MESSAGE

Line 34: hr_multi_message.enable_message_list;

30: savepoint delete_ent_minutes_swi;
31: --
32: -- Initialise Multiple Message Detection
33: --
34: hr_multi_message.enable_message_list;
35: --
36: -- Remember IN OUT parameter IN values
37: --
38: --

Line 67: p_return_status := hr_multi_message.get_return_status_disable;

63: -- Derive the API return status value based on whether
64: -- messages of any type exist in the Multiple Message List.
65: -- Also disable Multiple Message Detection.
66: --
67: p_return_status := hr_multi_message.get_return_status_disable;
68: hr_utility.set_location(' Leaving:' || l_proc,20);
69: --
70: exception
71: when hr_multi_message.error_message_exist then

Line 71: when hr_multi_message.error_message_exist then

67: p_return_status := hr_multi_message.get_return_status_disable;
68: hr_utility.set_location(' Leaving:' || l_proc,20);
69: --
70: exception
71: when hr_multi_message.error_message_exist then
72: --
73: -- Catch the Multiple Message List exception which
74: -- indicates API processing has been aborted because
75: -- at least one message exists in the list.

Line 81: p_return_status := hr_multi_message.get_return_status_disable;

77: rollback to delete_ent_minutes_swi;
78: --
79: -- Reset IN OUT parameters and set OUT parameters
80: --
81: p_return_status := hr_multi_message.get_return_status_disable;
82: hr_utility.set_location(' Leaving:' || l_proc, 30);
83: when others then
84: --
85: -- When Multiple Message Detection is enabled catch

Line 92: if hr_multi_message.unexpected_error_add(l_proc) then

88: -- Multiple Message List. Otherwise re-raise the
89: -- error.
90: --
91: rollback to delete_ent_minutes_swi;
92: if hr_multi_message.unexpected_error_add(l_proc) then
93: hr_utility.set_location(' Leaving:' || l_proc,40);
94: raise;
95: end if;
96: --

Line 99: p_return_status := hr_multi_message.get_return_status_disable;

95: end if;
96: --
97: -- Reset IN OUT and set OUT parameters
98: --
99: p_return_status := hr_multi_message.get_return_status_disable;
100: hr_utility.set_location(' Leaving:' || l_proc,50);
101: end delete_ent_minutes;
102: -- ----------------------------------------------------------------------------
103: -- |--------------------------< insert_ent_minutes >--------------------------|

Line 133: hr_multi_message.enable_message_list;

129: savepoint insert_ent_minutes_swi;
130: --
131: -- Initialise Multiple Message Detection
132: --
133: hr_multi_message.enable_message_list;
134: --
135: -- Remember IN OUT parameter IN values
136: --
137: --

Line 171: p_return_status := hr_multi_message.get_return_status_disable;

167: -- Derive the API return status value based on whether
168: -- messages of any type exist in the Multiple Message List.
169: -- Also disable Multiple Message Detection.
170: --
171: p_return_status := hr_multi_message.get_return_status_disable;
172: hr_utility.set_location(' Leaving:' || l_proc,20);
173: --
174: exception
175: when hr_multi_message.error_message_exist then

Line 175: when hr_multi_message.error_message_exist then

171: p_return_status := hr_multi_message.get_return_status_disable;
172: hr_utility.set_location(' Leaving:' || l_proc,20);
173: --
174: exception
175: when hr_multi_message.error_message_exist then
176: --
177: -- Catch the Multiple Message List exception which
178: -- indicates API processing has been aborted because
179: -- at least one message exists in the list.

Line 187: p_return_status := hr_multi_message.get_return_status_disable;

183: -- Reset IN OUT parameters and set OUT parameters
184: --
185: p_ent_minutes_id := null;
186: p_object_version_number := null;
187: p_return_status := hr_multi_message.get_return_status_disable;
188: hr_utility.set_location(' Leaving:' || l_proc, 30);
189: when others then
190: --
191: -- When Multiple Message Detection is enabled catch

Line 198: if hr_multi_message.unexpected_error_add(l_proc) then

194: -- Multiple Message List. Otherwise re-raise the
195: -- error.
196: --
197: rollback to insert_ent_minutes_swi;
198: if hr_multi_message.unexpected_error_add(l_proc) then
199: hr_utility.set_location(' Leaving:' || l_proc,40);
200: raise;
201: end if;
202: --

Line 207: p_return_status := hr_multi_message.get_return_status_disable;

203: -- Reset IN OUT and set OUT parameters
204: --
205: p_ent_minutes_id := null;
206: p_object_version_number := null;
207: p_return_status := hr_multi_message.get_return_status_disable;
208: hr_utility.set_location(' Leaving:' || l_proc,50);
209: end insert_ent_minutes;
210: -- ----------------------------------------------------------------------------
211: -- |--------------------------< update_ent_minutes >--------------------------|

Line 242: hr_multi_message.enable_message_list;

238: savepoint update_ent_minutes_swi;
239: --
240: -- Initialise Multiple Message Detection
241: --
242: hr_multi_message.enable_message_list;
243: --
244: -- Remember IN OUT parameter IN values
245: --
246: l_object_version_number := p_object_version_number;

Line 281: p_return_status := hr_multi_message.get_return_status_disable;

277: -- Derive the API return status value based on whether
278: -- messages of any type exist in the Multiple Message List.
279: -- Also disable Multiple Message Detection.
280: --
281: p_return_status := hr_multi_message.get_return_status_disable;
282: hr_utility.set_location(' Leaving:' || l_proc,20);
283: --
284: exception
285: when hr_multi_message.error_message_exist then

Line 285: when hr_multi_message.error_message_exist then

281: p_return_status := hr_multi_message.get_return_status_disable;
282: hr_utility.set_location(' Leaving:' || l_proc,20);
283: --
284: exception
285: when hr_multi_message.error_message_exist then
286: --
287: -- Catch the Multiple Message List exception which
288: -- indicates API processing has been aborted because
289: -- at least one message exists in the list.

Line 296: p_return_status := hr_multi_message.get_return_status_disable;

292: --
293: -- Reset IN OUT parameters and set OUT parameters
294: --
295: p_object_version_number := l_object_version_number;
296: p_return_status := hr_multi_message.get_return_status_disable;
297: hr_utility.set_location(' Leaving:' || l_proc, 30);
298: when others then
299: --
300: -- When Multiple Message Detection is enabled catch

Line 307: if hr_multi_message.unexpected_error_add(l_proc) then

303: -- Multiple Message List. Otherwise re-raise the
304: -- error.
305: --
306: rollback to update_ent_minutes_swi;
307: if hr_multi_message.unexpected_error_add(l_proc) then
308: hr_utility.set_location(' Leaving:' || l_proc,40);
309: raise;
310: end if;
311: --

Line 315: p_return_status := hr_multi_message.get_return_status_disable;

311: --
312: -- Reset IN OUT and set OUT parameters
313: --
314: p_object_version_number := l_object_version_number;
315: p_return_status := hr_multi_message.get_return_status_disable;
316: hr_utility.set_location(' Leaving:' || l_proc,50);
317: end update_ent_minutes;
318: end pqh_de_ent_minutes_swi;