DBA Data[Home] [Help]

APPS.JTY_COLLECTION_MIGRATION_PKG dependencies on JTF_TERR_TYPES_ALL

Line 182: from jtf_terr_types_all

178:
179: -- get template id
180: begin
181: select terr_type_id into l_terr_type_id
182: from jtf_terr_types_all
183: where name = 'General Collections'
184: and rownum = 1;
185: --dbms_output.put_line('template_id: '||l_terr_type_id);
186: