DBA Data[Home] [Help]

APPS.JTF_TTY_WEBADI_NADOC_PKG dependencies on JTF_RS_ROLES_VL

Line 162: , jtf_rs_roles_vl rol

158: , grp.group_id group_id
159: , rol.role_code role_code
160: FROM jtf_rs_resource_extns_vl rsc
161: , jtf_rs_groups_vl grp
162: , jtf_rs_roles_vl rol
163: , jtf_tty_named_acct_rsc narsc
164: , jtf_tty_terr_grp_accts ga
165: -- , jtf_tty_named_accts na
166: WHERE rsc.resource_id = narsc.resource_id

Line 987: || ' jtf_rs_roles_vl rol, '

983: || ' jtw.jtf_tty_webadi_int_id '
984: || ' FROM jtf_tty_webadi_interface jtw ' --JTF_TTY_WEBADI_INT_GT
985: || ' WHERE jtw.user_id = ' ||p_userid
986: || ' ) sub, '
987: || ' jtf_rs_roles_vl rol, '
988: || ' jtf_tty_named_acct_rsc narsc, '
989: || ' jtf_tty_terr_grp_accts ga '
990: || ' WHERE rol.role_code = narsc.rsc_role_code '
991: || ' AND narsc.terr_group_account_id = ga.terr_group_account_id '