DBA Data[Home] [Help]

APPS.MSD_CS_COLLECTION dependencies on MSD_COMMON_UTILITIES

Line 305: msd_common_utilities.get_db_link(p_instance_id, l_dblink, l_retcode);

301: /*
302: Fetch database link only if stream source type is 'SOURCE'
303: */
304: if l_cs_rec.cs_type in ('SOURCE') and p_collection_type = C_COLLECT then
305: msd_common_utilities.get_db_link(p_instance_id, l_dblink, l_retcode);
306: if (l_retcode = -1) then
307: retcode := 2;
308: errbuf := 'Error while getting db_link';
309: return;