DBA Data[Home] [Help]

APPS.HR_EX_EMPLOYEE_INTERNAL dependencies on HR_UTILITY

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

385: -- end of bug6892097
386: --
387: begin
388:
389: hr_utility.set_location('Entering '||l_proc,10);
390: /*
391: ** We are processing a termination using the combined internel API. To
392: ** enable correct processing of OAB life events we need to mask the
393: ** PDS life event processing from the PDS row handler and make a

Line 413: hr_utility.set_location('LSPD '||to_char(p_last_standard_process_date,

409: fetch csr_get_pds_details
410: into l_cur_pds;
411: close csr_get_pds_details;
412:
413: hr_utility.set_location('LSPD '||to_char(p_last_standard_process_date,
414: 'dd-mon-yyyy'),20);
415: begin
416: /*
417: ** Set global variable so that the ATD is available to

Line 912: hr_utility.set_location('l_cur_pds.person_id' || l_cur_pds.person_id, 960);

908: --
909:
910: -- fix 1370960
911: -- Terminate the roles
912: hr_utility.set_location('l_cur_pds.person_id' || l_cur_pds.person_id, 960);
913: for roles_rec in csr_roles_to_terminate( l_cur_pds.person_id )
914: loop
915: per_supplementary_role_api.update_supplementary_role(
916: p_effective_date => p_effective_date

Line 953: hr_utility.set_location('p_asg_future ', 99);

949: );
950: end if;
951: --
952: -- fix for bug6892097
953: hr_utility.set_location('p_asg_future ', 99);
954: if p_asg_future_changes_warning = FALSE then
955: hr_utility.set_location('p_asg_future ', 100);
956: if l_max_asg_date1 is not null then
957: hr_utility.set_location('p_asg_future ', 101);

Line 955: hr_utility.set_location('p_asg_future ', 100);

951: --
952: -- fix for bug6892097
953: hr_utility.set_location('p_asg_future ', 99);
954: if p_asg_future_changes_warning = FALSE then
955: hr_utility.set_location('p_asg_future ', 100);
956: if l_max_asg_date1 is not null then
957: hr_utility.set_location('p_asg_future ', 101);
958: p_asg_future_changes_warning := TRUE;
959:

Line 957: hr_utility.set_location('p_asg_future ', 101);

953: hr_utility.set_location('p_asg_future ', 99);
954: if p_asg_future_changes_warning = FALSE then
955: hr_utility.set_location('p_asg_future ', 100);
956: if l_max_asg_date1 is not null then
957: hr_utility.set_location('p_asg_future ', 101);
958: p_asg_future_changes_warning := TRUE;
959:
960: end if;
961: end if;

Line 1001: hr_utility.set_location('Leaving '||l_proc,100);

997:
998: --
999: --END WWBUG 2130950 HR/WF Synchronization --tpapired
1000: --
1001: hr_utility.set_location('Leaving '||l_proc,100);
1002: exception
1003: when others then
1004: g_mask_pds_ler := FALSE;
1005: raise;

Line 1025: hr_utility.set_location('Entering: hrempter.cancel_termination'|| l_proc, 5);

1021: --
1022: l_proc varchar2(72) := g_package||'reverse_terminate_employee';
1023:
1024: begin
1025: hr_utility.set_location('Entering: hrempter.cancel_termination'|| l_proc, 5);
1026:
1027: --
1028: -- Process Logic
1029: --

Line 1033: hr_utility.set_location('After: hrempter.cancel_termination'|| l_proc, 10);

1029: --
1030: hrempter.cancel_termination(p_person_id
1031: ,p_actual_termination_date
1032: ,p_clear_details);
1033: hr_utility.set_location('After: hrempter.cancel_termination'|| l_proc, 10);
1034:
1035: exception
1036: when others then
1037: raise;

Line 1083: hr_utility.set_location('l_proc'||TERM_TYPE, 2);

1079:
1080: end if;
1081:
1082:
1083: hr_utility.set_location('l_proc'||TERM_TYPE, 2);
1084: hr_utility.set_location('l_proc', 30);
1085:
1086: return TERM_TYPE;
1087:

Line 1084: hr_utility.set_location('l_proc', 30);

1080: end if;
1081:
1082:
1083: hr_utility.set_location('l_proc'||TERM_TYPE, 2);
1084: hr_utility.set_location('l_proc', 30);
1085:
1086: return TERM_TYPE;
1087:
1088: