CST_GT_TABLE_BACKUPS

This table maps the table name whose data is backed up to the new table name that holds that data. This table is needed since the new table is dynamically created in the Dynamic schema and its name must be unique each time. Once the new table name is read from this table, it can be used to review the data of the backed up table.

Details

  • Schema: FUSION

  • Object owner: CST

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

CST_GT_TABLE_BACKUPS_PK

REQUEST_ID, BACKUP_PROCESS, TABLE_NAME, BACKUP_TABLE_NAME

Columns

Name Datatype Length Precision Not-null Comments
REQUEST_ID NUMBER 18 Yes Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
TABLE_NAME VARCHAR2 30 Yes The data from this table is backed up in the backup table. This table is part of core processes in Costing or Receipt accounting and are part of Fusion schema.
BACKUP_TABLE_NAME VARCHAR2 30 Yes This is the backup table which holds the data from the table. This table is dynamically created in the Dynamic schema. The name needs to be unique and so has a sequence number in the name. The format of the table name is CST_ACRONYM_SEQ#_DYD. The acronym is for easy identification & mapping of new table to its original table.
ROWCOUNT NUMBER 18 The number of rows of in the backup table. If a backup table has no rows, then it gets dropped in the end of backup process.
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.
BACKUP_PROCESS VARCHAR2 20 Yes This is the process/step identifier which triggers the backup.
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 Tablespace Columns
CST_GT_TABLE_BACKUPS_N1 Non Unique Default JOB_DEFINITION_NAME
CST_GT_TABLE_BACKUPS_U1 Unique FUSION_TS_TX_DATA REQUEST_ID, BACKUP_PROCESS, TABLE_NAME, BACKUP_TABLE_NAME