ra_customer_trx_all 的XLA會計科目

ra_customer_trx_all 的XLA會計科目

 

SELECT 'X'

FROM xla.xla_transaction_entities xte

,xla.xla_ae_headers xeh

,xla.xla_ae_lines xel

,gl_code_combinations gcc

WHERE 1 = 1

AND nvl(xte.source_id_int_1

,-99) = 28949 --rt.customer_trx_id

AND xte.entity_code = 'TRANSACTIONS'

AND xte.ledger_id = 2043 --rt.set_of_books_id

AND gcc.segment4 LIKE '2501%'

AND xte.entity_id = xeh.entity_id

AND xte.application_id = xeh.application_id

AND xeh.application_id = xel.application_id

AND xeh.ae_header_id = xel.ae_header_id

AND xel.code_combination_id = gcc.code_combination_id

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章