DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_BUSINESS_EVENT dependencies on HR_UTILITY

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

158:
159: l_proc varchar2(72) := 'raise_assignment_business_event';
160:
161: begin
162: hr_utility.set_location('Entering: raise_assignment_business_event'|| l_proc, 10);
163: if p_event = 'UPDATE' then
164: hr_utility.set_location('Entering: UPDATE'|| l_proc, 20);
165: if p_assignment_type = 'E' and p_primary_flag = 'Y' then
166: hr_assignment_be3.update_emp_asg_criteria_a(

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

160:
161: begin
162: hr_utility.set_location('Entering: raise_assignment_business_event'|| l_proc, 10);
163: if p_event = 'UPDATE' then
164: hr_utility.set_location('Entering: UPDATE'|| l_proc, 20);
165: if p_assignment_type = 'E' and p_primary_flag = 'Y' then
166: hr_assignment_be3.update_emp_asg_criteria_a(
167: p_effective_date => p_effective_date,
168: p_datetrack_update_mode => p_datetrack_update_mode,

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

412: p_tax_district_changed_warning => p_tax_district_changed_warning,
413: p_concat_segments => p_concat_segments
414: );
415: end if;
416: hr_utility.set_location('Leaving: UPDATE'|| l_proc, 30);
417: end if;
418: hr_utility.set_location('Leaving:'|| l_proc, 20);
419: end assignment_business_event;
420:

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

414: );
415: end if;
416: hr_utility.set_location('Leaving: UPDATE'|| l_proc, 30);
417: end if;
418: hr_utility.set_location('Leaving:'|| l_proc, 20);
419: end assignment_business_event;
420:
421: end HR_ASSIGNMENT_BUSINESS_EVENT;