DBA Data[Home] [Help]

APPS.BEN_ELIG_OBJ_ELIG_PROFL_SWI dependencies on HR_UTILITY

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

52: l_elig_obj_elig_prfl_id number;
53:
54: --
55: begin
56: hr_utility.set_location('Entering:'|| l_proc, 10);
57: --
58: --Convert Constant values into their corresponding boolean value
59: l_validate := hr_api.constant_to_boolean(p_constant_value => p_validate);
60:

Line 68: hr_utility.set_location(l_proc, 20);

64: --
65: --Initialize Multi Message Detection
66: hr_multi_message.enable_message_list;
67:
68: hr_utility.set_location(l_proc, 20);
69: --
70: --
71: -- Register Surrogate ID or user key values
72: --

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

118: -- at least one message exists in the list.
119: --
120: rollback to create_ELIG_OBJ_ELIG_PROFL;
121: p_return_status := hr_multi_message.get_return_status_disable;
122: hr_utility.set_location('Leaving :' ||l_proc, 30);
123:
124: when others then
125: --
126: -- When Multiple Message Detection is enabled catch

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

131: --
132:
133: rollback to create_ELIG_OBJ_ELIG_PROFL;
134: if hr_multi_message.unexpected_error_add(l_proc) then
135: hr_utility.set_location(' Leaving:' || l_proc,40);
136: raise;
137: end if;
138: --RESET In/OUT and OUT parameters
139: p_return_status := hr_multi_message.get_return_status_disable;

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

138: --RESET In/OUT and OUT parameters
139: p_return_status := hr_multi_message.get_return_status_disable;
140: p_effective_start_date := null;
141: p_effective_end_date := null;
142: hr_utility.set_location('Leaving :' ||l_proc, 50);
143: end create_ELIG_OBJ_ELIG_PROFL;
144:
145: -- ----------------------------------------------------------------------------
146: -- |------------------------< update_ELIG_OBJ_ELIG_PROFL >--- ------------------|

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

192: l_proc varchar2(72) := g_package||'update_ELIG_OBJ_ELIG_PROFL';
193:
194: --
195: begin
196: hr_utility.set_location('Entering:'|| l_proc, 10);
197: --
198: --Convert Constant values into their corresponding boolean value
199: l_validate := hr_api.constant_to_boolean(p_constant_value => p_validate);
200: -- Issue a savepoint if operating in validation only mode

Line 210: hr_utility.set_location(l_proc, 20);

206: --
207: --Initialize Multi Message Detection
208: hr_multi_message.enable_message_list;
209:
210: hr_utility.set_location(l_proc, 20);
211: ben_elig_obj_elig_profl_api.update_ELIG_OBJ_ELIG_PROFL
212: (p_validate => l_validate
213: ,p_elig_obj_elig_prfl_id => p_elig_obj_elig_prfl_id
214: ,p_effective_start_date => p_effective_start_date

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

250: -- at least one message exists in the list.
251: --
252: rollback to create_ELIG_OBJ_ELIG_PROFL;
253: p_return_status := hr_multi_message.get_return_status_disable;
254: hr_utility.set_location('Leaving :' ||l_proc, 30);
255:
256: when others then
257: --
258: -- When Multiple Message Detection is enabled catch

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

263: --
264: rollback to create_ELIG_OBJ_ELIG_PROFL;
265:
266: if hr_multi_message.unexpected_error_add(l_proc) then
267: hr_utility.set_location(' Leaving:' || l_proc,40);
268: raise;
269: end if;
270: --RESET In/OUT and OUT parameters
271: p_return_status := hr_multi_message.get_return_status_disable;

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

271: p_return_status := hr_multi_message.get_return_status_disable;
272: p_effective_start_date := null;
273: p_effective_end_date := null;
274:
275: hr_utility.set_location('Leaving :' ||l_proc, 50);
276: end update_ELIG_OBJ_ELIG_PROFL;
277:
278: -- ----------------------------------------------------------------------------
279: -- |------------------------< delete_ELIG_OBJ_ELIG_PROFL >----------------------|

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

302: --
303: l_proc varchar2(72) := g_package||'update_ELIG_OBJ_ELIG_PROFL';
304: --
305: begin
306: hr_utility.set_location('Entering:'|| l_proc, 10);
307: --
308: --Convert Constant values into their corresponding boolean value
309: l_validate := hr_api.constant_to_boolean(p_constant_value => p_validate);
310: l_effective_date := trunc(p_effective_date);

Line 316: hr_utility.set_location(l_proc, 20);

312: -- Issue a savepoint if operating in validation only mode
313: --
314: savepoint delete_ELIG_OBJ_ELIG_PROFL;
315:
316: hr_utility.set_location(l_proc, 20);
317:
318: --Remember IN OUT parameter IN values
319: l_object_version_number := p_object_version_number;
320:

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

337: -- indicates API processing has been aborted because
338: -- at least one message exists in the list.
339: rollback to delete_ELIG_OBJ_ELIG_PROFL;
340: p_return_status := hr_multi_message.get_return_status_disable;
341: hr_utility.set_location('Leaving :' ||l_proc, 30);
342:
343: when others then
344: --
345: -- When Multiple Message Detection is enabled catch

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

350: --
351:
352: rollback to delete_ELIG_OBJ_ELIG_PROFL;
353: if hr_multi_message.unexpected_error_add(l_proc) then
354: hr_utility.set_location(' Leaving:' || l_proc,40);
355: raise;
356: end if;
357: --RESET In/OUT and OUT parameters
358: p_return_status := hr_multi_message.get_return_status_disable;

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

358: p_return_status := hr_multi_message.get_return_status_disable;
359: p_effective_start_date := null;
360: p_effective_end_date := null;
361:
362: hr_utility.set_location('Leaving :' ||l_proc, 50);
363:
364: end delete_ELIG_OBJ_ELIG_PROFL;
365:
366: END;