DBA Data[Home] [Help]

APPS.PSP_SALARY_CAP_OVERRIDES_SWI dependencies on HR_UTILITY

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

31: -- Other variables
32: l_salary_cap_override_id number;
33: l_proc varchar2(72) := g_package ||'create_salary_cap_override';
34: Begin
35: hr_utility.set_location(' Entering:' || l_proc,10);
36: --
37: -- Issue a savepoint
38: --
39: savepoint create_salary_cap_override_swi;

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

91: -- messages of any type exist in the Multiple Message List.
92: -- Also disable Multiple Message Detection.
93: --
94: p_return_status := hr_multi_message.get_return_status_disable;
95: hr_utility.set_location(' Leaving:' || l_proc,20);
96: --
97: exception
98: when hr_multi_message.error_message_exist then
99: --

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

107: --
108: p_object_version_number := l_object_version_number;
109: p_return_status := null;
110: p_return_status := hr_multi_message.get_return_status_disable;
111: hr_utility.set_location(' Leaving:' || l_proc, 30);
112: when others then
113: --
114: -- When Multiple Message Detection is enabled catch
115: -- any Application specific or other unexpected

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

118: -- error.
119: --
120: rollback to create_salary_cap_override_swi;
121: if hr_multi_message.unexpected_error_add(l_proc) then
122: hr_utility.set_location(' Leaving:' || l_proc,40);
123: raise;
124: end if;
125: --
126: -- Reset IN OUT and set OUT parameters

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

127: --
128: p_object_version_number := l_object_version_number;
129: p_return_status := null;
130: p_return_status := hr_multi_message.get_return_status_disable;
131: hr_utility.set_location(' Leaving:' || l_proc,50);
132: end create_salary_cap_override;
133: -- ----------------------------------------------------------------------------
134: -- |----------------------< delete_salary_cap_override >----------------------|
135: -- ----------------------------------------------------------------------------

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

149: --
150: -- Other variables
151: l_proc varchar2(72) := g_package ||'delete_salary_cap_override';
152: Begin
153: hr_utility.set_location(' Entering:' || l_proc,10);
154: --
155: -- Issue a savepoint
156: --
157: savepoint delete_salary_cap_override_swi;

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

200: -- messages of any type exist in the Multiple Message List.
201: -- Also disable Multiple Message Detection.
202: --
203: p_return_status := hr_multi_message.get_return_status_disable;
204: hr_utility.set_location(' Leaving:' || l_proc,20);
205: --
206: exception
207: when hr_multi_message.error_message_exist then
208: --

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

216: --
217: p_object_version_number := l_object_version_number;
218: p_return_status := null;
219: p_return_status := hr_multi_message.get_return_status_disable;
220: hr_utility.set_location(' Leaving:' || l_proc, 30);
221: when others then
222: --
223: -- When Multiple Message Detection is enabled catch
224: -- any Application specific or other unexpected

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

227: -- error.
228: --
229: rollback to delete_salary_cap_override_swi;
230: if hr_multi_message.unexpected_error_add(l_proc) then
231: hr_utility.set_location(' Leaving:' || l_proc,40);
232: raise;
233: end if;
234: --
235: -- Reset IN OUT and set OUT parameters

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

236: --
237: p_object_version_number := l_object_version_number;
238: p_return_status := null;
239: p_return_status := hr_multi_message.get_return_status_disable;
240: hr_utility.set_location(' Leaving:' || l_proc,50);
241: end delete_salary_cap_override;
242: -- ----------------------------------------------------------------------------
243: -- |----------------------< update_salary_cap_override >----------------------|
244: -- ----------------------------------------------------------------------------

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

264: --
265: -- Other variables
266: l_proc varchar2(72) := g_package ||'update_salary_cap_override';
267: Begin
268: hr_utility.set_location(' Entering:' || l_proc,10);
269: --
270: -- Issue a savepoint
271: --
272: savepoint update_salary_cap_override_swi;

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

321: -- messages of any type exist in the Multiple Message List.
322: -- Also disable Multiple Message Detection.
323: --
324: p_return_status := hr_multi_message.get_return_status_disable;
325: hr_utility.set_location(' Leaving:' || l_proc,20);
326: --
327: exception
328: when hr_multi_message.error_message_exist then
329: --

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

337: --
338: p_object_version_number := l_object_version_number;
339: p_return_status := null;
340: p_return_status := hr_multi_message.get_return_status_disable;
341: hr_utility.set_location(' Leaving:' || l_proc, 30);
342: when others then
343: --
344: -- When Multiple Message Detection is enabled catch
345: -- any Application specific or other unexpected

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

348: -- error.
349: --
350: rollback to update_salary_cap_override_swi;
351: if hr_multi_message.unexpected_error_add(l_proc) then
352: hr_utility.set_location(' Leaving:' || l_proc,40);
353: raise;
354: end if;
355: --
356: -- Reset IN OUT and set OUT parameters

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

357: --
358: p_object_version_number := l_object_version_number;
359: p_return_status := null;
360: p_return_status := hr_multi_message.get_return_status_disable;
361: hr_utility.set_location(' Leaving:' || l_proc,50);
362: end update_salary_cap_override;
363: end psp_salary_cap_overrides_swi;