随笔分类 -  EBS

EBS
摘要:1、需要在Sysadmin账号下設置安全性權限 阅读全文
posted @ 2024-04-08 16:22 Iven_lin 阅读(57) 评论(0) 推荐(0) 编辑
摘要:查询知道供应商地址ID:1738, 物料ID:493322 ,库存组织:124 ,事务类型:74 1、物权转移与冲减数量 select sum(a.transaction_quantity) - 36208 mmt_qty, sum(b.net_qty) net_qty from (select m 阅读全文
posted @ 2024-04-08 14:10 Iven_lin 阅读(54) 评论(0) 推荐(0) 编辑
摘要:程序头 create or replace package cux_po_mould_std_order_pub is /* copyright (c) ibm global business services allrights reserved * * program name: * cux_p 阅读全文
posted @ 2024-04-08 13:59 Iven_lin 阅读(132) 评论(0) 推荐(0) 编辑
摘要:程序包头 create or replace package cux_ws_scs_op_pba_pub is /* * * PROGRAM NAME: * cux_ws_op_vendor_scs_pub * DESCRIPTION: * * 接口2:SCS回传PBA给EBS * HISTORY: 阅读全文
posted @ 2024-04-08 11:52 Iven_lin 阅读(120) 评论(0) 推荐(0) 编辑
摘要:1、该API是官方内部使用未放开的API,只需要把数据写入到 po_headers_interface,po_lines_interface 接口中 2、由于没有把数据写入到:po_distributions_interface 接口因此最好创建 分配行的触发器(获取CCID)的校验 CREATE 阅读全文
posted @ 2024-04-08 11:33 Iven_lin 阅读(369) 评论(0) 推荐(0) 编辑
摘要:采用接口的方式,使用场景是批量处理,但对即时性要求高的与外部系统对接,不适合采用接口,适合采用API的方式 程序包头: CREATE OR REPLACE PACKAGE CUX_PO_DOC_IMP_PKG IS /* $Header: CUXPOIMPS.pls 120.1 2012/02/18 阅读全文
posted @ 2024-04-08 08:50 Iven_lin 阅读(49) 评论(0) 推荐(0) 编辑
摘要:程序包头: CREATE OR REPLACE PACKAGE cux_fnd_web_sec IS FUNCTION get_user_pass(p_fnd_user IN VARCHAR2, p_guest_login IN VARCHAR2 DEFAULT 'GUEST/ORACLE') RE 阅读全文
posted @ 2024-04-07 16:42 Iven_lin 阅读(106) 评论(0) 推荐(0) 编辑
摘要:declare v_itemtype varchar2(30) := 'TPLEAVE'; --Item Type Internal Nam v_process varchar2(30) := 'DEFAULT_PROCESS'; --Process Name v_itemkey varchar2( 阅读全文
posted @ 2024-04-07 16:38 Iven_lin 阅读(65) 评论(0) 推荐(0) 编辑
摘要:select gb.period_year 会计年度, gb.period_name 会计期间, gcck.concatenated_segments 科目代码, gl_flexfields_pkg.get_description_sql(gcck.chart_of_accounts_id, '', 阅读全文
posted @ 2024-04-07 16:35 Iven_lin 阅读(94) 评论(0) 推荐(0) 编辑
摘要:查询请购单的状态 select * from po_requisition_headers_all por where por.requisition_header_id = 63578; 修改请购单状态为未提交审批 update po_requisition_headers_all porh se 阅读全文
posted @ 2024-04-07 16:31 Iven_lin 阅读(63) 评论(0) 推荐(0) 编辑
摘要:procedure prc_do_import_request(prm_org in number, prm_appcode out number, prm_appmsg out varchar2) is custom_exception exception; success boolean; v_ 阅读全文
posted @ 2024-04-07 16:29 Iven_lin 阅读(82) 评论(0) 推荐(0) 编辑
摘要:declare l_org_information3 varchar2(150); --帐套id l_company_desc varchar2(150); --公司中文描述 begin select o3.org_information3, o3.attribute3 into l_org_inf 阅读全文
posted @ 2024-04-07 16:26 Iven_lin 阅读(50) 评论(0) 推荐(0) 编辑
摘要:select * from gl_ledgers; 阅读全文
posted @ 2024-04-07 16:21 Iven_lin 阅读(16) 评论(0) 推荐(0) 编辑
摘要:Demo declare l_local_currency_code varchar2(15); --本位币 begin select gsob.currency_code into l_local_currency_code from gl_sets_of_books gsob, hr_opera 阅读全文
posted @ 2024-04-07 16:19 Iven_lin 阅读(36) 评论(0) 推荐(0) 编辑
摘要:概述与背景 某些并发程序,在高并发的情况下,必须控制好并发请求的运行时间和次序,来保证处理数据的正确性和完整性。对于并发请求的并发控制,EBS系统可以通过Concurrent Program定义界面的Incompatibilities功能配置实现。但是Incompatibilities功能存在其局限 阅读全文
posted @ 2024-04-07 09:06 Iven_lin 阅读(266) 评论(0) 推荐(0) 编辑
摘要:--初始化环境变量 begin mo_global.set_policy_context('M',82); mo_global.init('PO');end; --查询 1、物权转移与冲减数量 select sum(a.transaction_quantity) -36208 mmt_qty, su 阅读全文
posted @ 2024-04-02 08:33 Iven_lin 阅读(108) 评论(0) 推荐(0) 编辑
摘要:--核销 SELECT hou.NAME org_name, rct.trx_number, rct.trx_date, hca.account_number customer, hpt.party_name customer_name, 'ARD' source_table, ard.line_i 阅读全文
posted @ 2024-03-20 09:02 Iven_lin 阅读(29) 评论(0) 推荐(0) 编辑
摘要:DECLARE l_rowid ROWID; cursor cur is select pvs.SEGMENT1 vendor_code, pvs.VENDOR_NAME from po_vendors pvs where not exists (select 1 from fnd_lookup_v 阅读全文
posted @ 2024-03-20 09:00 Iven_lin 阅读(42) 评论(0) 推荐(0) 编辑
摘要:select fpg.applications_system_name, fpg.release_name, fpg.aru_release_name from fnd_product_groups fpg; 阅读全文
posted @ 2024-03-20 08:58 Iven_lin 阅读(22) 评论(0) 推荐(0) 编辑
摘要:select u.user_name, app.application_short_name, fat.application_name, fr.responsibility_key, frt.responsibility_name, fff.function_name, fft.user_func 阅读全文
posted @ 2024-03-20 08:54 Iven_lin 阅读(43) 评论(0) 推荐(0) 编辑

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