DBA Data[Home] [Help]

APPS.BENUTILS dependencies on PER_QUALIFICATIONS

Line 5924: from per_qualifications

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
5924: from per_qualifications
5925: where person_id = p_person_id
5926: and business_group_id = p_business_group_id
5927: union
5928: select max(nvl(last_update_date,p_pil_last_upd_date)) last_update_date