DBA Data[Home] [Help]

APPS.GL_CI_DATA_TRANSFER_PKG dependencies on GL_JOURNAL_IMPORT_PKG

Line 1205: gl_journal_import_pkg.drop_table(l_src_table_name);

1201: end if;
1202: end if; --+if l_to_group_id < 0 then
1203: --+drop the gl_cons_interface_groupid table in the source db no matter what
1204: l_src_table_name := i_parallel_name || from_group_id;
1205: gl_journal_import_pkg.drop_table(l_src_table_name);
1206: if l_debug = 'Y' then
1207: debug_message('Data has been moved to Target database, target group ID is ' || l_to_group_id,TRUE);
1208: end if;
1209: IF (p_j_import = 'Y') THEN