DBA Data[Home] [Help]

APPS.IRC_APL_PROFILE_ACCESS_API dependencies on IRC_UTILITIES_PKG

Line 31: and per.person_id = irc_utilities_pkg.get_recruitment_person_id(p_person_id);

27: and asg.business_group_id in
28: (select bginfo.organization_id from hr_organization_information bginfo
29: where bginfo.ORG_INFORMATION_CONTEXT = 'BG Recruitment'
30: and bginfo.org_information11 = 'Y')
31: and per.person_id = irc_utilities_pkg.get_recruitment_person_id(p_person_id);
32: --
33: -- out variables
34: l_apl_profile_access_id irc_apl_profile_access.apl_profile_access_id%TYPE;
35: l_object_version_number irc_apl_profile_access.object_version_number%TYPE;