DBA Data[Home] [Help]

APPS.PQH_GSP_SYNC_COMPENSATION_OBJ dependencies on PAY_GRADE_RULES_F

Line 98: from pay_grade_rules_f

94:
95: Cursor csr_business_group_id
96: is
97: select business_group_id
98: from pay_grade_rules_f
99: where grade_rule_id =p_grade_rule_id
100: AND grade_or_spinal_point_id = p_grade_or_spinal_point_id
101: AND p_effective_date between effective_start_date
102: and effective_end_date;