DBA Data[Home] [Help]

APPS.WF_DIGITAL_SECURITY_PRIVATE dependencies on FND_USER_RESP_GROUPS

Line 381: From Fnd_User_Resp_Groups R

377: resp_id := to_number(substr(str_buf, idx + 1));
378:
379: Select count(*)
380: into kount
381: From Fnd_User_Resp_Groups R
382: where R.USER_ID = resp_id
383: and R.RESPONSIBILITY_APPLICATION_ID = resp_app_id
384: and R.SECURITY_GROUP_ID = sec_grp_id
385: and R.Responsibility_ID = to_number(req_id)