DBA Data[Home] [Help]

APPS.BENUTILS dependencies on PER_PERIODS_OF_SERVICE

Line 5794: from per_periods_of_service

5790: and asn.person_id = p_person_id
5791: and asn.business_group_id = p_business_group_id
5792: union
5793: select max(nvl(last_update_date,p_pil_last_upd_date)) last_update_date
5794: from per_periods_of_service
5795: where person_id = p_person_id
5796: and business_group_id = p_business_group_id
5797: union
5798: select max(nvl(last_update_date,p_pil_last_upd_date)) last_update_date