DBA Data[Home] [Help]

APPS.PER_POSITION_STRUCTURE_SWI dependencies on HR_UTILITY

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

52: --
53: -- Other variables
54: l_proc varchar2(72) := g_package ||'create_position_structure';
55: Begin
56: hr_utility.set_location(' Entering:' || l_proc,10);
57: --
58: -- Issue a savepoint
59: --
60: savepoint create_position_structure_swi;

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

124: -- messages of any type exist in the Multiple Message List.
125: -- Also disable Multiple Message Detection.
126: --
127: p_return_status := hr_multi_message.get_return_status_disable;
128: hr_utility.set_location(' Leaving:' || l_proc,20);
129: --
130: exception
131: when hr_multi_message.error_message_exist then
132: --

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

140: --
141: p_position_structure_id := null;
142: p_object_version_number := null;
143: p_return_status := hr_multi_message.get_return_status_disable;
144: hr_utility.set_location(' Leaving:' || l_proc, 30);
145: when others then
146: --
147: -- When Multiple Message Detection is enabled catch
148: -- any Application specific or other unexpected

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

151: -- error.
152: --
153: rollback to create_position_structure_swi;
154: if hr_multi_message.unexpected_error_add(l_proc) then
155: hr_utility.set_location(' Leaving:' || l_proc,40);
156: raise;
157: end if;
158: --
159: -- Reset IN OUT and set OUT parameters

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

160: --
161: p_position_structure_id := null;
162: p_object_version_number := null;
163: p_return_status := hr_multi_message.get_return_status_disable;
164: hr_utility.set_location(' Leaving:' || l_proc,50);
165: end create_position_structure;
166: -- ----------------------------------------------------------------------------
167: -- |---------------------< create_pos_struct_and_def_ver >--------------------|
168: -- ----------------------------------------------------------------------------

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

210: --
211: -- Other variables
212: l_proc varchar2(72) := g_package ||'create_pos_struct_and_def_ver';
213: Begin
214: hr_utility.set_location(' Entering:' || l_proc,10);
215: --
216: -- Issue a savepoint
217: --
218: savepoint create_pos_struct_def_ver_swi;

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

282: -- messages of any type exist in the Multiple Message List.
283: -- Also disable Multiple Message Detection.
284: --
285: p_return_status := hr_multi_message.get_return_status_disable;
286: hr_utility.set_location(' Leaving:' || l_proc,20);
287: --
288: exception
289: when hr_multi_message.error_message_exist then
290: --

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

298: --
299: p_position_structure_id := null;
300: p_object_version_number := null;
301: p_return_status := hr_multi_message.get_return_status_disable;
302: hr_utility.set_location(' Leaving:' || l_proc, 30);
303: when others then
304: --
305: -- When Multiple Message Detection is enabled catch
306: -- any Application specific or other unexpected

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

309: -- error.
310: --
311: rollback to create_pos_struct_def_ver_swi;
312: if hr_multi_message.unexpected_error_add(l_proc) then
313: hr_utility.set_location(' Leaving:' || l_proc,40);
314: raise;
315: end if;
316: --
317: -- Reset IN OUT and set OUT parameters

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

318: --
319: p_position_structure_id := null;
320: p_object_version_number := null;
321: p_return_status := hr_multi_message.get_return_status_disable;
322: hr_utility.set_location(' Leaving:' || l_proc,50);
323: end create_pos_struct_and_def_ver;
324: -- ----------------------------------------------------------------------------
325: -- |-----------------------< delete_position_structure >----------------------|
326: -- ----------------------------------------------------------------------------

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

338: --
339: -- Other variables
340: l_proc varchar2(72) := g_package ||'delete_position_structure';
341: Begin
342: hr_utility.set_location(' Entering:' || l_proc,10);
343: --
344: -- Issue a savepoint
345: --
346: savepoint delete_position_structure_swi;

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

380: -- messages of any type exist in the Multiple Message List.
381: -- Also disable Multiple Message Detection.
382: --
383: p_return_status := hr_multi_message.get_return_status_disable;
384: hr_utility.set_location(' Leaving:' || l_proc,20);
385: --
386: exception
387: when hr_multi_message.error_message_exist then
388: --

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

394: --
395: -- Reset IN OUT parameters and set OUT parameters
396: --
397: p_return_status := hr_multi_message.get_return_status_disable;
398: hr_utility.set_location(' Leaving:' || l_proc, 30);
399: when others then
400: --
401: -- When Multiple Message Detection is enabled catch
402: -- any Application specific or other unexpected

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

405: -- error.
406: --
407: rollback to delete_position_structure_swi;
408: if hr_multi_message.unexpected_error_add(l_proc) then
409: hr_utility.set_location(' Leaving:' || l_proc,40);
410: raise;
411: end if;
412: --
413: -- Reset IN OUT and set OUT parameters

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

412: --
413: -- Reset IN OUT and set OUT parameters
414: --
415: p_return_status := hr_multi_message.get_return_status_disable;
416: hr_utility.set_location(' Leaving:' || l_proc,50);
417: end delete_position_structure;
418: -- ----------------------------------------------------------------------------
419: -- |-----------------------< update_position_structure >----------------------|
420: -- ----------------------------------------------------------------------------

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

462: --
463: -- Other variables
464: l_proc varchar2(72) := g_package ||'update_position_structure';
465: Begin
466: hr_utility.set_location(' Entering:' || l_proc,10);
467: --
468: -- Issue a savepoint
469: --
470: savepoint update_position_structure_swi;

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

534: -- messages of any type exist in the Multiple Message List.
535: -- Also disable Multiple Message Detection.
536: --
537: p_return_status := hr_multi_message.get_return_status_disable;
538: hr_utility.set_location(' Leaving:' || l_proc,20);
539: --
540: exception
541: when hr_multi_message.error_message_exist then
542: --

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

549: -- Reset IN OUT parameters and set OUT parameters
550: --
551: p_object_version_number := l_object_version_number;
552: p_return_status := hr_multi_message.get_return_status_disable;
553: hr_utility.set_location(' Leaving:' || l_proc, 30);
554: when others then
555: --
556: -- When Multiple Message Detection is enabled catch
557: -- any Application specific or other unexpected

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

560: -- error.
561: --
562: rollback to update_position_structure_swi;
563: if hr_multi_message.unexpected_error_add(l_proc) then
564: hr_utility.set_location(' Leaving:' || l_proc,40);
565: raise;
566: end if;
567: --
568: -- Reset IN OUT and set OUT parameters

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

568: -- Reset IN OUT and set OUT parameters
569: --
570: p_object_version_number := l_object_version_number;
571: p_return_status := hr_multi_message.get_return_status_disable;
572: hr_utility.set_location(' Leaving:' || l_proc,50);
573: end update_position_structure;
574: end per_position_structure_swi;