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

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 4324|回复: 2

加密相数据导入(APP: 错误:已存在此客户和金额的收款编号)

[复制链接]
发表于 2005/5/26 11:28:12 | 显示全部楼层 |阅读模式

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

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

x
TAR Number 4417705.995  Open Date01-MAY-05 09:09:22
Support Identifier 14036519  NameHu Wanjun
Severity 2  Last Update17-MAY-05 00:26:56
ProductOracle Receivables  Product Version  11.5.9
PlatformLinux x86  Detailed StatusHard Close
TAR Reference  15291764.6  BUG Referencen/a

Abstract

CANNOT IMPORT LOCKBOX DATA (AR)

ACTION PLAN
============
1)
I see that the 11 receipts shown (RECEIPT_NUMBER FS0504300001 to FS0504300010) all got impor
ted today.
Could you confirm this?

2) This means, the lockbox import in general is possible but it fails for the 15 receipts mentioned only. Is that correct?


3)
I'm a bit confused about AR_PAYMENTS_INTERFACE_ALL.
I would expect to see records with error code AR_PLB_DUP_PMT (Receipt number already exists for this
customer and amount) in there, but there are none.

Could you please re-check? Was your previous select statement run from the correct instance?

4)
What version of file arlvdp.lpc are you on?

5)
Please go to AR > Receipts > Batches > View > Find
> Enter Batch Type: "Manual Quick"
> Enter GL dates: 30-APR-05
> click: Find Button

Do you see the batch with the 15 receipts?

If s

6)
Please click "ost Quick Cash" button

7) Please upload me out-file and log-file of this request (ARCAPB)
[此贴子已经被作者于2005-5-26 12:09:08编辑过]

 楼主| 发表于 2005/5/26 12:03:24 | 显示全部楼层
如果没有“开速过帐实现”(Post Quick Cash)请参考如下文档
Doc ID: Note:1041058.6
Subject: UNPOSTED ITEMS REPORT SHOWS UNPOSTED QUICK CASH
Type: PROBLEM
Status: PUBLISHED
Content Type: TEXT/X-HTML
Creation Date: 13-JAN-1998
Last Revision Date: 06-JUN-2002



Problem Description:
===================
You have rows on the 'Unposted Items Report.'   The legend says that 'This
receipt is part of an unposted quick cash batch.' There are no quickcash
batches that show ready to import.

Problem Explanation:
===================
Receipts are showing on the 'Unposted Items Report'.
Message 'This receipt is part of an unposted quick cash batch'
is on the bottom of the page.  The credit column is blank.

There are no quick cash batches showing on the form, which is used to post
quick cash batches.

These records exist on the ar_interim_cash_receipts table.  There are no rows
on ar_cash_receipts for the same cash_receipt_id.  The batch_id of the receipts
is obtainable from ar_interim_cash_receipts.  The batch may have a
batch_applied_status of 'POST BATCH WAITING' and a status of 'OP', but not
always.

Use these scripts to look at the data:

Select cash_receipt_id,batch_id
From ar_interim_cash_receipts_all
Where receipt_number = &receiptnumber;

See if the cash_receipt_id exists on ar_cash_receipts;

Select cash_receipt_id
From ar_cash_receipts_all
Where cash_receipt_id = &cashrecid;

If it dosen't exist, then what probably happened is that the post quick cash
batch process abended.  See solution.

Solution Description:
====================
If the cash_receipt_id does not exist on AR_CASH_RECEIPTS_ALL, then the post
quick cash process probably abended.   You need to reset the request_id and the
operation_request_id to null for that batch_id;

Solution Explanation:
====================

Step 1.
-------

Obtain the batch_id from ar_interim_cash_receipts_all for this receipt_number.

Select batch_id,cash_receipt_id,receipt_number
From ar_interim_cash_receipts_all
Where gl_date between '01-MAR-98' and '31-MAR-98';

(use the date range for your GL period)

Select batch_id,batch_applied_status,status,operation_request_id
From ar_batches
Where batch_id =&batchid;

Step 2.
-------

If the batch_applied_status is not = 'POSTBATCH_WAITING'  
and the cash_receipt_id does not exist on ar_cash_receipts_all, then:  

Update ar_batches
Set request_id = null,
    batch_applied_status = 'POSTBATCH_WAITING',
    status = 'OP',
    operation_request_id = null
Where batch_id = &batch_id;
commit;

Step 3.
-------
Select your batch for Quick Cash Posting.

Step 4.
-------
Run your General Ledger Posting.




Search Words:
============
Post Quick Cash Unposted ARGLTP Unposted Receipt Receipts
failed terminated abended killed stopped postbatch post
batch interim lockbox
[此贴子已经被作者于2005-5-26 12:05:55编辑过]

 楼主| 发表于 2005/5/26 13:41:12 | 显示全部楼层
里面的Update SQL的AR_BATCHS为AR_BATCHS_ALL
[此贴子已经被作者于2005-5-26 13:42:59编辑过]

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

本版积分规则

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

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

GMT+8, 2025/11/29 02:43 , Processed in 0.020730 second(s), 14 queries , File On.

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

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