DBA Data[Home] [Help]

APPS.PER_VIEWS_PKG dependencies on PER_PAY_PROPOSALS

Line 145: , per_pay_proposals pp

141: , a.PAY_BASIS_ID
142: --changes for bug no 5945278 ends here
143: from pay_grade_rules_f gr
144: , per_assignments_f a
145: , per_pay_proposals pp
146: where gr.grade_or_spinal_point_id = a.grade_id
147: and pp.change_date between gr.effective_start_date
148: and gr.effective_end_date
149: and pp.change_date between a.effective_start_date