DBA Data[Home] [Help]

APPS.PAY_IE_PAYE_PKG dependencies on HR_LOOKUPS

Line 671: hr_lookups hl

667: cursor csr_find_match is
668: select 'TRUE'
669: from per_all_assignments_f asg,
670: per_work_incidents pwi,
671: hr_lookups hl
672: where p_date_earned between asg.effective_start_date
673: and asg.effective_end_date and
674: p_assignment_id = asg.assignment_id
675: and pwi.PERSON_ID = asg.PERSON_ID