DBA Data[Home] [Help]

APPS.HR_ABSENCE_TYPE_API dependencies on HR_UTILITY

Line 7: g_debug boolean := hr_utility.debug_enabled;

3: --
4: -- Package Variables
5: --
6: g_package varchar2(33) := ' hr_absence_type_api.';
7: g_debug boolean := hr_utility.debug_enabled;
8: --
9: -- ----------------------------------------------------------------------------
10: -- |--------------------------< create_absence_type >-------------------------|
11: -- ----------------------------------------------------------------------------

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

83: --
84: begin
85: --
86: if g_debug then
87: hr_utility.set_location('Entering:'|| l_proc, 10);
88: end if;
89: --
90: -- Issue a savepoint
91: --

Line 185: hr_utility.set_location('Entering:'|| l_proc, 20);

181: fnd_message.raise_error;
182: end if;
183: --
184: if g_debug then
185: hr_utility.set_location('Entering:'|| l_proc, 20);
186: end if;
187: --
188: --
189: -- Process Logic

Line 252: hr_utility.set_location(l_proc, 30);

248: ,p_object_version_number => l_object_version_number
249: );
250: --
251: if g_debug then
252: hr_utility.set_location(l_proc, 30);
253: hr_utility.set_location(to_char(l_absence_attendance_type_id), 30);
254: end if;
255: --
256: per_abt_ins.ins_tl

Line 253: hr_utility.set_location(to_char(l_absence_attendance_type_id), 30);

249: );
250: --
251: if g_debug then
252: hr_utility.set_location(l_proc, 30);
253: hr_utility.set_location(to_char(l_absence_attendance_type_id), 30);
254: end if;
255: --
256: per_abt_ins.ins_tl
257: (p_language_code => l_language_code

Line 351: hr_utility.set_location(' Leaving:'||l_proc, 70);

347: p_date_end := l_date_end;
348: --
349: --
350: if g_debug then
351: hr_utility.set_location(' Leaving:'||l_proc, 70);
352: end if;
353: --
354: exception
355: when hr_api.validate_enabled then

Line 371: hr_utility.set_location(' Leaving:'||l_proc, 80);

367: p_object_version_number := null;
368: p_date_end := l_date_end_orig;
369: --
370: if g_debug then
371: hr_utility.set_location(' Leaving:'||l_proc, 80);
372: end if;
373: --
374: when others then
375: --

Line 388: hr_utility.set_location(' Leaving:'||l_proc, 90);

384: p_object_version_number := null;
385: p_date_end := l_date_end_orig;
386: --
387: if g_debug then
388: hr_utility.set_location(' Leaving:'||l_proc, 90);
389: end if;
390: --
391: raise;
392: end create_absence_type;

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

474: --
475: begin
476: --
477: if g_debug then
478: hr_utility.set_location('Entering:'|| l_proc, 10);
479: end if;
480: --
481: -- Issue a savepoint
482: --

Line 579: hr_utility.set_location('Entering:'|| l_proc, 20);

575: fetch csr_derived_row into l_derived_rec;
576: close csr_derived_row;
577: --
578: if g_debug then
579: hr_utility.set_location('Entering:'|| l_proc, 20);
580: end if;
581: --
582: if l_derived_rec.business_group_id is null
583: and nvl(p_input_value_id,hr_api.g_number) <> hr_api.g_number then

Line 589: hr_utility.set_location('Entering:'|| l_proc, 30);

585: fnd_message.raise_error;
586: end if;
587: --
588: if g_debug then
589: hr_utility.set_location('Entering:'|| l_proc, 30);
590: end if;
591: --
592: -- Process Logic
593: --

Line 655: hr_utility.set_location('Entering:'|| l_proc, 50);

651: ,p_advance_pay => p_advance_pay
652: );
653: --
654: if g_debug then
655: hr_utility.set_location('Entering:'|| l_proc, 50);
656: end if;
657: --
658: per_abt_upd.upd_tl
659: (p_language_code => l_language_code

Line 750: hr_utility.set_location(' Leaving:'||l_proc, 60);

746: p_object_version_number := l_object_version_number;
747: p_date_end := l_date_end;
748: --
749: if g_debug then
750: hr_utility.set_location(' Leaving:'||l_proc, 60);
751: end if;
752: --
753: exception
754: when hr_api.validate_enabled then

Line 769: hr_utility.set_location(' Leaving:'||l_proc, 80);

765: p_object_version_number := l_object_version_number;
766: p_date_end := l_date_end_orig;
767: --
768: if g_debug then
769: hr_utility.set_location(' Leaving:'||l_proc, 80);
770: end if;
771: when others then
772: --
773: -- A validation or unexpected error has occured

Line 784: hr_utility.set_location(' Leaving:'||l_proc, 90);

780: p_object_version_number := l_object_version_number;
781: p_date_end := l_date_end_orig;
782: --
783: if g_debug then
784: hr_utility.set_location(' Leaving:'||l_proc, 90);
785: end if;
786: --
787: raise;
788: end update_absence_type;

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

800: --
801: begin
802: --
803: if g_debug then
804: hr_utility.set_location('Entering:'|| l_proc, 10);
805: end if;
806: --
807: -- Issue a savepoint
808: --

Line 872: hr_utility.set_location(' Leaving:'||l_proc, 70);

868: raise hr_api.validate_enabled;
869: end if;
870: --
871: if g_debug then
872: hr_utility.set_location(' Leaving:'||l_proc, 70);
873: end if;
874: exception
875: when hr_api.validate_enabled then
876: --

Line 883: hr_utility.set_location(' Leaving:'||l_proc, 80);

879: --
880: rollback to delete_absence_type;
881: --
882: if g_debug then
883: hr_utility.set_location(' Leaving:'||l_proc, 80);
884: end if;
885: when others then
886: --
887: -- A validation or unexpected error has occured

Line 892: hr_utility.set_location(' Leaving:'||l_proc, 90);

888: --
889: rollback to delete_absence_type;
890: --
891: if g_debug then
892: hr_utility.set_location(' Leaving:'||l_proc, 90);
893: end if;
894: --
895: raise;
896: end delete_absence_type;