EPM
EPM
Extract Type
No.
Opening Balance Extract - Unallocated
2. US_GAAP 2023 0
3. US_STAT 2023 0
4. LOCAL_GAAP 2023 0
1. Create a lookup table and get all the distinct BUs from
'ACTUAL' rows with their respective Base Currency
821.490183192311
Extraction Criteria
1. Fetch the opening balance for the given fiscal year from both ACTUALS and US_GAAP ledger
( SQL Union). Opening Balance is captured in the Accounting Period 0 in PeopleSoft Ledger.
2. Single Extract for Opening Balance for a given fiscal year and separate files for each
ledger/ledger combination.
1. Fetch the Un-allocated balance period wise by summing up the balances (Summed up
balances for all the products, for same Business Unit (Legal Entity), Account and Department
combination) at Business Unit (Legal Entity) , Account and Department Level from ACTUALS
Ledger for a given Fiscal Year and Accounting Period.
2. Generate separate extracts for each accounting period for a given fiscal year.
1. Fetch the Allocated balance period wise by summing up the balances at Business Unit (Legal
Entity) , Account and Department and Product Level from ACTUALS Ledger for a given Fiscal Year
and Accounting Period.
2. Amount sign need to be reversed for Base and Transaction Amount.
Filenames:
PSTB_ACTUALS_000-23.csv
1. No change to Extraction logic. Refer to the New Transformation Logic for US_GAAP balance
(see below).
Filenames:
PSTB_US_GAAP_000-23.csv
1. No Change to the Extraction Logic
Filenames:
PSTB_US_STAT_000-23.csv
1. No Change to the Extraction Logic
Filename:
PSTB_LOCAL_GAAP_000-23.csv
1. No change the extraction critera, no change to transformation,
Each Ledger Extract will be a file by itself, do not merge data from multiple ledgrs in one file.
Filenames:
PSTB_ACTUALS_JAN-23.csv
Note the change in Filename suffix of _MMM-YY
1. No change to Extraction logic. Refer to the New Transformation Logic for US_GAAP balance
(see below).
Filenames:
PSTB_US_GAAP_JAN-23.csv
Note the change in Filename suffix of _MMM-YY
1. No Change to the Extraction Logic. No change to transformation logic.
Filenames:
PSTB_US_STAT_JAN-23.csv
Note the change in Filename suffix of _MMM-YY
1. No Change to the Extraction Logic
Filename:
PSTB_LOCAL_GAAP_JAN-23.csv
Note the change in Filename suffix of _MMM-YY
A reverse currency Translation is required on the US GAAP balance prior to running the data
through the data maps.
Step 1: No change to the data extraction logic for extracting the balance from PS "US_GAAP"
ledger.
Step 2: Run Pre-processing of PS Data prior to running transformation usign data maps.
Preprocess : Run reverse currency translation for USD to Entity Functional Currency.
1. Identify the functional currency (Base Currency) of the Entity. Base Currency is defined in
"Actual" ledger.
2. Run Currency Translation to calculate the Entity Functional Currency Balance. Rates will be in
PS Rate Table for the same period.
For PnL accounts : Entity Functional Currency Balance = USD BALANCE / Month Avg. Rate of
FROM ENTIY Currency to USD.
e.,g for Business Unit "ISOUK", Base Currency in "Actual Ledger" is GBP.
say, Balance in US_GAAP ledger is 1000 USD.
Month Avg Rate for the Period: GBP_to_USD: 1.2173
Entity Functional Currency balance = 1000 / 1.2173
3. Run Currency Translation for Balance Sheet Accounts - Balance Sheet Account are in the range
starting with 1, 2 and 3. (100000 - 3999999) (191013 - was found to be of type 'E')
Entity Functional Currency Balance = USD BALANCE / Month END. Rate of FROM ENTIY Currency
to USD.
Note that - similar to the example for PnL accounts - Select the rate "GBP_to_USD" NOT
USD_to_GBP