04 2018 档案

职责菜单请求组查询
摘要:select fa.APPLICATION_ID 应用ID, fa.APPLICATION_SHORT_NAME 应用代码, fa.APPLICATION_NAME 应用名称, fr.RESPONSIBILITY_ID 职责ID, fr.RESPONSIBILITY_KEY 职责关键字, ... 阅读全文

posted @ 2018-04-28 13:18 lizicheng 阅读(143) 评论(0) 推荐(0)

个性化查询脚本
摘要:Select Ffcr.Function_Name, Ffcr.Description, Ffcr.Trigger_Event, Ffcr.Trigger_Object, Ffcr.Condition, Ffcr.Enabled, Ffca.Sequence, Decode(Ffca.... 阅读全文

posted @ 2018-04-28 13:17 lizicheng 阅读(181) 评论(0) 推荐(0)

ALTER TABLE
摘要:ALTER TABLE CUX_JBJT5_COA_MAPPING add remarks VARCHAR2(260);--增加字段 ALTER TABLE CUX_JBJT5_COA_MAPPING RENAME COLUMN remark TO remarks; --重命名字段 ALTER TA 阅读全文

posted @ 2018-04-28 11:36 lizicheng 阅读(718) 评论(0) 推荐(0)

采购至库存所经历的表
摘要:select * from PO_REQUISITIONS_INTERFACE_ALL;--请购接口表 select * from PO_REQUISITION_HEADERS_ALL;--请购单头信息 select * from PO_REQUISITION_LINES_ALL;--请购单行信息 select * from PO_REQ_DISTRIBUTIONS_ALL;--请购单分配信息 ... 阅读全文

posted @ 2018-04-27 15:01 lizicheng 阅读(539) 评论(0) 推荐(0)

资产类别弹性域查询
摘要:select * from fnd_id_flex_structures_vl t where t.APPLICATION_ID=140;--CATEGORY_FLEXFIELD select t.FLEX_VALUE_SET_ID,t.FORM_LEFT_PROMPT from fnd_id_flex_segments_vl t where t.ID_FLEX_CODE='CAT#'; sel... 阅读全文

posted @ 2018-04-25 17:34 lizicheng 阅读(171) 评论(0) 推荐(0)

追溯查询脚本
摘要:--按日记账头ID追溯子分类帐日记帐行(汇总) select t.ae_line_num, sum(t.accounted_dr) dr, sum(t.accounted_cr) cr from xla_ae_lines t where exists (select 1 from gl_import_references gir where gir.... 阅读全文

posted @ 2018-04-23 10:39 lizicheng 阅读(177) 评论(0) 推荐(0)

外币折换金额修改配置文件
摘要:日记帐:允许多种汇率 阅读全文

posted @ 2018-04-13 15:53 lizicheng 阅读(115) 评论(0) 推荐(0)

账簿与平衡段关联表
摘要:gl_ledger_norm_seg_vals 阅读全文

posted @ 2018-04-13 09:07 lizicheng 阅读(235) 评论(0) 推荐(0)

查询税则
摘要:--查询税则详细信息 select zr.service_type_code 税则分类, ZR.TAX_RULE_ID 税则ID, zr.tax_rule_code 税则代码, zr.tax_regime_code 税制, zr.tax 税, ... 阅读全文

posted @ 2018-04-09 15:42 lizicheng 阅读(461) 评论(0) 推荐(0)

税配置后台表
摘要:--税配置后台表 select * from zx_regimes_b;--税制 select * from zx_taxes_b;--税 select * from zx_rates_b;--税率 select * from zx_accounts;--纳税账户 select * from zx_jurisdictions_b--管辖区; select * from zx_status_b;-... 阅读全文

posted @ 2018-04-09 13:54 lizicheng 阅读(1332) 评论(0) 推荐(0)

Information Center
摘要:Information Center: Oracle E-Business Tax Release 12 (文档 ID 1336674.2) Information Center: Troubleshooting Oracle E-Business Tax Release 12 and later 阅读全文

posted @ 2018-04-03 22:54 lizicheng 阅读(262) 评论(0) 推荐(0)

查询纳税账户
摘要:select gcck.concatenated_segments 科目组合, -- xla_oa_functions_pkg.get_ccid_description(gcck.chart_of_accounts_id,gcck.code_combination_id) 科目组合描述, gl_flexfields_pkg.get_description_sql(gcck.chart_o... 阅读全文

posted @ 2018-04-03 22:39 lizicheng 阅读(678) 评论(1) 推荐(0)

2018年5月1日增值税税率调整后EBS调整方案
该文被密码保护。

posted @ 2018-04-03 14:56 lizicheng 阅读(3) 评论(0) 推荐(0)

组织架构查询脚本
摘要:select gl.ledger_id, gl.name ledger_name, substr(gl.name, 1, 4) com_num, xfiv.legal_entity_identifier legal_id, xfiv.name legal_name, hou.organization_id ou_id, -... 阅读全文

posted @ 2018-04-03 10:52 lizicheng 阅读(311) 评论(0) 推荐(0)

接口表
摘要: 阅读全文

posted @ 2018-04-02 13:13 lizicheng 阅读(220) 评论(0) 推荐(0)

API
摘要:ar_receipt_api_pub.apply 收款核销 ap_prepay_pkg.apply_prepay_line 预付款核销 ap_approval_pkg.approve 验证应付发票 阅读全文

posted @ 2018-04-02 10:27 lizicheng 阅读(357) 评论(0) 推荐(0)

查询并发请求
摘要:SELECT CP.USER_CONCURRENT_PROGRAM_NAME 程序, CP.ENABLED_FLAG 启用, CP.CONCURRENT_PROGRAM_NAME 简称, EF.EXECUTABLE_NAME 可执行, EF.EXECUTION_FILE_NAME 可执行文件, F.MEANING 执行方法, ... 阅读全文

posted @ 2018-04-02 10:06 lizicheng 阅读(211) 评论(0) 推荐(0)

查询物料PAC单位成本
摘要:select cpp.period_name 期间名称, ccga.organization_id 组织ID, ood.ORGANIZATION_CODE 组织代码, OOD.ORGANIZATION_NAME 组织名称, msib.inventory_item_id 物料ID, msib.segment1 物料编码, msib.description 物料名称, ... 阅读全文

posted @ 2018-04-02 09:43 lizicheng 阅读(1872) 评论(0) 推荐(0)

PAC后台表
摘要:ap_invoice_distributions_all cst_rcv_acq_costs cst_rcv_acq_cost_details cst_rcv_acq_costs_adj cst_rcv_acq_cost_details_adj cst_pac_item_costs cst_pac_ 阅读全文

posted @ 2018-04-02 09:19 lizicheng 阅读(1065) 评论(0) 推荐(0)

AR相关表
摘要:应收事务处理相关表SELECT * FROM ar.ar_batches_all; --事务处理批SELECT * FROM ar.ra_customer_trx_all; --应收事务头/发票头 SELECT * FROM ra.ra_customer_trx_lines_all; --应收事务行 阅读全文

posted @ 2018-04-02 09:11 lizicheng 阅读(385) 评论(0) 推荐(0)

创建用户并添加职责
摘要:--创建用户 begin fnd_user_pkg.CreateUser( 'S2018','','QWER1234'); commit; end; --批量添加职责 declare cursor c_c is select fa.APPLICATION_SHORT_NAME, fr.RESPONSIBILITY_NAME, fr.RESPONS... 阅读全文

posted @ 2018-04-02 09:04 lizicheng 阅读(178) 评论(0) 推荐(0)

修改用户密码
该文被密码保护。

posted @ 2018-04-02 09:02 lizicheng 阅读(137) 评论(0) 推荐(0)

查看用户密码
该文被密码保护。

posted @ 2018-04-02 09:01 lizicheng 阅读(210) 评论(0) 推荐(0)

OPM批次成本后台表
摘要:OPM成本更新流程: 1.跑实际成本处理 功能作用:计算成本 2.成本更新 功能作用:更新成本 3.OPM会计预处理程序->活动->提交流程 功能作用:是创建会计事件 4.创建会计科目(OPM财务管理系统) 功能作用:更新成本 1、成本更新 2、运行请求:实际成本处理流程;--计算成本 3、运行请求 阅读全文

posted @ 2018-04-02 08:12 lizicheng 阅读(2607) 评论(0) 推荐(0)

导航