DBA Data[Home] [Help]

APPS.FND_ADG_OBJECT dependencies on DBA_SYNONYMS

Line 1346: from dba_synonyms a

1342: end if;
1343:
1344: select count(*)
1345: into l_ok
1346: from dba_synonyms a
1347: where a.owner = f_rec.owner
1348: and a.synonym_name = l_rpc_synonym_name
1349: and a.table_owner = f_rec.owner
1350: and a.table_name = l_rpc_synonym_target