XLA_EVENT_CLASSES_VL

Details

  • Schema: FUSION

  • Object owner: XLA

  • Object type: VIEW

Columns

Name

row_id

APPLICATION_ID

ENTITY_CODE

EVENT_CLASS_CODE

OBJECT_VERSION_NUMBER

NAME

DESCRIPTION

ENABLED_FLAG

CREATION_DATE

CREATED_BY

LAST_UPDATE_DATE

LAST_UPDATED_BY

LAST_UPDATE_LOGIN

Query

SQL_Statement

SELECT b.rowid row_id ,b.application_id ,b.entity_code ,b.event_class_code ,b.object_version_number,t.name ,t.description ,b.enabled_flag ,b.creation_date ,b.created_by ,b.last_update_date ,b.last_updated_by ,b.last_update_login FROM xla_event_classes_b b ,xla_event_classes_tl t WHERE b.application_id = t.application_id AND b.event_class_code = t.event_class_code AND t.language = USERENV('LANG')