DBA Data[Home] [Help]

APPS.MSC_SECRULE_PKG dependencies on FND_USER

Line 954: select user_id into l_grantee_key from fnd_user

950: elsif p_grantee_type='USER' then
951:
952: if p_grantee_key is not null then
953: BEGIN
954: select user_id into l_grantee_key from fnd_user
955: where user_name=p_grantee_key;
956:
957: -- --dbms_output.put_line('Grantee key Exists' ||l_item_id);
958: