上一页 1 2 3 4 5 6 7 ··· 14 下一页
摘要: EBS采购收货保存时,出现错误‘The quantity has not been converted from @@@ to Each, since the UOM conversion is not avaialable for this combination.’, 如下图 遇到这种情况是因为 阅读全文
posted @ 2024-07-02 09:05 Iven_lin 阅读(157) 评论(0) 推荐(0)
摘要: 1、关于采购模块采购接收的标准请求 接收事务处理处理器 以下兼容性:会导致程序多执行5秒钟 2、提交的时间 与 真正执行的时间 存在5秒左右的差距 3、去掉亚太本地化请求 结果:提交请求的时间跟执行的时间一致 阅读全文
posted @ 2024-07-02 08:53 Iven_lin 阅读(148) 评论(0) 推荐(0)
摘要: Demo select * from org_organization_definitions org where org.ORGANIZATION_CODE in (select regexp_substr(replace(字符参数, ',', ','), '[^,]+', 1, rownum) 阅读全文
posted @ 2024-05-31 08:32 Iven_lin 阅读(61) 评论(0) 推荐(0)
摘要: 1、出现可保留量数量为0或者不不相等的情况 2、查看子库状态的生效状态 3、从新跑请求:保留接口管理器 4、最后可用量就出来了 阅读全文
posted @ 2024-05-15 08:52 Iven_lin 阅读(229) 评论(0) 推荐(0)
摘要: EBS 可保留量(Quantity Available To Reserve) 异常 销售挑库因为可保留量不足失败: 库存管理下检查现有量,现有量正常,但是处理和可保留存在占用。 查询待定事务处理和相关接口表,未发现待定数据。(tmp和interface)检查批次失效时间(R12.0 BUG):物料 阅读全文
posted @ 2024-05-15 08:40 Iven_lin 阅读(250) 评论(0) 推荐(0)
摘要: declare l_iface_rec ap_invoices_interface%ROWTYPE; l_iface_lines_rec ap_invoice_lines_interface%ROWTYPE; l_org_id NUMBER; v_gdts number; l_vendor_id n 阅读全文
posted @ 2024-04-26 11:09 Iven_lin 阅读(433) 评论(0) 推荐(0)
摘要: PROCEDURE create_invoices( x_return_status OUT NOCOPY VARCHAR2 ,x_msg_count OUT NOCOPY NUMBER ,x_msg_data OUT NOCOPY VARCHAR2 ,p_attribute10 IN VARCHA 阅读全文
posted @ 2024-04-26 11:08 Iven_lin 阅读(230) 评论(0) 推荐(0)
摘要: Job status update 1. Job的几种状态 unreleased --未核发 released--已核发 complete --完成 complete no charges--完成不计费 on hold --保留 cancelled--取消 closed--关闭 2. 开立工单可以给 阅读全文
posted @ 2024-04-12 17:55 Iven_lin 阅读(454) 评论(0) 推荐(0)
摘要: 一、简介 1. API调用的6个参数 2. 处理后错误信息的处理 3. API成功与否的判断依据 4. API和Interface的区别和优点 二. 具体分析 1、API调用的6个参数 2. 处理后错误信息的处理 IF (fnd_msg_pub.count_msg > 0) THEN l_error 阅读全文
posted @ 2024-04-12 17:42 Iven_lin 阅读(59) 评论(0) 推荐(0)
摘要: CREATE OR REPLACE PACKAGE BODY OADBA.db_global IS --設定參數值 PROCEDURE set_value (parameter VARCHAR2, val VARCHAR2) IS BEGIN DBMS_SESSION.set_context ('d 阅读全文
posted @ 2024-04-12 08:52 Iven_lin 阅读(52) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 14 下一页