DBA Data[Home] [Help]

APPS.JA_CN_VOUCHER_NUM_PKG dependencies on GL_JE_LINES

Line 76: gl_je_lines gjl,

72: gjh.period_name,
73: gjh.POSTING_ACCT_SEQ_VALUE,
74: gjl.je_line_num
75: FROM gl_je_headers gjh,
76: gl_je_lines gjl,
77: gl_code_combinations_kfv gcck,
78: gl_ledgers glg
79: WHERE gjh.je_header_id = gjl.je_header_id
80: AND gcck.code_combination_id = gjl.code_combination_id

Line 112: gl_je_lines gjl,

108: gjh.period_name,
109: gjh.POSTING_ACCT_SEQ_VALUE,
110: gjl.je_line_num
111: FROM gl_je_headers gjh,
112: gl_je_lines gjl,
113: gl_code_combinations_kfv gcck,
114: gl_ledgers glg
115: WHERE gjh.je_header_id = gjl.je_header_id
116: AND gcck.code_combination_id = gjl.code_combination_id