Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1799191
  • 博文数量: 334
  • 博客积分: 11301
  • 博客等级: 上将
  • 技术积分: 3452
  • 用 户 组: 普通用户
  • 注册时间: 2006-10-18 10:19
个人简介

路虽弥,不行不至;事虽少,不做不成。

文章分类

全部博文(334)

文章存档

2013年(4)

2012年(19)

2011年(27)

2010年(71)

2009年(45)

2008年(15)

2007年(84)

2006年(69)

分类: Oracle

2010-05-06 15:52:59

AR due data is incorrect due to sales order terms is wrong(It should be 90 days,not be 30days).
 
SOB:323 SO#302151/302152
AR:705755/705756/705757/705758
 
Datafix:
 
update ar.ra_customer_trx_all
   set term_id = 1911
 where customer_trx_id = 2814919;
 
update ar.ra_customer_trx_all
   set term_id = 1911
 where customer_trx_id = 2814919;
 
update ar.ar_payment_schedules_all
   set term_id = 1911,
   due_date = trunc(sysdate + 71)
 where customer_trx_id = 2814920;

update ar.ra_customer_trx_all
   set term_id = 1911
 where customer_trx_id = 2814920;
 
update ar.ar_payment_schedules_all
   set term_id = 1911,
   due_date = trunc(sysdate + 71)
 where customer_trx_id = 2814921;

update ar.ra_customer_trx_all
   set term_id = 1911
 where customer_trx_id = 2814921;
 
update ar.ar_payment_schedules_all
   set term_id = 1911,
   due_date = trunc(sysdate + 71)
 where customer_trx_id = 2814930;

update ar.ra_customer_trx_all
   set term_id = 1911
 where customer_trx_id = 2814930;
阅读(1401) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~