FV_GTAS_DATA_ACT_REP_RUN

This table stores information about GTAS and DATA Act file reporting parameters.

Details

  • Schema: FUSION

  • Object owner: FV

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

FV_GTAS_DATA_ACT_REP_RUN_PK

REPORT_RUN_ID

Columns

Name Datatype Length Precision Not-null Comments
REPORT_RUN_ID NUMBER 18 Yes Unique identifier of the report that is being run.
BATCH_TYPE_CODE VARCHAR2 30 Yes The batch type that is being processed. It is based on the lookup ORA_FV_CREATE_FED_FILE_MODE.
LEDGER_ID NUMBER 18 Yes Unique identifier of the ledger.
PERIOD_YEAR VARCHAR2 4 Yes Period year for which the file is being processed.
FROM_PERIOD_NAME VARCHAR2 15 Yes The from period name for which the file is being processed.
FROM_PERIOD_NUM NUMBER 18 The from period number for the file that is being processed.
TO_PERIOD_NAME VARCHAR2 15 Yes The name of the to period for which the file is being processed.
TO_PERIOD_NUM NUMBER 18 The to period number for the file that is being processed.
TREASURY_ACCOUNT_SYMBOLS VARCHAR2 4000 Yes Selected treasury account symbols for which the file is being processed.
FILE_CODE VARCHAR2 30 Code associated with the file that is being processed. It is based on the lookup ORA_FV_DACT_FILE_NAME. Valid values are A, B, and C.
TRIAL_BALANCE_CODE VARCHAR2 30 Code that represents the trial balance type. It is based on the lookup ORA_FV_GTAS_TRIAL_BALANCE_TYPE.
ADJUSTMENT_PERIODS VARCHAR2 4000 Comma separated adjustment period names.
RECOVER_EXCEPTIONS_FLAG VARCHAR2 1 Indicates whether the report should process only exception transactions. A value of Y indicates that only execption transactions will be processed.
RECALCULATE VARCHAR2 1 Indicates whether the transactions should be processed again.
STATUS_CODE VARCHAR2 30 Status of the job that has been processed. Valid values are S, F, W, and I. S indicates success, F failure, W warning, and I in progress.
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.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
FV_GTAS_DATA_ACT_REP_RUN gl_ledgers LEDGER_ID

Indexes

Index Uniqueness Tablespace Columns
FV_GTAS_DATA_ACT_REP_RUN_U1 Unique FUSION_TS_TX_DATA REPORT_RUN_ID