DBA Data[Home] [Help]

APPS.AME_TRANS_TYPE_SWI dependencies on HR_UTILITY

Line 32: hr_utility.set_location(' Entering:' || l_proc,10);

28: -- Other variables
29: l_application_id number;
30: l_proc varchar2(72) := g_package ||'create_ame_transaction_type';
31: Begin
32: hr_utility.set_location(' Entering:' || l_proc,10);
33: --
34: -- Issue a savepoint
35: --
36: savepoint create_ame_txn_type_swi;

Line 82: hr_utility.set_location(' Leaving:' || l_proc,20);

78: -- messages of any type exist in the Multiple Message List.
79: -- Also disable Multiple Message Detection.
80: --
81: p_return_status := hr_multi_message.get_return_status_disable;
82: hr_utility.set_location(' Leaving:' || l_proc,20);
83: --
84: exception
85: when hr_multi_message.error_message_exist then
86: --

Line 99: hr_utility.set_location(' Leaving:' || l_proc, 30);

95: p_object_version_number := null;
96: p_start_date := null;
97: p_end_date := null;
98: p_return_status := hr_multi_message.get_return_status_disable;
99: hr_utility.set_location(' Leaving:' || l_proc, 30);
100: when others then
101: --
102: -- When Multiple Message Detection is enabled catch
103: -- any Application specific or other unexpected

Line 110: hr_utility.set_location(' Leaving:' || l_proc,40);

106: -- error.
107: --
108: rollback to create_ame_txn_type_swi;
109: if hr_multi_message.unexpected_error_add(l_proc) then
110: hr_utility.set_location(' Leaving:' || l_proc,40);
111: raise;
112: end if;
113: --
114: -- Reset IN OUT and set OUT parameters

Line 120: hr_utility.set_location(' Leaving:' || l_proc,50);

116: p_object_version_number := null;
117: p_start_date := null;
118: p_end_date := null;
119: p_return_status := hr_multi_message.get_return_status_disable;
120: hr_utility.set_location(' Leaving:' || l_proc,50);
121: end create_ame_transaction_type;
122: -- ----------------------------------------------------------------------------
123: -- |----------------------< update_ame_transaction_type >---------------------|
124: -- ----------------------------------------------------------------------------

Line 145: hr_utility.set_location(' Entering:' || l_proc,10);

141: --
142: -- Other variables
143: l_proc varchar2(72) := g_package ||'update_ame_transaction_type';
144: Begin
145: hr_utility.set_location(' Entering:' || l_proc,10);
146: --
147: -- Issue a savepoint
148: --
149: savepoint update_ame_txn_type_swi;

Line 191: hr_utility.set_location(' Leaving:' || l_proc,20);

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
195: --

Line 208: hr_utility.set_location(' Leaving:' || l_proc, 30);

204: p_object_version_number := l_object_version_number;
205: p_start_date := null;
206: p_end_date := null;
207: p_return_status := hr_multi_message.get_return_status_disable;
208: hr_utility.set_location(' Leaving:' || l_proc, 30);
209: when others then
210: --
211: -- When Multiple Message Detection is enabled catch
212: -- any Application specific or other unexpected

Line 219: hr_utility.set_location(' Leaving:' || l_proc,40);

215: -- error.
216: --
217: rollback to update_ame_txn_type_swi;
218: if hr_multi_message.unexpected_error_add(l_proc) then
219: hr_utility.set_location(' Leaving:' || l_proc,40);
220: raise;
221: end if;
222: --
223: -- Reset IN OUT and set OUT parameters

Line 229: hr_utility.set_location(' Leaving:' || l_proc,50);

225: p_object_version_number := l_object_version_number;
226: p_start_date := null;
227: p_end_date := null;
228: p_return_status := hr_multi_message.get_return_status_disable;
229: hr_utility.set_location(' Leaving:' || l_proc,50);
230: end update_ame_transaction_type;
231: -- ----------------------------------------------------------------------------
232: -- |----------------------< delete_ame_transaction_type >---------------------|
233: -- ----------------------------------------------------------------------------

Line 252: hr_utility.set_location(' Entering:' || l_proc,10);

248: --
249: -- Other variables
250: l_proc varchar2(72) := g_package ||'delete_ame_transaction_type';
251: Begin
252: hr_utility.set_location(' Entering:' || l_proc,10);
253: --
254: -- Issue a savepoint
255: --
256: savepoint delete_ame_txn_type_swi;

Line 297: hr_utility.set_location(' Leaving:' || l_proc,20);

293: -- messages of any type exist in the Multiple Message List.
294: -- Also disable Multiple Message Detection.
295: --
296: p_return_status := hr_multi_message.get_return_status_disable;
297: hr_utility.set_location(' Leaving:' || l_proc,20);
298: --
299: exception
300: when hr_multi_message.error_message_exist then
301: --

Line 314: hr_utility.set_location(' Leaving:' || l_proc, 30);

310: p_object_version_number := l_object_version_number;
311: p_start_date := null;
312: p_end_date := null;
313: p_return_status := hr_multi_message.get_return_status_disable;
314: hr_utility.set_location(' Leaving:' || l_proc, 30);
315: when others then
316: --
317: -- When Multiple Message Detection is enabled catch
318: -- any Application specific or other unexpected

Line 325: hr_utility.set_location(' Leaving:' || l_proc,40);

321: -- error.
322: --
323: rollback to delete_ame_txn_type_swi;
324: if hr_multi_message.unexpected_error_add(l_proc) then
325: hr_utility.set_location(' Leaving:' || l_proc,40);
326: raise;
327: end if;
328: --
329: -- Reset IN OUT and set OUT parameters

Line 335: hr_utility.set_location(' Leaving:' || l_proc,50);

331: p_object_version_number := l_object_version_number;
332: p_start_date := null;
333: p_end_date := null;
334: p_return_status := hr_multi_message.get_return_status_disable;
335: hr_utility.set_location(' Leaving:' || l_proc,50);
336: end delete_ame_transaction_type;
337: end ame_trans_type_swi;