DBA Data[Home] [Help]

APPS.JTY_COLLECTION_MIGRATION_PKG dependencies on JTF_QUAL_TYPES_ALL

Line 227: from JTF_QUAL_TYPES_ALL

223: -- get access_type
224: begin
225:
226: select name into l_access_type
227: from JTF_QUAL_TYPES_ALL
228: where qual_type_id = l_qual_type_id
229: and rownum = 1;
230: --dbms_output.put_line('access_type: '|| l_access_type);
231: