[Home] [Help]
MATERIALIZED VIEW: APPS.ENI_DBI_CO_NUM_MV
Source
select /* 12.0: bug#4526784 */ change_notice
, organization_id
, item_id
, change_order_type_id
, reason_code
, priority_code
, status_type
, creation_date
, implementation_date
, cancellation_date
, approval_date
, need_by_date
, count(*) cnt
, ASSIGNEE_ID
, DESCRIPTION
, change_id
from eni_dbi_co_all_mv
group by change_notice
, organization_id
, item_id
, change_order_type_id
, reason_code
, priority_code
, status_type
, creation_date
, implementation_date
, cancellation_date
, approval_date
, need_by_date
, ASSIGNEE_ID
, DESCRIPTION
, change_id