PSC_LNP_PR_COMMENT

This table contains the comments for Plan Reviews and Plan Cycle Reviews.

Details

  • Schema: FUSION

  • Object owner: PSC_PER

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

PSC_LNP_PR_COMMENT_PK

PR_COMMENT_KEY

Columns

Name Datatype Length Precision Not-null Comments
PR_COMMENT_KEY NUMBER 18 Yes Unique identifier of a plan review comment.
PR_COMMENT_PUID VARCHAR2 480 Yes The public unique identifier of a plan review comment.
AGENCY_ID NUMBER 8 Yes Unique identifier for an Agency.
COMMENT_ID NUMBER 18 Yes Unique identifier of a plan review comment.
PLAN_REVIEW_KEY NUMBER 18 Yes Unique identifier of a plan review cycle.
PLAN_REVIEW_PUID VARCHAR2 480 Yes The public unique identifier of a plan review cycle.
PLAN_REVIEW_USER_KEY NUMBER 18 Unique identifier of a plan reviewer or user of electronic Plan Reviews.
PLAN_REVIEW_USER_PUID VARCHAR2 480 The public unique identifier of a plan reviewer or user of plan reviews.
DOCUMENT_FILE_KEY NUMBER 18 Unique identifier for the electronic plan review docment.
DOCUMENT_USER_KEY NUMBER 18 Unique identifier for the reviewer of the electronic plan review document.
PLAN_REVIEW_COMMENT_TYPE VARCHAR2 5 Yes Describes the type of comment.
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.
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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
PSC_LNP_PR_COMMENT psc_lnp_pr PLAN_REVIEW_KEY
PSC_LNP_PR_COMMENT psc_lnp_pr_user PLAN_REVIEW_USER_KEY
PSC_LNP_PR_COMMENT psc_lnp_pr_edr_file DOCUMENT_FILE_KEY
PSC_LNP_PR_COMMENT psc_lnp_pr_edr_user DOCUMENT_USER_KEY

Indexes

Index Uniqueness Tablespace Columns
PSC_LNP_PR_COMMENT_N1 Non Unique Default PLAN_REVIEW_KEY
PSC_LNP_PR_COMMENT_N2 Non Unique Default PLAN_REVIEW_PUID
PSC_LNP_PR_COMMENT_N3 Non Unique Default PLAN_REVIEW_USER_KEY
PSC_LNP_PR_COMMENT_N4 Non Unique Default PLAN_REVIEW_USER_PUID
PSC_LNP_PR_COMMENT_U1 Unique FUSION_TS_TX_IDX PR_COMMENT_KEY
PSC_LNP_PR_COMMENT_U2 Unique Default PR_COMMENT_PUID