DBA Data[Home] [Help]

APPS.JL_ZZ_GL_COPY_JE_PKG dependencies on GL_IMPORT_REFERENCES

Line 199: FROM gl_import_references

195: reference_7,
196: reference_8,
197: reference_9,
198: reference_10
199: FROM gl_import_references
200: WHERE je_header_id = p_header_id
201: AND je_line_num = p_line_num;
202:
203: x_je_source_tab_sum je_source_tab;

Line 354: -- Get information from table gl_import_references --

350: x_accounted_dr := rec_line.accounted_dr;
351: x_accounted_cr := rec_line.accounted_cr;
352:
353: ---------------------------------------------------------
354: -- Get information from table gl_import_references --
355: ---------------------------------------------------------
356:
357: ---------------------------------------------------------------------------
358: -- Bug 2757223 --

Line 359: -- Irrespective of whether records exist in gl_import_references --

355: ---------------------------------------------------------
356:
357: ---------------------------------------------------------------------------
358: -- Bug 2757223 --
359: -- Irrespective of whether records exist in gl_import_references --
360: -- we need to insert into gl_interface if the import journal reference --
361: -- for manual source is set. Moved the End Loop from after insert to --
362: -- Before insert insert into gl_interface --
363: ---------------------------------------------------------------------------