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 |
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 | Yes | Lookup code to identify the entity with which the reporting code is associated | |
ENTITY_ID | NUMBER | 18 | Yes | Entity identifier | |
EXCEPTION_CODE | VARCHAR2 | 30 | Not currently used | ||
EFFECTIVE_FROM | DATE | Yes | Effective from date | ||
EFFECTIVE_TO | DATE | Effective to date | |||
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. | ||
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 | Yes | Reporting type identifier | |
REPORTING_CODE_ID | NUMBER | 18 | Reporting code 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. | |
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. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
ZX_REPORT_CODES_ASSOC | zx_reporting_types_b | REPORTING_TYPE_ID |
ZX_REPORT_CODES_ASSOC | zx_reporting_codes_b | REPORTING_CODE_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
ZX_REPORT_CODES_ASSOC_U1 | Unique | Default | REPORTING_CODE_ASSOC_ID |
ZX_REPORT_CODES_ASSOC_U2 | Unique | Default | ENTITY_CODE, ENTITY_ID, REPORTING_TYPE_ID, EXCEPTION_CODE, EFFECTIVE_FROM |