壹佰网|ERP100 - 企业信息化知识门户

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 828|回复: 4

[财务] AP模块抛至GL过账后与未过账的差别在哪些地方?如何查询AP Invoice抛砖到GL的日记账?

[复制链接]
发表于 2012/9/5 10:09:45 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622  。

您需要 登录 才可以下载或查看,没有帐号?注册

x
请教个问题:
   AP 传送至GL  过账后 数据会写入GL 哪些表中

有知道的高手吗
发表于 2012/9/5 10:45:44 | 显示全部楼层
GL_JE_HEADERS
GL_JE_LINES
发表于 2012/9/5 17:28:28 | 显示全部楼层
如何查询AP Invoice抛砖到GL的日记账
1. xla_transaction_entities是具体业务和SLA关系表
2.  gl_import_references是SLA和GL的关系表

常用SQL
select * from ap_invoices_all
where invoice_num = 'BXJ20120904_001'

select * from ap_invoice_lines_all
where invoice_id = 2977123

select accounting_event_id from ap_invoice_distributions_all
where invoice_id = 2977123

select entity_id from xla. xla_events
where event_id = 21380679

select source_id_int_1, transaction_number from xla.xla_transaction_entities
where entity_id = 21028756

select * from xla. xla_ae_headers
where event_id = 21380679

select * from xla. xla_ae_lines
where ae_header_id in ( 121331026, 121331041)

select * from xla. xla_distribution_links
where ae_header_id in ( 121331026, 121331041)

select    je_batch_id,
            je_header_id ,
            gl_sl_link_id ,
            gl_sl_link_table ,
            reference_5 entity_id ,
            reference_6 accounting_event_id ,
            reference_7 ae_header_id
from   gl_import_references
where gl_sl_link_id = 246342532
select * from gl_je_lines
where je_header_id = 2720705
and gl_sl_link_id = 246342532

select * from gl_je_batches
where je_batch_id = 2694595

select * from gl_je_headers
whereje_batch_id = 2694595


发表于 2012/9/5 17:49:41 | 显示全部楼层
本帖最后由 sunyukun8888 于 2012/9/5 17:55 编辑
东方瀚海 发表于 2012/9/5 17:28
如何查询AP Invoice抛砖到GL的日记账
1. xla_transaction_entities是具体业务和SLA关系表
2.  gl_import_ ...


2.png

点击过账后,  将在表 gl_balances 形成对应科目本月余额 、季度、年度、自上线以来的 科目 余额情况
发表于 2012/9/6 10:40:29 | 显示全部楼层
东方瀚海 发表于 2012/9/5 17:28
如何查询AP Invoice抛砖到GL的日记账
1. xla_transaction_entities是具体业务和SLA关系表
2.  gl_import_ ...

一直想把AP发票到总账的过程追溯出来,哎,都没有搞好,谢谢楼主
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|小黑屋|手机版|壹佰网 ERP100 ( 京ICP备19053597号-2 )

Copyright © 2005-2012 北京海之大网络技术有限责任公司 服务器托管由互联互通
手机:13911575376
网站技术点击发送消息给对方83569622   广告&合作 点击发送消息给对方27675401   点击发送消息给对方634043306   咨询及人才点击发送消息给对方138011526

GMT+8, 2025/11/29 17:29 , Processed in 0.017152 second(s), 15 queries , File On.

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表