DBA Data[Home] [Help]

APPS.GL_CI_DATA_TRANSFER_PKG dependencies on GL_JOURNAL_IMPORT_PKG

Line 1244: gl_journal_import_pkg.drop_table(l_src_table_name);

1240: end if;
1241: end if; --+if l_to_group_id < 0 then
1242: --+drop the gl_cons_interface_groupid table in the source db no matter what
1243: l_src_table_name := i_parallel_name || from_group_id;
1244: gl_journal_import_pkg.drop_table(l_src_table_name);
1245: if l_debug = 'Y' then
1246: debug_message('Data has been moved to Target database, target group ID is ' || l_to_group_id,TRUE);
1247: end if;
1248: IF (p_j_import = 'Y') THEN