DBA Data[Home] [Help]

APPS.HR_HELPDESK_UTIL_SS dependencies on FND_SECURITY_GROUPS

Line 35: (sec_grp_id IN fnd_security_groups.SECURITY_GROUP_KEY%type)

31: (resp_id IN fnd_responsibility.RESPONSIBILITY_ID%type)
32: RETURN VARCHAR2;
33:
34: FUNCTION get_secgrp_key
35: (sec_grp_id IN fnd_security_groups.SECURITY_GROUP_KEY%type)
36: RETURN VARCHAR2;
37:
38: END;