2018年4月9日

查询税则

摘要: --查询税则详细信息 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 阅读(455) 评论(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 阅读(1320) 评论(0) 推荐(0)

2018年4月3日

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 阅读(675) 评论(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 阅读(308) 评论(0) 推荐(0)

2018年4月2日

接口表

摘要: 阅读全文

posted @ 2018-04-02 13:13 lizicheng 阅读(219) 评论(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 阅读(353) 评论(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 阅读(208) 评论(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 阅读(1864) 评论(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 阅读(1059) 评论(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 阅读(379) 评论(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 阅读(174) 评论(0) 推荐(0)

修改用户密码

该文被密码保护。 阅读全文

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

查看用户密码

该文被密码保护。 阅读全文

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

导航