【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.

相关推荐
这孩子叫逆1 分钟前
6. 什么是MySQL的事务?如何在Java中使用Connection接口管理事务?
数据库·mysql
Karoku0665 分钟前
【网站架构部署与优化】web服务与http协议
linux·运维·服务器·数据库·http·架构
码农郁郁久居人下31 分钟前
Redis的配置与优化
数据库·redis·缓存
MuseLss2 小时前
Mycat搭建分库分表
数据库·mycat
Hsu_kk2 小时前
Redis 主从复制配置教程
数据库·redis·缓存
DieSnowK2 小时前
[Redis][环境配置]详细讲解
数据库·redis·分布式·缓存·环境配置·新手向·详细讲解
程序猿小D2 小时前
第二百三十五节 JPA教程 - JPA Lob列示例
java·数据库·windows·oracle·jdk·jpa
Flerken1012 小时前
数据库语言、SQL语言、数据库系统提供的两种语言
数据库·sql·oracle
掘根2 小时前
【网络】高级IO——poll版本TCP服务器
网络·数据库·sql·网络协议·tcp/ip·mysql·网络安全
消失在人海中2 小时前
oracle 表的外键
数据库·oracle