Featured post

Functionality of Segment Value Inheritance ESS Process

  The Segment Value Inheritance process simplifies the maintenance of the chart of accounts. When the characteristics of values in the value...

Sunday 28 August 2016

Cash Management :General Ledger Reconciliation Report works on the following principles


The GL reconciliation report works on the following principles 

a. Payments which have been credited into the GL Cash Account but not 
Reconciled against a Bank Statement Line in the current period - these 
payments are deducted from the Bank Statement Closing Balance. 

b. Payments which have not been credited into the GL Cash Account but are 
Reconciled against a Bank Statement Line in the current period - these 
payments are added to the Bank Statement Closing Balance. 

c. Payments which have not been credited into the GL Cash Account and are 
not Reconciled against a Bank Statement Line but appear on a Bank Statement 
in the current period - these payments are added to the Bank Statement 
Closing Balance. 

Please note that transactions available for reconciliation is very different 
from GL report on the principles listed above. 

The accounting is only done for the payment creation, ie, accounting line 
only for AE_LINE_TYPE_CODE="CASH CLEARING" exists in the xla_ae_lines table. 

There is no accounting line for the "CASH" account. 
This payment is not accounted into the GL CASH account ==> will NOT show 
up on the "General Ledger Reconciliation Report". 

Monday 22 August 2016

Project and Subledger Links

In this Article we will look at how to link the data between Oracle Projects with the SLA module.
After Generate Accounting Events is run the acct_event_id in the pa_cost_distribution_lines_all table will be populated with the accounting event id in the SLA. So using this acct_event_id column we can easily get to the XLA Tables.
For the Cost Distribution lines, we can link the acct_event_id directly to the Xla_events table.
Example:
Lets say my expenditure item id is 123456.
Query to Find the XLA Events for the above expenditure item:
To select cost distribution line data where the process status on the associated accounting event is ‘I’ (Invalid). Other process statuses that might be of interest: E=Error, U=Unprocessed, R=Related Event in Error:
To select cost distribution line data where the process status on the associated accounting event is ‘I’ (Invalid). Other process statuses that might be of interest: E=Error, U=Unprocessed, R=Related Event in Error:
To select all event data for Projects related events where the process status code is ‘I’ (Invalid)
To select all event data related to a particular expenditure item with id 123456:
To view accounting errors associated with a particular expenditure item with id 123456:
To select all accounting event header data for an expenditure item with id 123456:
To select all accounting event lines data
To select all distribution link data, which provides direct links between accounting event, event header, and event line details and the associated transactions in the source subledger, you can use:
To show accounting event headers that indicate they are finally accounted, but cannot be found in General Ledger (GL):
You can also use a query like the one below to query all events for a particular type of transaction in Projects: