This table contains a list of required appplications and related transactions associated to the record.
Details
-
Schema: FUSION
-
Object owner: PSC_CC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
PSC_COM_RELATED_TRANS_PK |
RELATED_KEY |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| RELATED_KEY | NUMBER | 18 | Yes | Indicates the GUID for a related transaction. | |
| RELATED_PUID | VARCHAR2 | 480 | Yes | Indicates the legacy system's identifier during data migration. | |
| TRANSACTION_KEY | NUMBER | 18 | Yes | Indicates the transaction key for the main record | |
| TRANSACTION_PUID | VARCHAR2 | 64 | Yes | Indicates the value of RECORD_NUMBER from PSC_LNP_RECORD based on TRANSACTION_KEY value. | |
| ADDED_DATE | TIMESTAMP | Yes | Indicates the unique date time stamp for the related applications | ||
| TRANSACTION_ID | VARCHAR2 | 50 | Indicates the user displayed transaction id for the parent application | ||
| TRANSACTION_TYPE | VARCHAR2 | 8 | Yes | Indicates the type of transaction like permit, planning, business license or case. | |
| DEPENDENCY | VARCHAR2 | 10 | Yes | Indicates the dependency for the related application | |
| CLASSIFICATION | VARCHAR2 | 3 | Yes | Indicates the related application type classification | |
| REL_TRANSACTION_TYPE | VARCHAR2 | 8 | Yes | Indicates the type of related transaction like permit, planning, business license or case. | |
| REL_TRANS_TYPE_ID | VARCHAR2 | 30 | Indicates the unique identifier for the related application type | ||
| REL_TRANS_TYPE_CODE | VARCHAR2 | 40 | Indicates the unique code for the related application type | ||
| REL_TRANS_KEY | NUMBER | 18 | Indicates the actual record key for the related application | ||
| REL_TRANS_PUID | VARCHAR2 | 64 | Indicates the value of RECORD_NUMBER from PSC_LNP_RECORD based on REL_TRANS_KEY value. | ||
| REL_TRANS_ID | VARCHAR2 | 50 | Indicates the user displayed transaction id for the related application | ||
| COMMENTS | VARCHAR2 | 1000 | Indicates the user comments for the row | ||
| PRI_APP_FLAG | VARCHAR2 | 1 | Yes | Indicates whether this is a Primary application. | |
| SUB_APP_FLAG | VARCHAR2 | 1 | Yes | Indicates whether this is a Sub-application. | |
| MIGRATED_DATA_FLAG | VARCHAR2 | 3 | Indicates In-flight or Historical transaction for data migration. | ||
| 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_RELATED_TRANS_N1 | Non Unique | Default | TRANSACTION_KEY |
| PSC_COM_RELATED_TRANS_N2 | Non Unique | Default | REL_TRANS_KEY |
| PSC_COM_RELATED_TRANS_U2 | Unique | Default | RELATED_PUID |
| PSC_COM_RELATED_TRANS_U3 | Unique | Default | RELATED_KEY |