JG_ZZ_AR_AP_TRNOVR_DECL_HDRS
This table stores the turnover report extraction process parameter information which provides a history of the report runs. It also contains declaration information about the reports submitted in final mode to the tax
Details
-
Schema: FUSION
-
Object owner: JG
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
JG_ZZ_AR_AP_TRNOVR_DECL_H_PK |
DECL_HEADER_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| DECL_HEADER_ID | NUMBER | 18 | Yes | A unique system generated identifier for the header record that is associated with the turnover declaration. | |
| LEGAL_ENTITY_ID | NUMBER | 18 | Yes | A unique identifier that identifies the legal entity for which the extract is run. | |
| CALENDAR | VARCHAR2 | 15 | Yes | Indicates the name of the calendar. | |
| PERIOD_FROM | VARCHAR2 | 15 | Yes | Name of the start period for which data is extracted. | |
| PERIOD_TO | VARCHAR2 | 15 | Yes | Name of the end period for which data is extracted. | |
| PERIOD_START_DATE | DATE | Yes | Indicates the start date of the period. | ||
| PERIOD_END_DATE | DATE | Yes | Indicates the end date of the period. | ||
| SOURCE | VARCHAR2 | 30 | Yes | Indicates the source of the transaction. For example, sales or purchase transaction. | |
| CREATED_BY_MODULE | VARCHAR2 | 30 | Yes | Source application module that created this record. For example, spanish modelo or italian sales listing extraction. | |
| DATA_EXTRACT_MODE | VARCHAR2 | 30 | Yes | Indicates the extraction mode. The valid values are Draft or Final. | |
| SELECTION_PROCESS_FLAG | VARCHAR2 | 1 | Indicates the status of the turnover reporting selection process run. | ||
| 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 | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| 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. |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| JG_ZZ_ARAP_TRNOVR_DECL_HDRS_U1 | Unique | DECL_HEADER_ID |