PSC_COM_EXPIRATION_HISTORY

This table contains the history of all the transaction expiration activity.

Details

  • Schema: FUSION

  • Object owner: PSC_CC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PSC_COM_EXPIRATION_HISTORY_PK

AGENCY_ID, TRANSACTION_TYPE, TRANSACTION_KEY, CHANGE_DATE

Columns

Name Datatype Length Precision Not-null Comments
AGENCY_ID NUMBER 8 Yes This column is used to indicate agency id.
TRANSACTION_TYPE VARCHAR2 10 Yes Indicates the transaction type relating to the expiration activity.
TRANSACTION_KEY NUMBER 18 Yes Unique identifier for the transaction with the expiration activity.
CHANGE_DATE TIMESTAMP Yes Unique date-timestamp when the status change was made.
EXPIRATION_GROUP_ID VARCHAR2 50 Yes A unique name that identifies an Expiration Rule.
RULE_SEQUENCE NUMBER 10 Yes The sequence number for the expiration rule.
EXPIRATION_BASIS VARCHAR2 10 The period range that is the basis for the expiration rule.
TRANSACTION_STATUS VARCHAR2 15 The displayed status for the transaction.
TRANS_SYS_STATUS VARCHAR2 15 The internal status for the transaction.
APPL_ATE_DATE TIMESTAMP About to expire date for an application.
APPL_EXPIRATION_DATE TIMESTAMP Date that an application will expire.
ABOUT_TO_EXPIRE_DATE TIMESTAMP About to expire date for a transaction.
EXPIRATION_DATE TIMESTAMP Date that a transaction will expire.
RENEWAL_DATE TIMESTAMP Date that a transaction was renewed.
EXTENSIONS_COUNT NUMBER 4 Number of extensions already granted.
ATE_COMM_COUNT NUMBER 4 Number of about of expire communications sent.
EXPIRE_COMM_COUNT NUMBER 4 Number of expiration communications sent.
REASON VARCHAR2 1000 Indicates the reason for the expiration change.
NEXT_COMM_DATE TIMESTAMP Next date to send an expiration communication.
INS_COMMENCE_EXP_DATE TIMESTAMP Date that the inspection commencement will expire.
INS_COMMENCE_ATE_DATE TIMESTAMP Date that the inspection commencement will about to expire.
NEXT_COMMENCE_COMM_DATE TIMESTAMP Next date to send an expiration communication for inspection commencement.
INS_ATE_COMM_COUNT NUMBER 4 Number of about to expire communications sent for inspection commencement.
INS_EXPIRE_COMM_COUNT NUMBER 4 Number of expiration communications sent for inspection commencement.
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.
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.

Indexes

Index Uniqueness Tablespace Columns
PSC_COM_EXPIRATION_HISTORY_PK Unique Default AGENCY_ID, TRANSACTION_TYPE, TRANSACTION_KEY, CHANGE_DATE