You are on page 1of 1

Action Item Responsible Group-CAI.ASSIGNED_TO_GROUP_ID---CASE_ACTIONS.

GROUP_ID---
Action Item Completion Date-CAI.DATE_COMPLETION---CASE_ACTIONS.DATE_DONE
Action Item Due Date-CAI.DUE_DATE----DATE_DUE
Action Item Open Date-CAI.DATE_START---DATE_OPEN
2108IND001025
Action Action was missing in the PVR report from the prior week
select * from source_table_master_base where table_alias like 'cai';--C_TASKS_FU
select * from C_TASKS_FU c where case_id=3485493 and date_due ='24-05-2022'
and date_start='24-03-2022' order by version_num desc;
select * from CASE_ACTIONS@pva_to_src c where case_id=3485493 and date_due ='24-05-
2022'
and date_open='24-03-2022';
select * from c_identification where case_num='2108IND001025';--3485493

select * from vw_PVR_SRC_TGT_TAB_COL where tgt_table_name='C_TASKS_FU' and


TGT_COLUMN_NAME='ASSIGNED_TO_G';
select * from c_identification where case_num='2109ISR005095';--3497663
select Group_id from CASE_ACTIONS@pva_to_src where case_id=3497663;
select ASSIGNED_TO_GROUP_ID from C_TASKS_FU where case_id=3497663 order by
version_num desc;

You might also like