ZX_REPORT_CODES_ASSOC_

This table stores reporting codes association info

Details

  • Schema: FUSION

  • Object owner: ZX

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

ZX_REPORT_CODES_ASSOC_PK_

LAST_UPDATE_DATE, REPORTING_CODE_ASSOC_ID

Columns

Name Datatype Length Precision Not-null Comments
REPORTING_CODE_ASSOC_ID NUMBER 18 Yes Unique identifier
ENTITY_CODE VARCHAR2 30 Lookup code to identify the entity with which the reporting code is associated
ENTITY_ID NUMBER 18 Entity identifier
EXCEPTION_CODE VARCHAR2 30 Not currently used
EFFECTIVE_FROM DATE Effective from date
EFFECTIVE_TO DATE Effective to date
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 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.
REPORTING_CODE_CHAR_VALUE VARCHAR2 60 Column to store alphanumeric value for the reporting code
REPORTING_CODE_DATE_VALUE DATE Column to store date value for the reporting code
REPORTING_CODE_NUM_VALUE NUMBER 18 Column to store numeric value for the reporting code
REPORTING_TYPE_ID NUMBER 18 Reporting type identifier
REPORTING_CODE_ID NUMBER 18 Reporting code identifier
OBJECT_VERSION_NUMBER NUMBER 9 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.
PROCESS_FILE_ID NUMBER 18 Unique sequence generated identifier of the file processing request.
DATA_FILE CLOB Content of file from upload or download request.
AUDIT_ACTION_TYPE_ VARCHAR2 10 Actione Type - have values like INSERT, UPDATE and DELETE.
AUDIT_CHANGE_BIT_MAP_ VARCHAR2 1000 Used to store a bit map of 1's and 0s for each row. 1 will be stored if the value has changed and 0 will be stored if the value hasn't.

Indexes

Index Uniqueness Tablespace Columns
ZX_REPORT_CODES_ASSOC_N1_ Non Unique Default REPORTING_CODE_ASSOC_ID
ZX_REPORT_CODES_ASSOC_U1_ Unique Default LAST_UPDATE_DATE, REPORTING_CODE_ASSOC_ID
ZX_REPORT_CODES_ASSOC_U2_ Unique Default LAST_UPDATE_DATE, ENTITY_CODE, ENTITY_ID, REPORTING_TYPE_ID, EXCEPTION_CODE, EFFECTIVE_FROM