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

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 4331|回复: 3

应收发票导入TAX求教

[复制链接]
发表于 2012/1/30 14:31:57 | 显示全部楼层 |阅读模式

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

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

x
我现在需要将在非ebs系统中操作的收入类单据,通过接口ra_interface_lines_all导入到ebs中生成AR发票,在line_type='LINE'的情况下已经可以正常导入成功,但是我还需要导入其中的税信息,也就是说我需要同时导入一行line_type = 'Line',另一行line_type = ‘TAX’的数据到ra_interface_lines_all接口表中,但是不知道怎么插入line_type = ‘TAX’的数据,各位有没有针对ra_interface_lines_all接口有line_type=‘TAX’的成功导入AR的数据实例数据供我参考啊,我插到接口表的tax的都不能导成功 ,很郁闷,很急切


发表于 2012/2/10 09:56:12 | 显示全部楼层
L_Line_Tax_Record := L_Ra_Interface_Lines;
   
      --l_Line_Record.Override_Auto_Accounting_Flag := 'N';
      SELECT Ra_Customer_Trx_Lines_S.Nextval INTO L_Line_Id FROM Dual;
      L_Line_Tax_Record.Interface_Line_Context    := G_Ra_Interface_Lines(i)
                                                     .Interface_Line_Context;
      L_Line_Tax_Record.Interface_Line_Attribute1 := 'TAX' || L_Line_Id;
      L_Line_Tax_Record.Interface_Line_Id         := L_Line_Id;
      L_Line_Tax_Record.Line_Type                 := 'TAX';
      L_Line_Tax_Record.Memo_Line_Id              := NULL;
      L_Line_Tax_Record.Tax_Rate_Code             := G_Ra_Interface_Lines(i)
                                                     .Tax_Code;
      L_Line_Tax_Record.Tax_Code                  := G_Ra_Interface_Lines(i)
                                                     .Tax_Code;
      --L_Ra_Interface_Lines.Description  := y.Description;
      L_Line_Tax_Record.Tax_Rate           := G_Ra_Interface_Lines(i)
                                              .Tax_Rate;
      L_Line_Tax_Record.Quantity           := NULL;
      L_Line_Tax_Record.Uom_Code           := NULL;
      L_Line_Tax_Record.Unit_Selling_Price := NULL;
   
      L_Line_Tax_Record.Amount := G_Ra_Interface_Lines(i).Amount - G_Ra_Interface_Lines(i)
                                  .Pay_Tax_Amount; --必需保留2位小数
   
      --将税行和事务处理行关联起来
      L_Line_Tax_Record.Link_To_Line_Id := L_Ra_Interface_Lines.Interface_Line_Id;
      /*
      L_Ra_Interface_Lines.Link_To_Line_Context    := '发票信息';
      L_Ra_Interface_Lines.Link_To_Line_Attribute2 := l_Line_Id;
      L_Ra_Interface_Lines.Link_To_Line_Attribute3 := '默认';*/
   
      INSERT INTO Ra_Interface_Lines_All VALUES L_Line_Tax_Record;
   
      Log_Msg(' L_Line_Dist_Tax_Record BEGIN');
      SELECT Ra_Cust_Trx_Line_Gl_Dist_S.Nextval
        INTO L_Distributions_Id
        FROM Dual;
      --Cux_Common_Conc_Pkg.Log_Msg('bbb' || l_Distributions_Id);
      L_Line_Dist_Tax_Record.Created_By                := Fnd_Global.User_Id;
      L_Line_Dist_Tax_Record.Creation_Date             := SYSDATE;
      L_Line_Dist_Tax_Record.Last_Updated_By           := Fnd_Global.User_Id;
      L_Line_Dist_Tax_Record.Last_Update_Date          := SYSDATE;
      L_Line_Dist_Tax_Record.Last_Update_Login         := Fnd_Global.Login_Id;
      L_Line_Dist_Tax_Record.Interface_Distribution_Id := L_Distributions_Id;
      L_Line_Dist_Tax_Record.Interface_Line_Id         := NULL;
      --cux_common_conc_pkg.Log_Msg('bbb'||l_line_id);
   
      --L_Line_Dist_Tax_Record.Interface_Line_Attribute2 := L_Line_Tax_Record.Interface_Line_Attribute2;
      --L_Line_Dist_Tax_Record.Interface_Line_Context    := '发票信息';
   
      L_Line_Dist_Tax_Record.Amount := G_Ra_Interface_Lines(i)
                                       .Amount - G_Ra_Interface_Lines(i)
                                       .Pay_Tax_Amount;
   
      L_Line_Dist_Tax_Record.Percent := 100;
      L_Line_Dist_Tax_Record.Org_Id  := G_Org_Id;
   
      L_Line_Dist_Tax_Record.Account_Class       := 'TAX';
      L_Line_Dist_Tax_Record.Code_Combination_Id := G_Ra_Interface_Lines(i)
                                                    .Tax_Account_Id;
      --l_distributions_record.interface_line_attribute2 := x.line_id ;
      --l_distributions_record.interface_line_attribute3 :=  '默认';
      --l_distributions_record.interface_line_context    := '发票信息';
      INSERT INTO Ra_Interface_Distributions_All
      VALUES L_Line_Dist_Tax_Record;



    L_Line_Tax_Record      Ra_Interface_Lines_All%ROWTYPE;
    L_Ra_Interface_Dist    Ra_Interface_Distributions_All%ROWTYPE;
    L_Line_Dist_Tax_Record Ra_Interface_Distributions_All%ROWTYPE;
发表于 2012/11/19 21:13:49 | 显示全部楼层
后面呢?
导成功了,共享出来看看
发表于 2013/6/23 19:00:50 | 显示全部楼层
我的好像也是有问题

11

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

本版积分规则

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

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

GMT+8, 2025/11/29 22:15 , Processed in 0.015492 second(s), 15 queries , File On.

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

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