DBA Data[Home] [Help]

APPS.HR_CAL_ENTRY_VALUE_SWI dependencies on HR_UTILITY

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

34: -- Other variables
35: l_cal_entry_value_id number;
36: l_proc varchar2(72) := g_package ||'create_entry_value';
37: Begin
38: hr_utility.set_location(' Entering:' || l_proc,10);
39: --
40: -- Issue a savepoint
41: --
42: savepoint create_entry_value_swi;

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

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

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

105: -- Reset IN OUT parameters and set OUT parameters
106: --
107: p_object_version_number := null;
108: p_return_status := hr_multi_message.get_return_status_disable;
109: hr_utility.set_location(' Leaving:' || l_proc, 30);
110: when others then
111: --
112: -- When Multiple Message Detection is enabled catch
113: -- any Application specific or other unexpected

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

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

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

124: -- Reset IN OUT and set OUT parameters
125: --
126: p_object_version_number := null;
127: p_return_status := hr_multi_message.get_return_status_disable;
128: hr_utility.set_location(' Leaving:' || l_proc,50);
129: end create_entry_value;
130: -- ----------------------------------------------------------------------------
131: -- |--------------------------< delete_entry_value >--------------------------|
132: -- ----------------------------------------------------------------------------

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

144: --
145: -- Other variables
146: l_proc varchar2(72) := g_package ||'delete_entry_value';
147: Begin
148: hr_utility.set_location(' Entering:' || l_proc,10);
149: --
150: -- Issue a savepoint
151: --
152: savepoint delete_entry_value_swi;

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

186: -- messages of any type exist in the Multiple Message List.
187: -- Also disable Multiple Message Detection.
188: --
189: p_return_status := hr_multi_message.get_return_status_disable;
190: hr_utility.set_location(' Leaving:' || l_proc,20);
191: --
192: exception
193: when hr_multi_message.error_message_exist then
194: --

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

200: --
201: -- Reset IN OUT parameters and set OUT parameters
202: --
203: p_return_status := hr_multi_message.get_return_status_disable;
204: hr_utility.set_location(' Leaving:' || l_proc, 30);
205: when others then
206: --
207: -- When Multiple Message Detection is enabled catch
208: -- any Application specific or other unexpected

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

211: -- error.
212: --
213: rollback to delete_entry_value_swi;
214: if hr_multi_message.unexpected_error_add(l_proc) then
215: hr_utility.set_location(' Leaving:' || l_proc,40);
216: raise;
217: end if;
218: --
219: -- Reset IN OUT and set OUT parameters

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

218: --
219: -- Reset IN OUT and set OUT parameters
220: --
221: p_return_status := hr_multi_message.get_return_status_disable;
222: hr_utility.set_location(' Leaving:' || l_proc,50);
223: end delete_entry_value;
224: -- ----------------------------------------------------------------------------
225: -- |--------------------------< update_entry_value >--------------------------|
226: -- ----------------------------------------------------------------------------

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

244: --
245: -- Other variables
246: l_proc varchar2(72) := g_package ||'update_entry_value';
247: Begin
248: hr_utility.set_location(' Entering:' || l_proc,10);
249: --
250: -- Issue a savepoint
251: --
252: savepoint update_entry_value_swi;

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

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

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

307: -- Reset IN OUT parameters and set OUT parameters
308: --
309: p_object_version_number := l_object_version_number;
310: p_return_status := hr_multi_message.get_return_status_disable;
311: hr_utility.set_location(' Leaving:' || l_proc, 30);
312: when others then
313: --
314: -- When Multiple Message Detection is enabled catch
315: -- any Application specific or other unexpected

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

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

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

326: -- Reset IN OUT and set OUT parameters
327: --
328: p_object_version_number := l_object_version_number;
329: p_return_status := hr_multi_message.get_return_status_disable;
330: hr_utility.set_location(' Leaving:' || l_proc,50);
331: end update_entry_value;
332: end hr_cal_entry_value_swi;