DBA Data[Home] [Help]

APPS.HR_APPROVAL_SS dependencies on PQH_SS_UTILITY

Line 4086: return pqh_ss_utility.check_edit_privilege(p_orig_system_id,lv_businessGroupId);

4082: into lv_businessGroupId
4083: from per_all_people_f
4084: where person_id=p_orig_system_id
4085: and sysdate between effective_start_date and effective_end_date;
4086: return pqh_ss_utility.check_edit_privilege(p_orig_system_id,lv_businessGroupId);
4087: exception
4088: when others then
4089: return 'N';
4090: end;