DBA Data[Home] [Help]

APPS.HR_BIS dependencies on PER_SECURITY_PROFILES

Line 157: RETURN per_security_profiles.business_group_id%TYPE IS

153: /******************************************************************************/
154: /* Returns business group id of the current security profile */
155: /******************************************************************************/
156: FUNCTION get_sec_profile_bg_id
157: RETURN per_security_profiles.business_group_id%TYPE IS
158:
159: BEGIN
160:
161: RETURN hr_security.get_sec_profile_bg_id;