DBA Data[Home] [Help]

APPS.PAY_IE_PAYE_PKG dependencies on HR_LOOKUPS

Line 803: hr_lookups hl

799: cursor csr_find_match is
800: select 'TRUE'
801: from per_all_assignments_f asg,
802: per_work_incidents pwi,
803: hr_lookups hl
804: where p_date_earned between asg.effective_start_date
805: and asg.effective_end_date and
806: p_assignment_id = asg.assignment_id
807: and pwi.PERSON_ID = asg.PERSON_ID