JG_ZZ_VAT_REP_STATUS
Stores the reporting status of the Tax Registration Number by period and source.
Details
-
Schema: FUSION
-
Object owner: ZX
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
JG_ZZ_VAT_REP_STATUS_PK |
REPORTING_STATUS_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
REPORTING_STATUS_ID | NUMBER | 18 | Yes | Reporting status Identifier | |
VAT_REPORTING_ENTITY_ID | NUMBER | 18 | Yes | Identifier of Tax Reporting Entity | |
TAX_REGISTRATION_NUMBER | VARCHAR2 | 30 | Yes | Indicates the VAT registration number of reporting entity | |
TAX_CALENDAR_NAME | VARCHAR2 | 15 | Yes | Indicates the tax calendar | |
TAX_CALENDAR_YEAR | NUMBER | 18 | Yes | Indicates the tax calendar year | |
TAX_CALENDAR_PERIOD | VARCHAR2 | 15 | Yes | Indicates the tax calendar period | |
PERIOD_START_DATE | DATE | Yes | Indicates the start date of period | ||
PERIOD_END_DATE | DATE | Yes | Indicates the end date of period | ||
SOURCE | VARCHAR2 | 30 | Yes | Indicates source of the transaction. Possible values are Accounts Payable, Accounts Receivable and General Ledger. | |
SELECTION_STATUS_FLAG | VARCHAR2 | 1 | Indicates the selection status. | ||
ALLOCATION_STATUS_FLAG | VARCHAR2 | 1 | Indicates the allocation status. | ||
FINAL_REPORTING_STATUS_FLAG | VARCHAR2 | 1 | Indicates the selection status. | ||
ARCHIVAL_STATUS_FLAG | VARCHAR2 | 1 | Indicates the selection status. | ||
SELECTION_PROCESS_ID | NUMBER | 18 | Identifier stamped by the selection process. | ||
ALLOCATION_PROCESS_ID | NUMBER | 18 | Identifier stamped by allocation. | ||
FINAL_REPORTING_PROCESS_ID | NUMBER | 18 | Identifier of the final reporting process. | ||
ARCHIVAL_PROCESS_ID | NUMBER | 18 | Identifier of the archival process. | ||
SELECTION_PROCESS_DATE | DATE | Date on which selection process was run | |||
ALLOCATION_PROCESS_DATE | DATE | Date on which allocation process was run | |||
FINAL_REPORTING_PROCESS_DATE | DATE | Date on which final process was run | |||
ARCHIVAL_PROCESS_DATE | DATE | Date on which archival process was run | |||
REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
PROGRAM_NAME | VARCHAR2 | 30 | Enhanced Who column | ||
PROGRAM_APP_NAME | VARCHAR2 | 50 | Enhanced Who column | ||
PROGRAM_UPDATE_DATE | DATE | Enhanced Who column | |||
JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. | ||
JOB_DEFINITION_PACKAGE | VARCHAR2 | 900 | Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. | ||
PROGRAM_LOGIN_ID | NUMBER | 18 | Enhanced Who column | ||
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_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
MAPPING_VAT_REP_ENTITY_ID | NUMBER | 18 | Yes | Mapping VAT Reporting Entity Identifier | |
CREDIT_BALANCE_AMT | NUMBER | Credit VAT balance amount used by Italian VAT registers | |||
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. | |
FINAL_DATA_VALIDATION_FLAG | VARCHAR2 | 1 | Indicates whether validation is enabled for new or modified transactions before finalization. Possible values are Y and N. | ||
SWEEP_PROCESS_FLAG | VARCHAR2 | 1 | Indicates whether option to sweep to next open tax period is enabled for new or modified transactions that are identified during finalization. Possible values are Y and N. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
JG_ZZ_VAT_REP_STATUS | jg_zz_vat_rep_entities | VAT_REPORTING_ENTITY_ID |
jg_zz_vat_trx_details | jg_zz_vat_rep_status | REPORTING_STATUS_ID |
jg_zz_vat_final_reports | jg_zz_vat_rep_status | REPORTING_STATUS_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
JG_ZZ_VAT_REP_STATUS_U1 | Unique | Default | REPORTING_STATUS_ID |
JG_ZZ_VAT_REP_STATUS_U2 | Unique | Default | VAT_REPORTING_ENTITY_ID, TAX_CALENDAR_PERIOD, SOURCE |