DBA Data[Home] [Help]

APPS.FND_USER_RESP_GROUPS_API dependencies on WF_LOCAL_ROLES

Line 1512: from wf_local_roles partition (FND_RESP)

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

Line 1690: from wf_local_roles

1686: rolename := role_name_from_resp(respid, appid,
1687: secrec.security_group_id);
1688: select null
1689: into dummy
1690: from wf_local_roles
1691: where name = rolename
1692: and partition_id = 2
1693: and rownum = 1;
1694: