DBA Data[Home] [Help]

APPS.BIM_LEAD_RG_PKG dependencies on JTF_RS_GROUP_USAGES

Line 90: ,jtf_rs_group_usages u

86: ,jtf_rs_roles_b rol
87: ,jtf_rs_role_relations rlt
88: ,jtf_rs_group_members mem
89: ,jtf_rs_groups_b grp
90: ,jtf_rs_group_usages u
91: WHERE
92: mem.group_member_id = rlt.role_resource_id
93: AND nvl(mem.delete_flag , 'N') <> 'Y'
94: AND rlt.role_resource_type = 'RS_GROUP_MEMBER'