DBA Data[Home] [Help]

APPS.MSC_SECRULE_PKG dependencies on FND_RESPONSIBILITY_VL

Line 974: select responsibility_id into l_grantee_key from fnd_responsibility_vl

970:
971: elsif p_grantee_type='RESPONSIBILITY' then
972: if p_grantee_key is not null then
973: BEGIN
974: select responsibility_id into l_grantee_key from fnd_responsibility_vl
975: where responsibility_name=p_grantee_key;
976:
977: -- --dbms_output.put_line('Grantee key Exists' ||l_item_id);
978: