DBA Data[Home] [Help]

APPS.FND_USER_RESP_GROUPS_API dependencies on WF_LOCAL_ROLES

Line 1508: from wf_local_roles partition (FND_RESP)

1504: end if;
1505: begin
1506: select name
1507: into dummy
1508: from wf_local_roles partition (FND_RESP)
1509: where name = rolename
1510: and rownum = 1;
1511: exception -- This shouldnt be necessary since the roles should already
1512: when no_data_found then -- have been created, but be safe.

Line 1686: from wf_local_roles

1682: rolename := role_name_from_resp(respid, appid,
1683: secrec.security_group_id);
1684: select null
1685: into dummy
1686: from wf_local_roles
1687: where name = rolename
1688: and partition_id = 2
1689: and rownum = 1;
1690: