【Oracle EBS R12】第三章 Primary Ledger Overview(英文版)

Primary Ledger Overview

  • [1. Transaction Components](#1. Transaction Components)
      • [Transaction date](#Transaction date)
      • [Transaction Details](#Transaction Details)
      • [Transaction Amount](#Transaction Amount)
  • [2. Transaction date](#2. Transaction date)
      • [Year Type:](#Year Type:)
      • [Period Type:](#Period Type:)
  • [3. Transaction Details](#3. Transaction Details)
  • [4. Transaction Amount](#4. Transaction Amount)
  • [5. Summry](#5. Summry)
  • [6. Primary Ledger (PL)](#6. Primary Ledger (PL))

1. Transaction Components

To record an transaction Activities, below components are maditory.

Transaction date

Transaction Details

Transaction Amount

2. Transaction date

To record the transaction date, we need to set up the accounting calender in Oracle EBS.

before we set up the calendar, we must first consider what year type and period type we need to choose.

Year Type:

  • Fiscal Year (the start date and end date not in the same year,like:2024/4/1~2025/3/31)
  • Calendar Year (Like:2024/1/1~2024/12/12)

Period Type:

  • Monthly(Recommend)
  • Daily
  • Adjusting Period(Additional adjustment periods can be added by needs, so a year can be set to 13 or more periods.)

3. Transaction Details

we can record the transaction details by using the COA (Chart of Account.

Please refer to below picture for more details for COA structure.

4. Transaction Amount

To record the Transaction amount we need to enable the Oracle EBS currency.

All the currency are seeded in the application, So we can just enable it instead of creating a new currency.

Oracle EBS provided 3 types of Currency:

  • Functional/Local Currency (Like: RMB)
  • Foreign Currency (Like: USD, JPY)
  • STAT Currency (Like:EA,M3,Marks)

5. Summry

Before recording a transaction, we need to configure the system in advance.

If we want to record the transaction in GL(General Ledger) application, the set up for below 3Cs are manditory

3Cs

C alendar
C hart of Account (COA)
Currency

If we want to record the transaction in SubLedger applications (AP, AR, CM, FA, PO, OM, INV), one more extra set up is required Accounting Method. So we need to set up 4Cs in advance.

4Cs

C alendar
C hart of Account (COA)
C urrency

ACcounting Method (to define the accounting related rules, like how to debit/credit)

6. Primary Ledger (PL)

To grouping these 4Cs, we are using Primary Ledger.

Primary Ledger can be set up in General Ledger applications.

相关推荐
wgzrmlrm7414 分钟前
如何解决ORA-28040没有匹配的验证协议_sqlnet.ora版本兼容设置
jvm·数据库·python
一江寒逸14 分钟前
零基础从入门到精通MySQL(附加篇):面试八股文全集
数据库·mysql·面试
数厘20 分钟前
2.6MySQL库表操作指南(电商数据分析专用)
数据库·mysql·数据分析
需要点灵感21 分钟前
SQL Server 存储过程语法整理
数据库·sql
刘~浪地球23 分钟前
数据库与缓存--分库分表实战指南
网络·数据库·缓存
Mr_Xuhhh28 分钟前
深入Java多线程进阶:从锁策略到并发工具全解析
前端·数据库·python
数厘35 分钟前
2.5可视化工具与 MySQL 连接配置及基础操作
数据库·mysql
沃尔威武1 小时前
性能调优实战:从火焰图定位到SQL优化的全流程
android·数据库·sql
数厘1 小时前
2.7SQL 四大分类:理解与避坑
数据库·sql
亮子AI2 小时前
【PostgreSQL】推荐几个PostgreSQL管理工具
数据库·postgresql