|
@ -103,7 +103,7 @@ |
|
|
fact_index_govrn_ablity_dept_monthly m |
|
|
fact_index_govrn_ablity_dept_monthly m |
|
|
inner join screen_customer_dept scd |
|
|
inner join screen_customer_dept scd |
|
|
on( |
|
|
on( |
|
|
m.GRID_ID=scd.GRID_ID |
|
|
m.DEPT_ID=scd.DEPT_ID |
|
|
and scd.DEL_FLAG='0' |
|
|
and scd.DEL_FLAG='0' |
|
|
and scd.UP_TO_CAL='yes' |
|
|
and scd.UP_TO_CAL='yes' |
|
|
) |
|
|
) |
|
@ -143,7 +143,7 @@ |
|
|
fact_index_govrn_ablity_dept_monthly m |
|
|
fact_index_govrn_ablity_dept_monthly m |
|
|
inner join screen_customer_dept scd |
|
|
inner join screen_customer_dept scd |
|
|
on( |
|
|
on( |
|
|
m.GRID_ID=scd.GRID_ID |
|
|
m.DEPT_ID=scd.DEPT_ID |
|
|
and scd.DEL_FLAG='0' |
|
|
and scd.DEL_FLAG='0' |
|
|
and scd.UP_TO_CAL='yes' |
|
|
and scd.UP_TO_CAL='yes' |
|
|
) |
|
|
) |
|
@ -178,7 +178,7 @@ |
|
|
fact_index_govrn_ablity_dept_monthly m |
|
|
fact_index_govrn_ablity_dept_monthly m |
|
|
inner join screen_customer_dept scd |
|
|
inner join screen_customer_dept scd |
|
|
on( |
|
|
on( |
|
|
m.GRID_ID=scd.GRID_ID |
|
|
m.DEPT_ID=scd.DEPT_ID |
|
|
and scd.DEL_FLAG='0' |
|
|
and scd.DEL_FLAG='0' |
|
|
and scd.UP_TO_CAL='yes' |
|
|
and scd.UP_TO_CAL='yes' |
|
|
) |
|
|
) |
|
|