本文主要是介绍Oracle EBS PAC“定期成本分配处理程序”报错:30004不存在为成本类型、成本组和法人主体定义的帐户,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
Oracle EBS版本:
RDBMS : 12.1.0.2.0
Oracle Applications : 12.2.6
问题症状:
- 中文环境:
30004不存在为成本类型、成本组和法人主体定义的帐户。
CSTPALPC.dyn_proc_call : Error Calling Package
30004不存在为成本类型、成本组和法人主体定义的帐户。: CSTPALPC.create_dist_entry : 40
CSTPDPPC.dyn_proc_call : Error Calling Package
30004不存在为成本类型、成本组和法人主体定义的帐户。: CSTPALPC.create_dist_entry : 40 - 英文环境:
30004There are no accounts defined for the cost type, cost group and legal entity.
CSTPALPC.dyn_proc_call : Error Calling Package
30004There are no accounts defined for the cost type, cost group and legal entity.: CSTPALPC.create_dist_entry : 40
CSTPDPPC.dyn_proc_call : Error Calling Package
30004There are no accounts defined for the cost type, cost group and legal entity.: CSTPALPC.create_dist_entry : 40
解决方法:
由于对应的法人主体的《定期账户分配》未配置“成本组账户”所导致的。
Path: Cst->期间成本计算->设置->定期账户分配,参考如下图:
这篇关于Oracle EBS PAC“定期成本分配处理程序”报错:30004不存在为成本类型、成本组和法人主体定义的帐户的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!