DBA Data[Home] [Help]

APPS.HR_CAGR_FF_PKG dependencies on HR_SOFT_CODING_KEYFLEX

Line 43: hr_soft_coding_keyflex scl

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
47: and paf.soft_coding_keyflex_id = scl.soft_coding_keyflex_id(+);