DBA Data[Home] [Help]

APPS.BENUTILS dependencies on PER_PERIODS_OF_SERVICE

Line 5919: from per_periods_of_service

5915: and asn.person_id = p_person_id
5916: and asn.business_group_id = p_business_group_id
5917: union
5918: select max(nvl(last_update_date,p_pil_last_upd_date)) last_update_date
5919: from per_periods_of_service
5920: where person_id = p_person_id
5921: and business_group_id = p_business_group_id
5922: union
5923: select max(nvl(last_update_date,p_pil_last_upd_date)) last_update_date