DBA Data[Home] [Help]

APPS.MSC_SECRULE_PKG dependencies on MSC_GROUPS

Line 994: select group_id into l_grantee_key from msc_groups

990:
991: elsif p_grantee_type='GROUP' then
992: if p_grantee_key is not null then
993: BEGIN
994: select group_id into l_grantee_key from msc_groups
995: where group_name =p_grantee_key;
996:
997: exception when no_data_found then
998: p_return_code:=-1;