DBA Data[Home] [Help]

APPS.PQH_FR_ASSIGNMENT_CHK dependencies on HR_UTILITY

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

105: and assign.assignment_id = p_assignment_id;
106:
107: Begin
108: l_proc := 'chk_tot_percent_affected';
109: hr_utility.set_location(' Entering '|| l_proc,10);
110: l_percent_affected := fnd_number.canonical_to_number(p_percent_effected);
111:
112: if p_assignment_id is not null then
113: Open csr_asg_percent_effected;

Line 141: hr_utility.set_location(' Exiting '|| l_proc,10);

137: End If;
138: Close csr_tot_percent_effected;
139: --
140:
141: hr_utility.set_location(' Exiting '|| l_proc,10);
142: --
143: End chk_tot_percent_affected;
144:
145: procedure chk_position(p_position_id in Number, p_person_id in Number,p_effective_date in DATE)