DBA Data[Home] [Help]

APPS.JA_JAINJVR_XMLP_PKG dependencies on GL_JE_HEADERS

Line 145: || Column set_of_books_id does not exist in table gl_je_headers leading to compilation error.

141: v_count NUMBER;
142: begin
143: /*
144: || code modified by aiyer for the bug 4523064
145: || Column set_of_books_id does not exist in table gl_je_headers leading to compilation error.
146: || This has been changed to ledger_id
147: */
148: SELECT count(*) INTO v_count
149: FROM gl_je_headers gjh,

Line 149: FROM gl_je_headers gjh,

145: || Column set_of_books_id does not exist in table gl_je_headers leading to compilation error.
146: || This has been changed to ledger_id
147: */
148: SELECT count(*) INTO v_count
149: FROM gl_je_headers gjh,
150: gl_je_lines gjl,
151: gl_code_combinations gcc,
152: gl_sets_of_books gsob
153: WHERE gjh.je_header_id = gjl.je_header_id