PSC_TS_APP_PACKAGE
This table contains information for the application package.
Details
-
Schema: FUSION
-
Object owner: PSC_TS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
PSC_TS_APP_PACKAGE_PK |
AGENCY_ID, APP_PACKAGE_KEY |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| AGENCY_ID | NUMBER | 8 | Yes | This column is used to indicate agency id. | |
| APP_PACKAGE_KEY | NUMBER | 18 | Yes | Unique identifier for the application package. | |
| APP_PACKAGE_PUID | VARCHAR2 | 480 | Yes | Indicates unique identifier of the application package transaction record in the legacy system. | |
| APPLICANT | NUMBER | 18 | Indicates the applicant who is applying. | ||
| PACKAGE_NAME | VARCHAR2 | 100 | Yes | Short name for the application package. | |
| DESCRIPTION | VARCHAR2 | 1000 | Long description for the application package. | ||
| PACKAGE_STATUS | VARCHAR2 | 30 | Indicates the overall status for the application package. | ||
| VERSION_TYPE | VARCHAR2 | 1 | This column is used to indicate version type. | ||
| SUBMITTED_BY | VARCHAR2 | 64 | Indicated the user that submitted the package. | ||
| SUBMIT_DATE | TIMESTAMP | Indicates the date when the package was submitted. | |||
| GENERAL_DATA | CLOB | Stores the common data attributes across all the applications. | |||
| MIGRATED_DATA_FLAG | VARCHAR2 | 3 | This column is used to indicate migrated flag value. | ||
| 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. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| psc_ts_app_package_ln | psc_ts_app_package | AGENCY_ID, APP_PACKAGE_KEY |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PSC_TS_APP_PACKAGE_PK | Unique | Default | AGENCY_ID, APP_PACKAGE_KEY |
| PSC_TS_APP_PACKAGE_U1 | Unique | Default | APP_PACKAGE_PUID |