PFT 8.0.7.4: Inconsistency In OOTB T2T Mappings For OPEN_ACCOUNT_FLG
(Doc ID 2788850.1)
Last updated on JULY 08, 2021
Applies to:
Oracle Financial Services Profitability Management - Version 8.0.7.4.0 and laterInformation in this document applies to any platform.
Oracle Financial Services Profitability Management (PFT)
Oracle Financial Services Analytical Applications (OFSAA)
Oracle Financial Services Enterprise Performance Management (EPM)
Table-to-Table Transformation (T2T)
Out of The Box (OOTB)
Goal
Question 1: On PFT 8.0.7.4, in OOTB T2Ts, the mapping for OPEN_ACCOUNT_FLG is not consistent across tables:
- In T2T_CASA, the expression is: CASE WHEN (STG_CASA.f_closed_ind ='Y') THEN 1 WHEN (STG_CASA.f_closed_ind= 'N') THEN 0 ELSE NULL END
- In T2T_LOAN_CONTRACTS, the expression is: CASE WHEN (UPPER(STG_LOAN_CONTRACTS.f_closed_ind)= 'Y') THEN 0 WHEN (UPPER(STG_LOAN_CONTRACTS.f_closed_ind)='N' ) THEN 1 END
In given scenario:
- for CASA: 1 is Closed Account and 0 is Open.
- for Loan Contracts: 0 is Closed Account and 1 is Open.
Above are not matching. Same logic should be applied in these tables.
Question 2: Please let us know what are the correct List of Values (LoVs) for open account flag and the meaning of each LoV.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |