PSC_LNP_PR_EDR_USER

This table contains the reviewers or users for a Plan Review.

Details

  • Schema: FUSION

  • Object owner: PSC_PER

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

PSC_LNP_PR_EDR_USER_PK

DOCUMENT_USER_KEY

Columns

Name Datatype Length Precision Not-null Comments
DOCUMENT_USER_KEY NUMBER 18 Yes Unique identifier of a plan reviewer or user for an electronic document review.
AGENCY_ID NUMBER 8 Yes Unique identifier for an Agency.
PLAN_REVIEW_KEY NUMBER 18 Yes Unique identifier of a Plan Review.
DOCUMENT_FILE_KEY NUMBER 18 Yes Unique identifier for an electronic document review document attachment.
REVIEWER_ID NUMBER 18 Yes Unique identifier for the electronic document reviewer or user.
DEPARTMENT_ID VARCHAR2 30 Yes This column is used to indicate the plan reviewer department id.
PARTY_ID NUMBER 18 Yes The Party Id of the electronic document reviewer or user account.
EMAIL_ADDRESS VARCHAR2 320 Contains the email address of the electronic document reviewer.
USER_TYPE VARCHAR2 8 Yes Indicates whether the user is an internal or external user.
REVIEW_STATUS VARCHAR2 15 The review status of the electronic document reviewer or user.
DECISION VARCHAR2 15 The decision status of the electronic document reviewer or user.
DECISION_DTTM TIMESTAMP The date and time person or user entered a decision for the electronic document review.
ASSIGNED_BY NUMBER 18 The user that assigned the electronic document review to the reviewer or user.
ASSIGNED_DTTM TIMESTAMP The date and time the electronic document review was assigned to the reviewer or user.
OVERRIDE VARCHAR2 1 Yes Indicates the decision on the electronic document review was overridden.
OVERRIDE_DECISION VARCHAR2 15 The decision value from the override action.
OVERRIDE_BY NUMBER 18 The user that performed the override action.
OVERRIDE_DTTM TIMESTAMP Contains the date and time the override occurred.
DOCUMENT_USER_ID NUMBER 11 Indicates the user id in the third-party electronic document review application.
UPLOAD_STATUS VARCHAR2 1 Indicates the status of uploading the user id to the third-party electronic document review application.
REVIEWER_DUE_DATE TIMESTAMP The date the review is due to be completed by the reviewer.
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_EDR_USER psc_lnp_pr_edr_file DOCUMENT_FILE_KEY
PSC_LNP_PR_EDR_USER psc_lnp_pr PLAN_REVIEW_KEY
PSC_LNP_PR_EDR_USER psc_com_pr_department_b AGENCY_ID, DEPARTMENT_ID
psc_lnp_pr_comment psc_lnp_pr_edr_user DOCUMENT_USER_KEY

Indexes

Index Uniqueness Tablespace Columns
PSC_LNP_PR_EDR_USER_U1 Unique Default DOCUMENT_USER_KEY