secondary ledger implementation in oracle r12

69
Tales from the Battle Front: How a Secondary Ledger was implemented against all odds Prithis Das Dynamique Solutions LLC NCOAUG | March 12, 2015

Upload: prithis-das

Post on 18-Jul-2015

331 views

Category:

Software


12 download

TRANSCRIPT

Page 1: Secondary Ledger implementation in Oracle R12

Tales from the Battle Front:

How a Secondary Ledger was

implemented against all odds

Prithis Das – Dynamique Solutions LLC

NCOAUG | March 12, 2015

Page 2: Secondary Ledger implementation in Oracle R12

Presenter’s background - Prithis Das

• In the Oracle EBS arena since 1997

• Over 22 years of business process improvement experience

• Consulting experience with Big 5 and other major organizations

• Oracle Certified Specialist in General Ledger

• Chartered Accountant and Management Accountant from India

• Authored and presented papers on Subledger Accounting, Web ADI, Reports Manager at several OAUG and local events

• Currently on a major R12 enhancement assignment

• Contact:

• Cell: +1.630.3649457

• Email: [email protected]

• Linked In: www.linkedin.com/in/prithisdas/

• Web: www.dynamique.us

Dynamique Solutions LLC

Page 3: Secondary Ledger implementation in Oracle R12

AGENDA

Page 4: Secondary Ledger implementation in Oracle R12

Agenda

• Case Study background

• Business Requirements for a Secondary (Cash Basis) Ledger

• Solution Overview for Secondary Ledger

• Secondary Ledger Setup

• Challenges encountered and unique situations

• Accounting Calendar issue

• Accounting Adjustments for External systems posting into Oracle

• Receivables

• Payables

• Prepayments

• Fixed Assets solution for Secondary Ledger

• Other implementation considerations

Dynamique Solutions LLC

Page 5: Secondary Ledger implementation in Oracle R12

CASE STUDY BACKGROUND

Page 6: Secondary Ledger implementation in Oracle R12

Case Study Background

• 120 + year old Engineering company• Preferred consultants for major power utilities across the world

• Revenues from large consulting projects

• Oracle Applications customer since 1997• General Ledger, Receivables, Payables, Purchasing, HR, Assets

• Projects is maintained on a custom-developed Projects system with interfaces to EBS

• Currently on 12.1.3

• Significant number of legacy systems with interfaces with Oracle EBS

• Single Ledger• Accrual basis

• Need to maintain Cash-basis books

• Cash-basis financial statements maintained on spreadsheets

• Several interfaces post directly into General Ledger, skipping Subledgers

Dynamique Solutions LLC

Page 7: Secondary Ledger implementation in Oracle R12

BUSINESS REQUIREMENTSFor Secondary (Cash Basis) Ledger

Page 8: Secondary Ledger implementation in Oracle R12

Business Requirements

• Secondary Ledger with Cash Basis accounting method

• Cash transactions should be posted automatically into Secondary Ledger

• Common Chart of Accounts, Calendar

• Accounting Adjustments for External systems posting directly into GL

• Secondary Ledger needs only 2 segments

• Balancing segment (Company)

• Natural Account segment

• Other segments can be populated with a dummy “999…” value

• Fixed Assets to post into Cash Basis Ledger for all transactions

• Not standard Cash Basis functionality in Oracle

• Prepayments must be accounted to expense accounts when they are paid

Dynamique Solutions LLC

Page 9: Secondary Ledger implementation in Oracle R12

SOLUTION OVERVIEWFor Secondary (Cash Basis) Ledger

Page 10: Secondary Ledger implementation in Oracle R12

Solution Overview

Business Requirement Solution

Cash transactions should be posted

automatically into Secondary Ledger

Secondary Ledger with Cash Basis as the Accounting Method

- Seeded Cash Basis accounting method as a starting point

Common Chart of Accounts, Calendar Setup Secondary Ledger with the same COA, Calendar

Accounting Adjustments for Legacy

systems posting directly into Oracle GL

Account Derivation Rules for Secondary Ledger

Secondary Ledger needs only 2

segments

ADRs with Rules for Balancing and Natural Account segments

Remaining segments deriving constant “dummy” values

Cross Validation Rules adjusted to accommodate new CCIDs

with “dummy” values

Fixed Assets to post into Cash Basis

Ledger

New Tax Book linked to Secondary (Cash Basis) Ledger

GL Posting allowed to Secondary Ledger

Prepayments must be accounted to

expense accounts when they are paid

Custom Account Derivation Rules

Disabling of some standard functionality to use custom

solution

Dynamique Solutions LLC

Page 11: Secondary Ledger implementation in Oracle R12

SECONDARY LEDGER SETUP

Page 12: Secondary Ledger implementation in Oracle R12

Secondary Ledger Setup

• Accounting Setup Manager

Dynamique Solutions LLC

Page 13: Secondary Ledger implementation in Oracle R12

Secondary Ledger Setup

Dynamique Solutions LLC

Page 14: Secondary Ledger implementation in Oracle R12

Secondary Ledger Setup

Dynamique Solutions LLC

Page 15: Secondary Ledger implementation in Oracle R12

Secondary Ledger Setup

Default is “Yes” for Other-Other

Dynamique Solutions LLC

Page 16: Secondary Ledger implementation in Oracle R12

ACCOUNTING CALENDAR ISSUE

Page 17: Secondary Ledger implementation in Oracle R12

Accounting Calendar issue

• Missing Date issue in Calendar

• First attempt to configure a new Secondary Ledger resulted in a show-stopper

Dynamique Solutions LLC

Page 18: Secondary Ledger implementation in Oracle R12

Accounting Calendar issue

• Missing Date issue in Calendar

• Caused due to missing date 29-Feb-2000

• Oracle gave a datafix in 2000 which apparently fixed the issue

• However, issue still affects creation of new Ledgers in R12

• Calendar Validation report does not catch the issue

• Calendar was fine for existing Ledger

• Calendar could not be used for new Primary or Secondary Ledger

• Our design was based on using the same Calendar, Chart of Accounts

• Sev1 SR was opened with Oracle

• Oracle issued datafix to correct the Calendar

Dynamique Solutions LLC

Page 19: Secondary Ledger implementation in Oracle R12

ACCOUNTING ADJUSTMENTSfor External systems posting into Oracle

- Oracle Receivables

Page 20: Secondary Ledger implementation in Oracle R12

Business Requirements

• Secondary Ledger with Cash Basis accounting method

• Cash transactions should be posted automatically into Secondary Ledger

• Common Chart of Accounts, Calendar

• Accounting adjustments for External systems posting directly into Oracle GL

• Secondary Ledger needs only 2 segments

• Balancing segment (Company)

• Natural Account segment

• Other segments can be populated with a dummy “999…” value

• Fixed Assets to post into Cash Basis Ledger for all transactions

• Not standard Cash Basis functionality in Oracle

• Prepayments must be accounted to expense accounts when they are paid

Dynamique Solutions LLC

Page 21: Secondary Ledger implementation in Oracle R12

Business Requirement – Accounting Adjustments - Receivables

External

Client

Invoicing

System

Oracle

Receivables

Oracle

General

LedgerInterface

Revenue Journals

Receipts

InvoicesInvoices

Dynamique Solutions LLC

Page 22: Secondary Ledger implementation in Oracle R12

Business Requirement – Accounting Adjustments

Receivables example

Primary Ledger

Accrual Basis

Secondary Ledger

Cash Basis

Standard Oracle Client’s Instance Standard Oracle Client’s Instance

Revenue Journals

Import from Client

Invoicing System

Dr. Receivables

Cr. Revenue

AR Invoice Dr. Receivables

Cr. Revenue

Dr. Receivables

11010

Cr. Revenue 11010

Cash Receipt

(when payment is

due)

Dr. Cash

Cr. Receivables

Dr. Cash

Cr. Receivables

11010

Dr. Cash

Cr. Revenue

Dr. Cash

Cr. Receivables

11010

ADR

Dr. Cash

Revenue 32899

Dynamique Solutions LLC

Page 23: Secondary Ledger implementation in Oracle R12

Solution – Accounting Adjustments (AR)Solution

Configure a new Subledger

Accounting Method

- Copy of Standard Cash

Configure a new Application

Accounting Definition

- Copy of “Receivables Default

Cash Basis” AAD

Dynamique Solutions LLC

Page 24: Secondary Ledger implementation in Oracle R12

Solution – Accounting Adjustments (AR)Solution

Configure a new Subledger

Accounting Method- Copy of Standard Cash

Configure a new Application

Accounting Definition

- Copy of “Receivables Default

Cash Basis” AAD

Configure a new Journal Line

Definition- Copy of “Receipt – Basis Journal

Lines Definition”

Dynamique Solutions LLC

Page 25: Secondary Ledger implementation in Oracle R12

Solution – Accounting Adjustments (AR)Solution

Configure a new Subledger

Accounting Method- Copy of Standard Cash

Configure a new Application

Accounting Definition- Copy of “Receivables Default

Cash Basis” AAD

Configure a new Journal Line

Definition- Copy of “Receipt – Basis Journal

Lines Definition”

Configure a new Journal Line

Type- Replace Receipt Application to

Revenue

Dynamique Solutions LLC

Page 26: Secondary Ledger implementation in Oracle R12

Solution – Accounting Adjustments (AR)Solution

Configure a new Subledger

Accounting Method- Copy of Standard Cash

Configure a new Application

Accounting Definition

- Copy of “Receivables Default

Cash Basis” AAD

Configure a new Journal Line

Definition- Copy of “Receipt – Basis Journal

Lines Definition”

Configure a new Journal Line

Type- Replace Receipt Application to

Revenue

Dynamique Solutions LLC

Page 27: Secondary Ledger implementation in Oracle R12

Solution – Accounting Adjustments (AR)Solution

Configure a new Account

Derivation Rule- Account segment

- XXSL Receivables Account

Replaced by Revenue

Dynamique Solutions LLC

Page 28: Secondary Ledger implementation in Oracle R12

Solution – Accounting Adjustments (AR)Solution

Configure a new Account

Derivation Rule- Account segment

- ADR: XXSL Receivables Account

Replaced by Revenue

- Use a Constant (Revenue)

account = 32899

Dynamique Solutions LLC

Page 29: Secondary Ledger implementation in Oracle R12

Solution – Accounting Adjustments (AR)Solution

Invoice

Primary Ledger

Dr. Receivables 11010

Cr. Revenue 11010

Dynamique Solutions LLC

Page 30: Secondary Ledger implementation in Oracle R12

Solution – Accounting Adjustments (AR)Solution

Receipt

Primary Ledger

Dr. Cash

Cr. Receivable 11010

Receipt

Secondary (Cash Basis) Ledger

Dr. Cash

Cr. Revenue 32899

Dynamique Solutions LLC

Page 31: Secondary Ledger implementation in Oracle R12

ACCOUNTING ADJUSTMENTSfor External systems posting into Oracle

- Oracle Payables

Page 32: Secondary Ledger implementation in Oracle R12

Business Requirement – Accounting Adjustments

Payables example

Primary Ledger

Accrual Basis

Secondary Ledger

Cash Basis

Standard Oracle Client’s Instance Standard Oracle Client’s Instance

Labor cost Journals

Import from Projects

Accounting System

to Oracle GL

Dr. Labor Expenses

Cr. Payroll Clearing

Payroll Journals

Import from Payroll

(ADP) system to

Oracle GL

Dr. Payroll Clearing

Cr. Net Payroll

Cr. Employee FICA

……

Cr. Etc.

AP Invoices Dr. Net Payroll

Dr. Employee FICA

….

Cr. Payables Liability

Dynamique Solutions LLC

Page 33: Secondary Ledger implementation in Oracle R12

Business Requirement – Accounting Adjustments

Payables example

Primary Ledger

Accrual Basis

Secondary Ledger

Cash Basis

Standard Oracle Client’s Instance Standard Oracle Client’s Instance

Payment of AP

Invoices to ADP

Dr. Payables Liability

Cr. Cash

Dr. Net Payroll

Dr. Employee FICA

….

Cr. Cash

ADR

Dr. Labor Expenses

Cr. Cash

Dynamique Solutions LLC

Page 34: Secondary Ledger implementation in Oracle R12

Solution – Accounting Adjustments (AP)Solution

Configure a new Subledger

Accounting Method- Copy of Standard Cash

Configure a new Application

Accounting Definition

- Copy of “Cash Basis” AAD

Configure a new Journal Line

Definition XXSL Cash,

Payments All- Copy of “Cash, Payments All”

Dynamique Solutions LLC

Page 35: Secondary Ledger implementation in Oracle R12

Solution – Accounting Adjustments (AP)Solution

Configure a new Subledger

Accounting Method- Copy of Standard Cash

Configure a new Application

Accounting Definition

- Copy of “Cash Basis” AAD

Configure a new Journal Line

Definition XXSL Cash,

Payments All- Copy of “Cash, Payments All”

Configure a new Journal Line

Type- Replace Item Expense JLT

Dynamique Solutions LLC

Page 36: Secondary Ledger implementation in Oracle R12

Solution – Accounting Adjustments (AP)Solution

Configure a new Account Derivation

Rule

- Account Segment

- XXSL Item Expense Distribution

Account - Cash Basis

Dynamique Solutions LLC

Page 37: Secondary Ledger implementation in Oracle R12

Solution – Accounting Adjustments (AP)Solution

Configure a new Account Derivation

Rule

- Account Segment

- XXSL Item Expense Distribution

Account - Cash Basis

Create Mapping Sets between

Payroll Liability Accounts and Labor

Expense Accounts

Dynamique Solutions LLC

Page 38: Secondary Ledger implementation in Oracle R12

Solution – Accounting Adjustments (AP)Solution

Configure a new Account Derivation

Rule

- Account Segment

- XXSL Item Expense Distribution

Account - Cash Basis

Create Mapping Sets between

Payroll Liability Accounts and Labor

Expense Accounts

Create Conditions to drive the ADRs

Dynamique Solutions LLC

Page 39: Secondary Ledger implementation in Oracle R12

Solution – Accounting Adjustments (AP)Solution

Configure a new Account Derivation

Rule

- Account Segment

- XXSL Item Expense Distribution

Account - Cash Basis

Create Mapping Sets between

Payroll Liability Accounts and Labor

Expense Accounts

Create Conditions to drive the ADRs

Put “Catch-all” ADR at the bottom,

and one-off ADRs at the top in order

of priority

- Catch-all ADR will not have

conditions

Dynamique Solutions LLC

Page 40: Secondary Ledger implementation in Oracle R12

Solution – Accounting Adjustments (AP)Solution

Payment of ADP Payroll invoice

Secondary (Cash Basis) Ledger

Dr. Labor Expense Accounts

(various)

Cr. Cash

Dynamique Solutions LLC

Page 41: Secondary Ledger implementation in Oracle R12

ORACLE ASSETS SOLUTIONSecondary (Cash Basis) Ledger

Page 42: Secondary Ledger implementation in Oracle R12

Business Requirements

• Secondary Ledger with Cash Basis accounting method

• Cash transactions should be posted automatically into Secondary Ledger

• Common Chart of Accounts, Calendar

• Accounting Adjustments for Legacy systems posting directly into Oracle GL

• Secondary Ledger needs only 2 segments

• Balancing segment (Company)

• Natural Account segment

• Other segments can be populated with a dummy “999…” value

• Fixed Assets to post into Cash Basis Ledger for all transactions

• Not standard Cash Basis functionality in Oracle

• Prepayments must be accounted to expense accounts when they are paid

Dynamique Solutions LLC

Page 43: Secondary Ledger implementation in Oracle R12

Solution – Fixed Assets

• Standard Cash SLAM does not account for Fixed Assets

There are no inflows or outflows

of Cash in an Asset transaction

(Depreciation, Adjustment,

Retirement)

Purchase of an asset has already

been part of the Payables

process

The client required accounting of

Assets in the Secondary Ledger

(Cash Basis) for Tax purposes

using different depreciation

methods.

Dynamique Solutions LLC

Page 44: Secondary Ledger implementation in Oracle R12

Solution – Fixed Assets

• Existing Tax Book cannot be re-assigned to post to the Secondary Ledger

Dynamique Solutions LLC

Page 45: Secondary Ledger implementation in Oracle R12

Solution – Fixed Assets

• Alternate Ledger could not be the Secondary (Cash Basis) Ledger

“List of values contains no entries”.

Dynamique Solutions LLC

Page 46: Secondary Ledger implementation in Oracle R12

Solution – Fixed Assets

• Solution to meet Business Requirement

Custom Cash Basis Subledger

Accounting Method (SLAM)

Based on Oracle’s “Standard Cash” accounting method

Add the “Assets Standard Accounting”

AAD to the custom SLAM

Else, Oracle will not know how to account for Assets

transactions in the Secondary (Cash Basis) ledger.

Setup new Tax Book in Assets module Associate to the Corporate Book which posts to the

Primary Ledger

Allow GL Posting

Assign the Secondary (Cash Basis) ledger for posting

Migrate all assets from the old Tax

Book to the new Tax Book

This amounts to a re-implementation of the Tax Book

Run Initial Mass Copy and Periodic Mass copy to process

assets in the new Tax Book

Process new Tax Book till current month

Dynamique Solutions LLC

Page 47: Secondary Ledger implementation in Oracle R12

Solution – Fixed Assets

• Custom Cash-Basis SLAM based on Standard Cash

Add the “Assets Standard

Accounting” AAD to the SLAM.

Else, Oracle will not know how to

account for Assets transactions in

the Secondary (Cash Basis)

ledger.

Dynamique Solutions LLC

Page 48: Secondary Ledger implementation in Oracle R12

Solution – Fixed Assets

• Tax Type Cash Asset Book with GL Posting Allowed

Dynamique Solutions LLC

Page 49: Secondary Ledger implementation in Oracle R12

Solution – Fixed Assets

• Process Assets in Both Asset Books to post to both Ledgers

Dynamique Solutions LLC

Page 50: Secondary Ledger implementation in Oracle R12

PREPAYMENTS SOLUTIONfor Secondary (Cash Basis) Ledger

Page 51: Secondary Ledger implementation in Oracle R12

Business Requirements

• Secondary Ledger with Cash Basis accounting method

• Cash transactions should be posted automatically into Secondary Ledger

• Common Chart of Accounts, Calendar

• Accounting Adjustments for Legacy systems posting directly into Oracle GL

• Secondary Ledger needs only 2 segments

• Balancing segment (Company)

• Natural Account segment

• Other segments can be populated with a dummy “999…” value

• Fixed Assets to post into Cash Basis Ledger for all transactions

• Not standard Cash Basis functionality in Oracle

• Prepayments must be accounted to expense accounts when they are paid

Dynamique Solutions LLC

Page 52: Secondary Ledger implementation in Oracle R12

Solution – Prepayments

Primary Ledger

Oracle “Standard Accrual” Basis

Secondary Ledger

Cash Basis

When Prepayment invoice is created

DR Prepayment

Cr AP Liability

When Prepayment invoice is created

No accounting

When Prepayment invoice is paid

DR AP Liability

CR Cash

When Prepayment invoice is paid

DR Expense

CR Cash

When Standard invoice is entered and

matched to Prepayment (each month)

DR Expense

CR Prepayment

When Standard invoice is entered and

matched to Prepayment (each month)

No accounting

Business Requirement• Prepayments must be accounted to expense accounts when they are paid

• Even if expensed over multiple periods in Primary Ledger, expensed

when paid (fully in first period) in Secondary Ledger

Dynamique Solutions LLC

Page 53: Secondary Ledger implementation in Oracle R12

Dr. Prepayment

Cr. Cash

Solution – Prepayments

Dynamique Solutions LLC

Page 54: Secondary Ledger implementation in Oracle R12

Solution – Prepayments

Dr. Expense

Cr. Prepayment

Dynamique Solutions LLC

Page 55: Secondary Ledger implementation in Oracle R12

Solution – Prepayments

Primary Ledger

Oracle “Standard Accrual” Basis

Secondary Ledger

Oracle “Standard Cash” Basis

When Prepayment invoice is created

DR Prepayment

Cr AP Liability

When Prepayment invoice is created

No accounting

When Prepayment invoice is paid

DR AP Liability

CR Cash

When Prepayment invoice is paid

DR Prepayment

CR Cash

When Standard invoice is entered and

matched to Prepayment (each month)

DR Expense

CR Prepayment

When Standard invoice is entered and

matched to Prepayment (each month)

DR Expense

CR AP Liability

DR AP Liability

CR Prepayment

Standard Oracle – does not meet specific business requirement

Dynamique Solutions LLC

Page 56: Secondary Ledger implementation in Oracle R12

Solution – Prepayments

Create new Subledger Accounting Method

(SLAM)

Copy from “Standard Cash”

Create Account Derivation Rule (ADR) to

debit Expense when Cash flows out

- Payments Event Class

Use Prepayment Account on Supplier to drive

the Expense account

Use Mapping Sets:

- Prepayment A/C AAA = Expense A/C PPP

- Prepayment A/C BBB = Expense A/C QQQ

Use Condition:

- To determine which Mapping Set is to be

used

Disable standard Journal Line Type “Prepaid

Expense - Cash Basis”

Setup Mapping Sets and Conditions

Solution to meet Business Requirement

Dynamique Solutions LLC

Page 57: Secondary Ledger implementation in Oracle R12

Solution – PrepaymentsSolution

Configure a new Subledger

Accounting Method

- Copy of Standard Cash

Configure a new Application

Accounting Definition

- Copy of Cash Basis AAD

Dynamique Solutions LLC

Page 58: Secondary Ledger implementation in Oracle R12

Solution – PrepaymentsSolution

Configure a new Subledger

Accounting Method

- Copy of Standard Cash

Configure a new Application

Accounting Definition

- Copy of Cash Basis AAD

Configure a new Journal Line

Definition- Copy of Cash, Payments All JLD

Dynamique Solutions LLC

Page 59: Secondary Ledger implementation in Oracle R12

Solution – PrepaymentsSolution

Configure a new Subledger

Accounting Method

- Copy of Standard Cash

Configure a new Application

Accounting Definition

- Copy of Cash Basis AAD

Configure a new Journal Line

Definition- Copy of Cash, Payments All JLD

Disable “Prepaid Expense –

Cash Basis” Journal Line Type

(JLT)

Dynamique Solutions LLC

Page 60: Secondary Ledger implementation in Oracle R12

Solution – PrepaymentsSolution

Create new JLT replacing

“Prepaid Expense – Cash Basis”

Create new ADR to replace

Prepayment account with

Expense account

Dynamique Solutions LLC

Page 61: Secondary Ledger implementation in Oracle R12

Solution – PrepaymentsSolution

Create new JLT replacing

“Prepaid Expense – Cash Basis”

Create new ADR to replace

Prepayment account with

Expense account

Create Mapping Sets for groups

of Prepayment accounts and

Expense accounts

Dynamique Solutions LLC

Page 62: Secondary Ledger implementation in Oracle R12

Solution – PrepaymentsSolution

Create new JLT replacing

“Prepaid Expense – Cash Basis”

Create new ADR to replace

Prepayment account with

Expense account

Create Mapping Sets for groups

of Prepayment accounts and

Expense accounts

Multiple mapping sets used

instead of single mapping set to

facilitate grouping of similar

Prepayment accounts

Dynamique Solutions LLC

Page 63: Secondary Ledger implementation in Oracle R12

Solution – PrepaymentsSolution

• Condition to dictate which

Mapping Set (and therefore

which Expense account) to

be used

Dynamique Solutions LLC

Page 64: Secondary Ledger implementation in Oracle R12

Solution – PrepaymentsSolution

Prepayment createdDr Prepayment

Cr AP Liability

Dynamique Solutions LLC

Page 65: Secondary Ledger implementation in Oracle R12

Solution – PrepaymentsSolution

Primary Ledger (Accrual):

Prepayment paidDr AP Liability

Cr Cash

Secondary Ledger (Cash):

• Prepayment paid• Dr Expense

• Cr Cash

Dynamique Solutions LLC

Page 66: Secondary Ledger implementation in Oracle R12

Solution – PrepaymentsSolution

Primary Ledger (Accrual):

Prepayment amortized

Dr Expense

Cr AP Liability

Primary Ledger (Accrual):

Prepayment amortized

Dr AP Liability

Cr Prepayment

Dynamique Solutions LLC

Page 67: Secondary Ledger implementation in Oracle R12

OTHER IMPLEMENTATION

CONSIDERATIONS

Page 68: Secondary Ledger implementation in Oracle R12

Other Implementation Considerations

• Over 50 ADRs (mostly in Payables, few in Receivables) were required to

re-class accounts from Primary Ledger to Secondary Ledger

• Many of these ADRs used Mapping Sets and Conditions

• No custom sources were used for the ADRs

• Initial balances for Secondary Ledger were uploaded through WebADI

• Financial Statement Generator Reports were created/updated to report on

the Secondary (Cash Basis) Ledger

• Ledger Set was setup along with Data Access Set to give certain

responsibilities access to both Ledgers

• “Parallel run” for first quarter to verify that Secondary Ledger was

accounting cash transactions correctly.

Dynamique Solutions LLC

Page 69: Secondary Ledger implementation in Oracle R12

• Prithis Das

• Email: [email protected]

• Linked in: www.linkedin.com/in/prithisdas/

• Web: www.dynamique.us

• Cell: +1.630.3649457

Dynamique Solutions LLC