DBA Data[Home] [Help]

APPS.PQH_GSP_UTILITY dependencies on PAY_GRADE_RULES_F

Line 5825: from pay_grade_rules_f

5821: hr_utility.set_location('l_Spinal_Point_Id: '||l_Spinal_Point_Id, 10);
5822:
5823: if l_Spinal_Point_Id is not null then
5824: select value into l_rate_value
5825: from pay_grade_rules_f
5826: where grade_or_spinal_point_id = l_Spinal_Point_Id
5827: and rate_type = 'SP'
5828: and P_Effective_Date
5829: between Effective_Start_Date and Effective_End_Date;