ZX_REPORTING_CODES_B
This table stores the tax reporting codes, which are unique codes for tax reporting purposes.
Details
-
Schema: FUSION
-
Object owner: ZX
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
Name | Columns |
---|---|
ZX_REPORTING_CODES_B_PK |
REPORTING_CODE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
REPORTING_CODE_ID | NUMBER | 18 | Yes | Tax reporting code identifier | |
EXCEPTION_CODE | VARCHAR2 | 30 | Not currently used | ||
EFFECTIVE_FROM | DATE | Yes | Effective from date | ||
EFFECTIVE_TO | DATE | Effective to date | |||
RECORD_TYPE_CODE | VARCHAR2 | 30 | Lookup code to indicate whether the record is migrated, seeded or defined by the user | ||
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. | ||
REQUEST_ID | NUMBER | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | |||
PROGRAM_APP_NAME | VARCHAR2 | 50 | Application identifier of last concurrent program to update this record | ||
PROGRAM_NAME | VARCHAR2 | 30 | Program identifier of last concurrent program to update this record | ||
PROGRAM_LOGIN_ID | NUMBER | Login user identifier of last concurrent program to update this record | |||
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 of this reporting code | |
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. | |
VALUE_TYPE_CODE | VARCHAR2 | 30 | Type of tax boxes such as Taxable Box, Non Recoverable Tax Box etc. | ||
SIGN_FLAG | VARCHAR2 | 1 | Plus or minus sign to be associated with the box numbers. | ||
SEED_DATA_SOURCE | VARCHAR2 | 512 | Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file. | ||
ORA_SEED_SET1 | VARCHAR2 | 1 | Yes | Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N. | |
ORA_SEED_SET2 | VARCHAR2 | 1 | Yes | Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
zx_reporting_codes_tl | zx_reporting_codes_b | REPORTING_CODE_ID |
zx_report_codes_assoc | zx_reporting_codes_b | REPORTING_CODE_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
ZX_REPORTING_CODES_B_U1 | Unique | Default | REPORTING_CODE_ID, ORA_SEED_SET1 |
ZX_REPORTING_CODES_B_U11 | Unique | Default | REPORTING_CODE_ID, ORA_SEED_SET2 |
ZX_REPORTING_CODES_B_U2 | Unique | Default | REPORTING_TYPE_ID, EFFECTIVE_FROM, REPORTING_CODE_CHAR_VALUE, REPORTING_CODE_DATE_VALUE, REPORTING_CODE_NUM_VALUE, SIGN_FLAG, ORA_SEED_SET1 |
ZX_REPORTING_CODES_B_U21 | Unique | Default | REPORTING_TYPE_ID, EFFECTIVE_FROM, REPORTING_CODE_CHAR_VALUE, REPORTING_CODE_DATE_VALUE, REPORTING_CODE_NUM_VALUE, SIGN_FLAG, ORA_SEED_SET2 |