You are on page 1of 1

SELECT gjh.

je_header_id
,gjb.name BATCH_NAME
,gjh.name JRNL_NAME
,gjh.je_source
,gjh.je_category
,gjh.doc_sequence_value Voucher_Num
,gjh.default_effective_date Effective_date
,gjh.posted_date
,gjh.period_name
,gjl.description JE_DESCRIPTION
,gxe.transaction_id
,TO_CHAR(gxe.inventory_item_id)
-- ,mmt.transaction_date
-- ,mmt.transaction_type_id
,gjl.je_line_num
,gcc.segment1||'.'||gcc.segment2||'.'||gcc.segment3||'.'||
gcc.segment4||'.'||gcc.segment5||'.'||gcc.segment6 ACCOUNT_CODE
,ffv.description GL_ACCOUNT
,(xal.accounted_dr) accounted_dr
,(xal.accounted_cr) accounted_cr
FROM gl.gl_je_headers gjh,
gl.gl_je_lines gjl,
gl_je_batches gjb,
gl.gl_code_combinations gcc,
gl.gl_periods glp,
gl.gl_import_references imp,
xla.xla_ae_lines xal,
xla.xla_ae_headers xah,
xla.xla_events xe,
xla.xla_transaction_entities xte,
-- rcv_transactions rcv
-- mtl_material_transactions mmt
gmf_xla_extract_headers gxe

You might also like