DBA Data[Home] [Help]

APPS.GCS_RAISE_EVENT_PKG dependencies on GCS_TREATMENTS_B

Line 490: gcs_treatments_b gtb

486: 1,
487: gtb.consolidation_type_code
488: FROM gcs_cons_relationships gcr,
489: --Bugfix 5091093: Added join for consolidation type code
490: gcs_treatments_b gtb
491: WHERE gtb.treatment_id(+) = gcr.treatment_id
492: START WITH gcr.parent_entity_id = p_consolidation_entity
493: AND gcr.hierarchy_id = p_consolidation_hierarchy
494: --Bugfix 5192720: Added dominant parent flag join condition