DBA Data[Home] [Help]

APPS.BENUTILS dependencies on PER_QUALIFICATIONS

Line 5799: from per_qualifications

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
5799: from per_qualifications
5800: where person_id = p_person_id
5801: and business_group_id = p_business_group_id
5802: union
5803: select max(nvl(last_update_date,p_pil_last_upd_date)) last_update_date