上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 20 下一页
摘要: mv /usr/bin/python_old /usr/bin/python_new 阅读全文
posted @ 2021-03-11 11:41 shu'sblog 阅读(94) 评论(0) 推荐(0)
摘要: D Forms Error Messages https://docs.oracle.com/middleware/1221/formsandreports/deploy-forms/appd.htm#FSDEP757 FRM-10200: Illegal function in this cont 阅读全文
posted @ 2021-03-10 15:27 shu'sblog 阅读(2912) 评论(0) 推荐(0)
摘要: 1.杂收入库一笔,数量10, Mtl_Onhand_Quantities_Detail表中会新增一笔数据。 create_Transaction_Id,Update_Transaction_Id , Quantities 1202360 1202360 10 2.杂发出库一笔,数量2, create 阅读全文
posted @ 2021-03-09 09:13 shu'sblog 阅读(382) 评论(0) 推荐(0)
摘要: 是因为: fnd_standard.set_who 被注销掉。 或者是类似:do_key('COMMIT_FORM') 这样的提交代码位置不对所引起。 参考处理办法: Set_Block_Property('CUXTRAN_L', Update_Allowed, Property_On); App_ 阅读全文
posted @ 2021-03-09 09:01 shu'sblog 阅读(303) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-03-07 11:52 shu'sblog 阅读(44) 评论(0) 推荐(0)
摘要: ifconfig 查看现在的网卡名称 在公司的局域网 用侨联 如果是本机 可用host 指定IP: ifconfig 查看的网卡名 192.168.55.1 阅读全文
posted @ 2021-03-04 17:16 shu'sblog 阅读(71) 评论(0) 推荐(0)
摘要: Oracle ebs 常用标准表call fnd_global.APPS_INITIALIZE(1318,50583,401) select fnd_profile.VALUE('ORG_ID') FROM DUAL select * from hr_operating_units hou wher 阅读全文
posted @ 2021-03-03 11:29 shu'sblog 阅读(6092) 评论(0) 推荐(0)
摘要: 本文来源:https://blog.csdn.net/zhanzhib/article/details/42147753 经常需要修改的触发器: ACCEPT APP_STANDARD.EVENT(‘ACCEPT’); 这个触发器处理菜单或工具条上调用Save and Proceed (保存并继续) 阅读全文
posted @ 2021-03-03 10:43 shu'sblog 阅读(865) 评论(0) 推荐(0)
摘要: 来源:https://www.cnblogs.com/101key/p/6433440.html 1.查看总消耗时间最多的前10条SQL语句 select * from (select v.sql_id, v.child_number, v.sql_text, v.elapsed_time, v.c 阅读全文
posted @ 2021-02-24 09:21 shu'sblog 阅读(691) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-02-23 14:35 shu'sblog 阅读(24) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 20 下一页