DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_BUSINESS_EVENT dependencies on HR_UTILITY

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

68:
69: l_proc varchar2(72) := 'raise_assignment_business_event';
70:
71: begin
72: hr_utility.set_location('Entering: raise_assignment_business_event'|| l_proc, 10);
73: if p_event = 'UPDATE' then
74: hr_utility.set_location('Entering: UPDATE'|| l_proc, 20);
75: if p_assignment_type = 'E' and p_primary_flag = 'Y' then
76: hr_assignment_be3.update_emp_asg_criteria_a(

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

70:
71: begin
72: hr_utility.set_location('Entering: raise_assignment_business_event'|| l_proc, 10);
73: if p_event = 'UPDATE' then
74: hr_utility.set_location('Entering: UPDATE'|| l_proc, 20);
75: if p_assignment_type = 'E' and p_primary_flag = 'Y' then
76: hr_assignment_be3.update_emp_asg_criteria_a(
77: p_effective_date => p_effective_date,
78: p_datetrack_update_mode => p_datetrack_update_mode,

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

187: p_tax_district_changed_warning => p_tax_district_changed_warning,
188: p_concat_segments => p_concat_segments
189: );
190: end if;
191: hr_utility.set_location('Leaving: UPDATE'|| l_proc, 30);
192: end if;
193: hr_utility.set_location('Leaving:'|| l_proc, 20);
194: end assignment_business_event;
195:

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

189: );
190: end if;
191: hr_utility.set_location('Leaving: UPDATE'|| l_proc, 30);
192: end if;
193: hr_utility.set_location('Leaving:'|| l_proc, 20);
194: end assignment_business_event;
195:
196: end HR_ASSIGNMENT_BUSINESS_EVENT;