DBA Data[Home] [Help]

APPS.FND_ADG_MANAGE dependencies on FND_ADG_OBJECT

Line 334: and a.synonym_name = fnd_adg_object.C_ADG_MANAGE_NAME_REMOTE

330: as
331: cursor c1 is select 1
332: from dba_synonyms a, dba_synonyms b
333: where a.owner = p_rpcDescriptor.owner
334: and a.synonym_name = fnd_adg_object.C_ADG_MANAGE_NAME_REMOTE
335: and ( a.table_owner = p_rpcDescriptor.owner or
336: a.table_owner is null )
337: and a.table_name = fnd_adg_object.C_ADG_MANAGE_PACKAGE
338: and b.owner = p_rpcDescriptor.owner

Line 337: and a.table_name = fnd_adg_object.C_ADG_MANAGE_PACKAGE

333: where a.owner = p_rpcDescriptor.owner
334: and a.synonym_name = fnd_adg_object.C_ADG_MANAGE_NAME_REMOTE
335: and ( a.table_owner = p_rpcDescriptor.owner or
336: a.table_owner is null )
337: and a.table_name = fnd_adg_object.C_ADG_MANAGE_PACKAGE
338: and b.owner = p_rpcDescriptor.owner
339: and b.synonym_name = p_rpcDescriptor.rpc_synonym_name
340: and ( b.table_owner = p_rpcDescriptor.owner or
341: b.table_owner is null )