[Home] [Help]
878: 1,
879: --Bugfix 5091093: Added consolidation type code
880: gtb.consolidation_type_code
881: FROM gcs_cons_relationships gcr,
882: gcs_treatments_b gtb
883: WHERE gtb.treatment_id(+) = gcr.treatment_id
884: START WITH gcr.parent_entity_id = cons_entity_id
885: AND gcr.hierarchy_id = cons_entity_wf_info.consolidation_hierarchy
886: --Bugfix 5192720: Added dominant parent flag join condition