12
返回列表 发新帖
楼主: luoyd

关闭不了应付会计期,请大侠指教一下!

[复制链接]
论坛徽章:
30
授权会员
日期:2005-10-30 17:05:332010广州亚运会纪念徽章:排球
日期:2011-05-12 17:51:31ITPUB十周年纪念徽章
日期:2011-11-01 16:19:412012新春纪念徽章
日期:2012-02-13 15:13:512012新春纪念徽章
日期:2012-02-13 15:13:512012新春纪念徽章
日期:2012-02-13 15:13:512012新春纪念徽章
日期:2012-02-13 15:13:512012新春纪念徽章
日期:2012-02-13 15:13:51版主3段
日期:2012-05-15 15:24:11ITPUB 11周年纪念徽章
日期:2012-10-09 18:05:07
11#
发表于 2005-1-21 15:28 | 只看该作者
1 --根据是否传送总帐的标志,检查发票付款会计分录
select DISTINCT bb.accounting_date,aa.reference5 发票编号,aa.reference1 供应商,aa.reference6,
gcc.concatenated_segments,aa.accounted_dr,aa.accounted_cr
from  AP_AE_LINES_ALL aa,
      AP_AE_HEADERS_ALL bb,
      GL_CODE_COMBINATIONS_KFV gcc
WHERE BB.PERIOD_NAME <= '2004-02'
      AND BB.GL_TRANSFER_FLAG != 'Y'  
      AND BB.org_id=81
      AND aa.AE_HEADER_ID=BB.AE_HEADER_ID
      AND gcc.code_combination_id=aa.code_combination_id
order by bb.accounting_date
2:一般是分录产生混乱,需要修改,比如改帐户,改金额,多余分录删除;然后传送总帐

使用道具 举报

回复
论坛徽章:
71
管理团队2006纪念徽章
日期:2006-04-16 22:44:452010广州亚运会纪念徽章:空手道
日期:2010-09-03 22:10:472011新春纪念徽章
日期:2011-01-25 15:41:012011新春纪念徽章
日期:2011-01-25 15:41:502011新春纪念徽章
日期:2011-01-25 15:42:152011新春纪念徽章
日期:2011-01-25 15:42:332011新春纪念徽章
日期:2011-01-25 15:42:56管理团队成员
日期:2011-05-07 01:45:08ITPUB十周年纪念徽章
日期:2011-11-01 16:19:412012新春纪念徽章
日期:2012-02-13 15:11:36
12#
发表于 2005-1-21 20:29 | 只看该作者
我提供我们的遇到的问题及解决过程 :
我们发生两次这种情况,我自己查发现:
at table AP_AE_HEADER_ALL have some line's field "GL_TRANSFER_FLAG" is set to 'N'.
并运行ORACLE提供的:APClosing115.sql
The following error can be found on the output file:

ERROR - This Org_Id has 22 untransferred Journals for this SOB. All Journal Entries must be transferred before this period can be closed.

When I check the records listed I can see that they are not related to any invoice or check. So it seems to me that they are orphan records that need to be deleted before the period can be closed.

后来ORACLE方面提供了两个脚本:
) Run the scrip orphans_report.sql and upload the file created
2) Run the script undo_orphans_with_backup.sql with rollback at first and upload the file created
3) I will check the results and tell if the undo_orphans_with_backup.sql can be run with commit

之后就解决了。所以建立你还是建个TAR

使用道具 举报

回复
论坛徽章:
32
夏利
日期:2013-10-15 08:34:12
13#
发表于 2005-1-21 20:38 | 只看该作者
我們沒有遇見如此情形﹐只是有遇到因為deptment code inactive二引起的不能關閉期間的問題

使用道具 举报

回复

您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

TOP技术积分榜 社区积分榜 徽章 团队 统计 知识索引树 积分竞拍 文本模式 帮助
  ITPUB首页 | ITPUB论坛 | 数据库技术 | 企业信息化 | 开发技术 | 微软技术 | 软件工程与项目管理 | IBM技术园地 | 行业纵向讨论 | IT招聘 | IT文档
  ChinaUnix | ChinaUnix博客 | ChinaUnix论坛
CopyRight 1999-2011 itpub.net All Right Reserved. 北京盛拓优讯信息技术有限公司版权所有 联系我们 未成年人举报专区 
京ICP备16024965号-8  北京市公安局海淀分局网监中心备案编号:11010802021510 广播电视节目制作经营许可证:编号(京)字第1149号
  
快速回复 返回顶部 返回列表