DBA Data[Home] [Help]

APPS.JTY_COLLECTION_MIGRATION_PKG dependencies on JTF_SOURCES_ALL

Line 196: from jtf_sources_all

192:
193: -- get source_id
194: begin
195: select source_id into l_source_id
196: from jtf_sources_all
197: where description = 'Collections'
198: and rownum = 1;
199: --dbms_output.put_line('source_id: '||l_source_id);
200: