CEL_POST_ELEMENTS

Stores details of recognition elements posted in transfer process runs.

Details

  • Schema: FUSION

  • Object owner: CEL

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

CEL_POST_ELEMENTS_PK

POST_ELEMENT_ID

Columns

Name Datatype Length Precision Not-null Comments
POST_ELEMENT_ID NUMBER 18 Yes Unique identifier for a recognition element posted in a run
RUN_ID NUMBER 18 Yes Unique identifier for a run
RECOGNITION_RUN_ID NUMBER 18 Yes Unique identifier for a recognition run
PROGRAM_ELEMENT_ID NUMBER 18 Program element identifier
ELEMENT_TYPE_ID NUMBER 18 Element type identifier
INPUT_VALUE_ID NUMBER 18 Input value identifier
LEGISLATIVE_DATA_GROUP_ID NUMBER 18 Legislative data group identifier
LEGISLATION_CODE VARCHAR2 30 Legislation code
LEGAL_ENTITY_ID NUMBER 18 Legal entity identifier
INPUT_CURRENCY_CODE VARCHAR2 15 Input currency code
VALUE NUMBER Value
POSTED_VALUE NUMBER Posted value
POSTING_DATE DATE Posting date
POSTED_DATE DATE Posted date
ELEMENT_ENTRY_VALUE_ID NUMBER 18 Element entry value identifier
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
CEL_POST_ELEMENTS_N1 Non Unique Default RUN_ID, RECOGNITION_RUN_ID
CEL_POST_ELEMENTS_PK Unique Default POST_ELEMENT_ID