DBA Data[Home] [Help]

APPS.JTY_ASSIGN_REALTIME_PUB dependencies on JTF_RS_GROUPS_TL

Line 781: from jtf_rs_groups_tl a

777: , jtf_terr_rsc_all jtr
778: , jtf_terr_rsc_access_all jtra
779: , jtf_qual_types_all jqta
780: , (select a.group_id resource_id, a.group_name resource_name, 'RS_GROUP' resource_type
781: from jtf_rs_groups_tl a
782: where a.language = userenv('LANG')
783: union all
784: select a.team_id resource_id, a.team_name resource_name, 'RS_TEAM' resource_type
785: from jtf_rs_teams_tl a

Line 1853: from jtf_rs_groups_tl a

1849: , jtf_terr_rsc_all jtr
1850: , jtf_terr_rsc_access_all jtra
1851: , jtf_qual_types_all jqta
1852: , (select a.group_id resource_id, a.group_name resource_name, 'RS_GROUP' resource_type
1853: from jtf_rs_groups_tl a
1854: where a.language = userenv('LANG')
1855: union all
1856: select a.team_id resource_id, a.team_name resource_name, 'RS_TEAM' resource_type
1857: from jtf_rs_teams_tl a