DBA Data[Home] [Help]

APPS.JTF_TERR_RPT dependencies on ALL_SYNONYMS

Line 40: from all_synonyms

36: begin
37:
38: select owner
39: into l_ora_schemaname
40: from all_synonyms
41: where table_owner=
42: (select owner from sys.all_objects where object_name='JTF_TAE_RPT_STAGING_OUT' and object_type='TABLE')
43: and synonym_name='JTF_TAE_RPT_STAGING_OUT';
44:

Line 70: from all_synonyms

66: begin
67:
68: select owner
69: into l_ora_schemaname
70: from all_synonyms
71: where table_owner=
72: (select owner from sys.all_objects where object_name='JTF_TAE_RPT_STAGING_OUT' and object_type='TABLE')
73: and synonym_name='JTF_TAE_RPT_STAGING_OUT';
74:

Line 285: from all_synonyms

281: BEGIN
282:
283: select owner
284: into l_ora_schemaname
285: from all_synonyms
286: where table_owner=
287: (select owner from sys.all_objects where object_name='JTF_TAE_RPT_STAGING_OUT' and object_type='TABLE')
288: and synonym_name='JTF_TAE_RPT_STAGING_OUT';
289: