PSC_TS_APP_PACKAGE_LN

This table contains application specific 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_LN_PK

AGENCY_ID, APP_PACKAGE_KEY, APPLICATION_ORDER

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 parent application package.
APPLICATION_ORDER NUMBER 4 Yes Indicates the sequence for each application.
APP_PACKAGE_LN_PUID VARCHAR2 480 Yes Indicates unique identifier of the application package line transaction record in the legacy system.
APPLICATION_TYPE VARCHAR2 30 Indicates the source offering for the package.
RECORD_TYPE_ID VARCHAR2 30 Yes Unique identifier for the resource used to generate the application.
RECORD_TYPE_CODE VARCHAR2 20 Identifies the code representing the record type.
RECORD_TYPE VARCHAR2 100 Identifies the displayed name of the record type.
TRANSACTION_KEY NUMBER 18 Unique identifier for the linked transaction.
TRANSACTION_ID VARCHAR2 50 Meaningful identifier for the linked transaction.
LAYOUT_VERSION VARCHAR2 30 Indicates the version of the intake layout.
DELETED_FLAG VARCHAR2 1 Indicates that this row should be considered as deleted or removed.
MIGRATED_DATA_FLAG VARCHAR2 3 This column is used to indicate migrated flag value.
SOURCE_RECORD_KEY NUMBER 18 The source transaction data key
SOURCE_RECORD_ID VARCHAR2 50 Meaningful source transaction data key
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_LN_N1 Non Unique Default TRANSACTION_ID
PSC_TS_APP_PACKAGE_LN_N2 Non Unique Default APPLICATION_TYPE, TRANSACTION_KEY
PSC_TS_APP_PACKAGE_LN_PK Unique Default AGENCY_ID, APP_PACKAGE_KEY, APPLICATION_ORDER
PSC_TS_APP_PACKAGE_LN_U1 Unique Default APP_PACKAGE_LN_PUID