随笔分类 -  ebs二次开发form

摘要:(35条消息) EBS开发_fnd_message使用_蜗牛先生快跑的博客-CSDN博客 Cux_Cap_Util_Pkg.Error_Log(p_Function_Name => 'CUX_FSSC_SOURCE_CHANGE_TRG', p_Error_Message => Substr(SQL 阅读全文
posted @ 2021-09-27 08:58 shu'sblog 阅读(725) 评论(0) 推荐(0) 编辑
摘要:Oracle 异常详解(exception) 来源:(33条消息) Oracle 异常详解(exception)_鱼丸丶粗面-CSDN博客 鱼丸丶粗面 2018-10-08 23:03:23 2949 收藏 14分类专栏: Oracle PL/SQL 文章标签: Oracle 异常 exceptio 阅读全文
posted @ 2021-09-17 11:18 shu'sblog 阅读(3740) 评论(0) 推荐(0) 编辑
摘要:procedure check_interface(errbuf OUT VARCHAR2, retcode OUT VARCHAR2) is cursor c1 is select ji.rowid row_id,ji.* from jw_po_imes_erp_interface ji wher 阅读全文
posted @ 2021-09-16 15:29 shu'sblog 阅读(119) 评论(0) 推荐(0) 编辑
摘要:Form Trigger Sequence Demo Form_田攀的日志-CSDN博客 田攀 2012-12-31 12:31:33 2587 收藏版权Form Trigger太多太庞杂,新手往往很难上手,加上一些Trigger有点偏门,用的比较少,真到想用的时候,又不知道从哪下手。 所以之前就有 阅读全文
posted @ 2021-08-31 16:31 shu'sblog 阅读(42) 评论(0) 推荐(0) 编辑
摘要:OA Framework - How to Find the Correct Version of JDeveloper to Use with E-Business Suite 11i or Release 12.x (Doc ID 416708.1) APPLIES TO: Oracle App 阅读全文
posted @ 2021-07-13 09:56 shu'sblog 阅读(146) 评论(0) 推荐(0) 编辑
摘要:oracle发送HTTP请求参考例子 来源:(21条消息) oracle发送HTTP请求参考例子_张林旺的专栏-CSDN博客 wang big big 2016-07-20 13:43:33 2691 收藏分类专栏: oracle java 文章标签: oracle http请求版权// oracl 阅读全文
posted @ 2021-07-05 09:30 shu'sblog 阅读(829) 评论(0) 推荐(0) 编辑
摘要:如何使用Oracle FND_LOAD工具在不同Instance间同步数据(Example) FNDLOAD是Oracle官方提供数据同步工具(Data Synchronization),一般情况下,我们通过FNDLOAD工具把DEV Instance的客户化AOL数据下载到一个文本文件中,然后同样 阅读全文
posted @ 2021-06-09 17:28 shu'sblog 阅读(313) 评论(0) 推荐(0) 编辑
摘要:Oracle EBS 基于Host(主机文件)并发程序的开发_月下狼~图腾~-CSDN博客 zhangzhongjie 2013-07-10 16:29:17 413 收藏 1分类专栏: linux EBS Concurrent Request 文章标签: 数据库 shell版权工程师小C的小店我也 阅读全文
posted @ 2021-05-12 09:47 shu'sblog 阅读(274) 评论(0) 推荐(0) 编辑
摘要:EBS API及接口 转载 模块应用场景类型API/接口 AP 付款核销 API ap_pay_invoice_pkg.ap_pay_invoice AP 应付发票审批 API ap_approval_pkg.approval AP 预付款核销 API ap_prepay_pkg.apply_pre 阅读全文
posted @ 2021-05-06 16:17 shu'sblog 阅读(3214) 评论(0) 推荐(0) 编辑
摘要:oracle\EBS\常用表\视图\会计分录\mtl_serial_numbers\总账 _all: 基表,保存多组织数据,里面有一个Org_Id字段,一般不直接出现在我们的DML中 去掉_all的视图: 根据用户环境过滤掉组织,相当于普通的基表,我们直接使用它,就当它是基表 _v: 视图,给For 阅读全文
posted @ 2021-04-30 10:22 shu'sblog 阅读(709) 评论(0) 推荐(0) 编辑
摘要:LOOKUP_TYPELOOKUP_CODEMEANING SERIAL_NUM_STATUS 1 Defined but not used SERIAL_NUM_STATUS 3 Resides in stores SERIAL_NUM_STATUS 4 Issued out of stores 阅读全文
posted @ 2021-04-30 10:19 shu'sblog 阅读(201) 评论(0) 推荐(0) 编辑
摘要:本文来源:https://wenku.baidu.com/view/d4121133580216fc700afd98?fr=uc 阅读全文
posted @ 2021-03-16 14:47 shu'sblog 阅读(92) 评论(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 阅读(2689) 评论(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 阅读(5182) 评论(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 阅读(752) 评论(0) 推荐(0) 编辑
摘要:Oracle EBS Form调用JavaBean前期配置 AlanChen 2018-07-23 18:02:27 945 收藏 分类专栏: Oracel Developer 版权 https://blog.csdn.net/chenxianping/article/details/8117091 阅读全文
posted @ 2021-02-08 14:46 shu'sblog 阅读(310) 评论(0) 推荐(0) 编辑
摘要:来源:https://www.cnblogs.com/isaboy/p/EBS_FROM.html 最近有个项目,需要研究一下Oracle的E-Business Sutie(EBS),对于以前没接触此套件的我来说,简直太痛苦了。在网上找了一堆资料,试着进行Form二次开发,也遇到各类奇葩问题。目前遇 阅读全文
posted @ 2021-02-08 14:30 shu'sblog 阅读(484) 评论(0) 推荐(0) 编辑
摘要:作者:Wilfred van der Deijl https://www.oracle.com/technetwork/cn/topics/wilfred-adf-forms-096013-zhs.html 了解使用 Oracle ADF 组件扩展现有 Forms 应用程序的方法。 2007 年 6 阅读全文
posted @ 2021-02-08 11:21 shu'sblog 阅读(180) 评论(0) 推荐(0) 编辑
摘要:Oracle EBS开发习惯 rfb0204421 2012-09-05 11:14:58 2137 收藏 分类专栏: FORM 文章标签: oracle workflow exception date report basic 近几年有幸参与了一些大开发项目的项目管理和监督工作,发现很多开发人员对 阅读全文
posted @ 2021-02-05 14:39 shu'sblog 阅读(117) 评论(0) 推荐(0) 编辑
摘要:支持MOAC功能的Form开发步骤 rfb0204421 2013-07-12 10:01:36 3462 收藏 1 分类专栏: FORM 注意:设置好安全性配置文件后,一定要跑一个请求:维护安全性清单(在hr管理) 在R12版本中,OU的控制采取了MOAC的方式,使用户的操作得到了改善。而如果客户 阅读全文
posted @ 2021-02-05 14:25 shu'sblog 阅读(88) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示