DQPROD0003 - STG_PRODUCT_MASTER.V_BALANCE_SHEET_CATEGORY
(Doc ID 2874665.1)
Last updated on JUNE 07, 2022
Applies to:
Oracle Financial Services Data Foundation - Version 8.1.2 and laterInformation in this document applies to any platform.
Symptoms
DQPROD0003 found under Data Management Framework > Data Quality Framework > Data Quality Rules under table STAGE PRODUCT MASTER.
After giving below query in atomic schema
SELECT * FROM DQ_CHECK_MASTER WHERE v_dq_check_id = 'DQPROD0003';
Below is the partial output for column V_DETL_SQL
"case when STG_PRODUCT_MASTER.V_BALANCE_SHEET_CATEGORY NOT IN ('ON','OFF') and (1=1) and
length(trim(STG_PRODUCT_MASTER.V_BALANCE_SHEET_CATEGORY)) is not null then 1 else 0 end lov_Case
There is only ON/OFF for LOV values. But for DIM_BALANCE_SHEET_CATEGORY there are some more LOV values. So this particular DQ should be referenced to DIM_BALANCE_SHEET_CATEGORY.
Cause
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
Symptoms |
Cause |
Solution |
References |