DBA Data[Home] [Help]

APPS.HR_APPROVAL_SS dependencies on PQH_SS_UTILITY

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

3071: into lv_businessGroupId
3072: from per_all_people_f
3073: where person_id=p_orig_system_id
3074: and sysdate between effective_start_date and effective_end_date;
3075: return pqh_ss_utility.check_edit_privilege(p_orig_system_id,lv_businessGroupId);
3076: exception
3077: when others then
3078: return 'N';
3079: end;