DBA Data[Home] [Help]

APPS.HR_EX_EMPLOYEE_INTERNAL dependencies on HR_UTILITY

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

377: -- end of bug6892097
378: --
379: begin
380:
381: hr_utility.set_location('Entering '||l_proc,10);
382: /*
383: ** We are processing a termination using the combined internel API. To
384: ** enable correct processing of OAB life events we need to mask the
385: ** PDS life event processing from the PDS row handler and make a

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

401: fetch csr_get_pds_details
402: into l_cur_pds;
403: close csr_get_pds_details;
404:
405: hr_utility.set_location('LSPD '||to_char(p_last_standard_process_date,
406: 'dd-mon-yyyy'),20);
407: begin
408: /*
409: ** Set global variable so that the ATD is available to

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

900: --
901:
902: -- fix 1370960
903: -- Terminate the roles
904: hr_utility.set_location('l_cur_pds.person_id' || l_cur_pds.person_id, 960);
905: for roles_rec in csr_roles_to_terminate( l_cur_pds.person_id )
906: loop
907: per_supplementary_role_api.update_supplementary_role(
908: p_effective_date => p_effective_date

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

941: );
942: end if;
943: --
944: -- fix for bug6892097
945: hr_utility.set_location('p_asg_future ', 99);
946: if p_asg_future_changes_warning = FALSE then
947: hr_utility.set_location('p_asg_future ', 100);
948: if l_max_asg_date1 is not null then
949: hr_utility.set_location('p_asg_future ', 101);

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

943: --
944: -- fix for bug6892097
945: hr_utility.set_location('p_asg_future ', 99);
946: if p_asg_future_changes_warning = FALSE then
947: hr_utility.set_location('p_asg_future ', 100);
948: if l_max_asg_date1 is not null then
949: hr_utility.set_location('p_asg_future ', 101);
950: p_asg_future_changes_warning := TRUE;
951:

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

945: hr_utility.set_location('p_asg_future ', 99);
946: if p_asg_future_changes_warning = FALSE then
947: hr_utility.set_location('p_asg_future ', 100);
948: if l_max_asg_date1 is not null then
949: hr_utility.set_location('p_asg_future ', 101);
950: p_asg_future_changes_warning := TRUE;
951:
952: end if;
953: end if;

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

989:
990: --
991: --END WWBUG 2130950 HR/WF Synchronization --tpapired
992: --
993: hr_utility.set_location('Leaving '||l_proc,100);
994: exception
995: when others then
996: g_mask_pds_ler := FALSE;
997: raise;

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

1013: --
1014: l_proc varchar2(72) := g_package||'reverse_terminate_employee';
1015:
1016: begin
1017: hr_utility.set_location('Entering: hrempter.cancel_termination'|| l_proc, 5);
1018:
1019: --
1020: -- Process Logic
1021: --

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

1021: --
1022: hrempter.cancel_termination(p_person_id
1023: ,p_actual_termination_date
1024: ,p_clear_details);
1025: hr_utility.set_location('After: hrempter.cancel_termination'|| l_proc, 10);
1026:
1027: exception
1028: when others then
1029: raise;

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

1071:
1072: end if;
1073:
1074:
1075: hr_utility.set_location('l_proc'||TERM_TYPE, 2);
1076: hr_utility.set_location('l_proc', 30);
1077:
1078: return TERM_TYPE;
1079:

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

1072: end if;
1073:
1074:
1075: hr_utility.set_location('l_proc'||TERM_TYPE, 2);
1076: hr_utility.set_location('l_proc', 30);
1077:
1078: return TERM_TYPE;
1079:
1080: