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

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1370|回复: 2

各位大侠,AR发票保存成功时,但点完成时报错?详见附件.紧急求助!!!

[复制链接]
发表于 2008/10/3 07:03:55 | 显示全部楼层 |阅读模式

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

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

x
AR发票保存成功时,但点完成时报错,什么原因?


各位大侠,AR发票保存成功时,但点完成时报错?紧急求助!!!
错误提示!

ORA-01400: 无法将 NULL 插入 ("AR"."AR_PAYMENT_SCHEDULES_ALL"."GL_DATE_CLOSED")
ORA-06512: 在"APPS.ARP_PROCESS_HEADER_POST_COMMIT", line 896
ORA-06512: 在"APPS.ARP_PROCESS_HEADER", line 1719





评分

参与人数 1努力值 +5 收起 理由
纵横四海 + 5 建议使用一些关键字先检索一下,我就是用OR ...

查看全部评分

发表于 2008/10/3 08:17:27 | 显示全部楼层
 楼主| 发表于 2008/10/3 23:48:13 | 显示全部楼层

谢谢四海,问题已解决!参考以下文档

Subject:  FRM-40735 ORA-01400 ORA-06512: TRYING TO COMPLETE A MANUAL INVOICE
  Doc ID:  Note:1048270.6 Type:  PROBLEM
  Last Revision Date:  04-AUG-2000 Status:  PUBLISHED


Problem Description
-------------------
You are trying to complete a manual invoice and see the following error:

  FRM-40735 POST-FORMS-COMMIT trigger raised unhandled exception
  ORA-01400 manditory (NOT NULL) column is missing or null during insert.
  ORA-06512 : AT "APPS.ARP_PROCESS_HEADER_POST_COMMIT", line 486.
  ORA-06512 : AT "APPS.ARP_PROCESS_HEADER", line 1213.
  ORA-06512 : AT line 1.

Duplication Steps
-----------------
Navigate: Transactions -> Class = Invoice, Choose type = Invoice standard.  
Choose ship to, enter terms, enter salesperson, go into Line Items: choose
an item, enter the quantity, unit price and tax code.  You are able to
save your work with no errors.  When you try to complete the invoice, you
see the error message.

Solution Description
--------------------
Check for invalid object and recompile if necessary, then check the status
of triggers.

1) Check for invalid objects:

SELECT OBJECT_NAME, STATUS         
FROM all_objects
WHERE status = 'INVALID';

2) Recompile any invalid objects.  For general recompile:

select distinct 'alter '
||decode(object_type,'PACKAGE BODY','PACKAGE',object_type)
        ||' '||object_name||' compile'
        ||decode(object_type,'PACKAGE BODY',' body','PACKAGE',' specification')
        ||';' Object
from user_objects
where status='INVALID' and object_type != 'PACKAGE'
order by Object

3) Check the status of triggers:

select trigger_name, status from
all_triggers
where trigger_name like '%AR_PAYMENT%';

update triggers to enable (if disabled)
client/server/node

alter trigger ar_payment_schedules_bru enable;
alter trigger ar_payment_schedules_bri enable;

After completing the three steps above, you should be able to complete a
manual invoice.

评分

参与人数 1努力值 +5 收起 理由
纵横四海 + 5 感谢你的有始有终。 希望你以后可以把你解 ...

查看全部评分

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

本版积分规则

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

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

GMT+8, 2025/11/30 03:48 , Processed in 0.015646 second(s), 19 queries , File On.

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

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