|
原帖由 ora2008 于 2008-5-23 08:54 发表 ![]()
谢谢回复.我跑了Payables Accounting Process此请求后.状态显示完成,但LOG有报错.
烦请大师们指点!
-----------------------------------------
log如下:
APACCENG module: Payables Accounting Process
+---------------------------------------------------------------------------+
Current system time is 23-MAY-2008 08:42:36
+---------------------------------------------------------------------------+
+-----------------------------
| Starting concurrent program execution...
+-----------------------------
Arguments
------------
P_START_DATE='2008/04/01 00:00:00'
P_END_DATE='2008/04/30 00:00:00'
P_JOURNAL_CATEGORY='All'
P_SUB_TRANSF_TO_GL='N'
P_SUB_JOURNAL_IMP='N'
P_VALIDATE_ACCTS='Y'
P_SUMMARIZE_FLAG='N'
P_COMMIT_CYCLE='50'
P_ORG_ID='102'
P_DEBUG_SWITCH='N'
P_TRACE_SWITCH='N'
P_RUN_ACCT_REPORT='Y'
------------
'.,'
Spawned Process 106136
MSG-00002: Check that AX is not installed before calling the accounting engine
MSG-00003: AX is not installed, Calling the accounting engine
MSG-00004: After the call to AP_Accounting_Engine_Pkg.Do_Accounting
+---------------------------------------------------------------------------+
Start of log messages from FND_FILE
+---------------------------------------------------------------------------+
Starting to account all the events created ...
Cannot Account for 中行5001 bank account's check number 3180 because some
Invoice that it pays, is NOT accounted.Cannot Account for 农行5703 bank account's check number 289 because some Invo
ice that it pays, is NOT accounted.
Cannot Account for 农行0237 bank account's check number 292 because some Invo
ice that it pays, is NOT accounted.
Cannot Account for 建行2105 bank account's check number 470 because some Invo
ice that it pays, is NOT accounted.
.
+---------------------------------------------------------------------------+
End of log messages from FND_FILE
+---------------------------------------------------------------------------+
由日志文件可知,是由于该付款所对应的发票的accounting entries没有生成, 首先要做保证invoice的accounting entries生成,然后再尝试generate payment accounting entires. |
|