DBA Data[Home] [Help]

APPS.FND_ADG_UTILITY dependencies on ALL_DB_LINKS

Line 1801: from all_db_links a

1797: p_standby_number number default null
1798: )
1799: as
1800: cursor c1 is select a.owner,a.DB_LINK,upper(a.host) host
1801: from all_db_links a
1802: where a.owner = upper(p_link_owner)
1803: and a.DB_LINK = upper(p_link_name);
1804:
1805: l_rec fnd_adg_control%rowtype;