Oracle EBS SLA 详解(转)

SLA概述

         SLA :子分类账(Subledger Accounting),这个在R12中大力宣扬的内容,我们通常的认为总账就是对Journal的汇总,但是在实际的操作中我们会发现,对于Sub system过来的Journal,并不能单纯的以一种逻辑进行汇总,比如 AP传入到GLrequest,虽然有丰富的选项用来进行汇总,但是对于是否要汇总Detail Journal,财务人员的思考角度跟我们是不一样的 ,并不能这样简单的Summary,针对不同的Invoice,可能期望得到的Journal样子不太一样.因此,就需要SLA这个新的模块进来对这些特殊性质的Journal进行处理.其实这个模块也不是R12所特有的,11i下面,我们就可以看见有些Form, DB object是以 XLA开头的,其实就是 Subledger Accounting

SLA设置

SLA常用表介绍

    在SLA中技术方面最常用的就是日记账来源追溯,在追溯的过程中从GLSLA11i差别不大,都是通过gl_import_references表来进行,该表的je_batch_idje_header_idje_line_num是和GL关联,该表字段gl_sl_link_id是和SLA中的行表(XLA_AE_LINES)关联,在SLA中重要的几张表如下:

XLA_EVENTS:

The XLA_EVENTS table record all information related to a specific event. This table is created as a type XLA_ARRAY_EVENT_TYPE.

XLA_TRANSACTION_ENTITIES:

The table XLA_TRANSACTION_ENTITIES contains information about sub-ledger document or transactions.

XLA_AE_HEADERS:

The XLA_AE_HEADERS table stores Subledger Journal entries. There is a one-to-many relationship between accounting events and journal entry headers.

XLA_AE_LINES:

The XLA_AE_LINES table stores the Subledger Journal entry lines. There is a one-to-many relationship between Subledger Journal entry headers and Subledger Journal entry lines.

XLA_DISTRIBUTION_LINKS:

The XLA_DISTRIBUTION_LINKS table stores the link between transactions and Subledger Journal entry lines.

SLA与各子模块之间的关联设置

    上面提到的gl_import_references.gl_sl_link_id字段就是和xla_ae_lines.gl_sl_link_id字段关联,在这些表中和子模块关联的字段在xla_transaction_entities中,该表中有如下形式的字段:

 

源表关联字段

source_id_int_num

source_id_char_num

(这两个字段是用来源模块关联,该字段设置在各个子模块中)

路径:

Setup>Accounting Setup>Subledger Accounting Setup>Accounting Methods Builder>Events>Event Model

(设置—>会计科目设置—>子分类账会计设置—>会计方法生成器—>事件—>事件模型)

(注:各子模块的路径稍有不同,大致如上)

下面就以AR模块为例展示如下:

http://dl2.iteye.com/upload/attachment/0091/3252/5b959abf-997b-3395-b998-52edb5724da4.png

该界面的Entity Code[实体代码]对应xla_transaction_entities表中的ENTITY_CODE字段,每个来源就标示了该子分类账是哪个模块产生的。点击Identifiers[标示]进入如下界面:该界面中的Entity Table Column[实体表列字段]是子模块相关源表的字段,Identifier Column[标示列]就是SLAxla_transaction_entities表的列,SLA和各子模块的联系就是通过该界面的设置来完成的。

http://dl2.iteye.com/upload/attachment/0091/3254/c2c1f0ed-a343-31c4-b0d5-81742c24a674.png

安全性控制字段

security_id_int_num

security_id_char_num

这两个字段是用来进行安全验证,数据屏蔽使用的,xla_transaction_entities是有VPD验证的表,各个模块使用的策略函数是通过如下界面来设置的:

路径:Setup>Accounting Setup>Subledger Accounting Setup>Subledger application

(设置>会计科目设置>子分类账会计设置>子分类账应用产品)

( 注:各子模块的路径稍有不同,大致如上 )

http://dl2.iteye.com/upload/attachment/0091/3256/bb26fb12-796a-3a90-a4ee-ee12151b4b25.png

SLA与各子模块之间ER

1. SLA AP_INVOICE

http://dl2.iteye.com/upload/attachment/0091/3258/f166843c-aab2-3646-bc83-0d70108694fb.png

2. SLAAP_PAYMENT

http://dl2.iteye.com/upload/attachment/0091/3260/35227eed-4f76-372f-a949-6d0bdd7a8fff.png

3. SLAAR_TRANSACTIONS

http://dl2.iteye.com/upload/attachment/0091/3262/32fefad0-765d-3417-8f6d-42679618dc5f.png

4. SLAAR_RECEIPTS

http://dl2.iteye.com/upload/attachment/0091/3264/e9a875b7-94c5-30a2-9cb3-62b4cb7c81cf.png

5. SLAAR_ADJUSTMENT

http://dl2.iteye.com/upload/attachment/0091/3266/cef7eae2-26d2-3211-8915-7cf88c0155c5.png

6. SLAFA_TRANSACTIONS

http://dl2.iteye.com/upload/attachment/0091/3268/821509c4-f343-39bd-a9ef-babf70ebfcff.png

7. SLAFA_DEPRECIATION

http://dl2.iteye.com/upload/attachment/0091/3270/f4d60783-4f15-33a7-a945-0257182ce385.png

8. SLAPA_REVENUE

http://dl2.iteye.com/upload/attachment/0091/3272/2a251de9-9929-3030-b882-283558995c8f.png

9. SLAPA_EXPENDITURES

http://dl2.iteye.com/upload/attachment/0091/3274/3b43ea07-bddd-37c7-8a7d-3b3abe28caf9.png

10. SLAPO_RECEIVE

http://dl2.iteye.com/upload/attachment/0091/3278/1422af02-0d3e-3f07-97da-9be91d372c2f.png

11. SLAINV_TRANSACTIONS

http://dl2.iteye.com/upload/attachment/0091/3280/8f3cf391-2467-3df3-81f2-d90c99105ff6.png

12. SLAWIP_TRANSACTIONS

http://dl2.iteye.com/upload/attachment/0091/3282/8797310a-d445-39e1-ae46-cb4c3bd667e1.png



















  • 2
    点赞
  • 11
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值