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 阅读(132) 评论(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 阅读(170) 评论(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 阅读(699) 评论(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 阅读(516) 评论(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 阅读(163) 评论(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 阅读(165) 评论(0) 推荐(0) 编辑

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

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

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

posted @ 2018-04-13 09:07 lizicheng 阅读(218) 评论(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 阅读(424) 评论(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 阅读(1216) 评论(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 阅读(235) 评论(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 阅读(637) 评论(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 阅读(289) 评论(0) 推荐(0) 编辑

接口表
摘要: 阅读全文

posted @ 2018-04-02 13:13 lizicheng 阅读(182) 评论(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 阅读(317) 评论(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 阅读(200) 评论(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 阅读(1809) 评论(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 阅读(1005) 评论(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 阅读(338) 评论(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 阅读(163) 评论(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 阅读(2494) 评论(0) 推荐(0) 编辑

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