DBA Data[Home] [Help]

APPS.HR_CAGR_FF_PKG dependencies on PER_ALL_ASSIGNMENTS_F

Line 42: from per_all_assignments_f paf,

38: , paf.organization_id
39: , paf.payroll_id
40: , paf.person_id
41: , scl.segment1
42: from per_all_assignments_f paf,
43: hr_soft_coding_keyflex scl
44: where paf.assignment_id = p_assignment_id
45: and p_effective_date between paf.effective_start_date
46: and paf.effective_end_date