PSC_LNP_PR_USER

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

Details

  • Schema: FUSION

  • Object owner: PSC_PER

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

PSC_LNP_PR_USER_PK

PLAN_REVIEW_USER_KEY

Columns

Name Datatype Length Precision Not-null Comments Status
PLAN_REVIEW_USER_KEY NUMBER 18 Yes Unique identifier of a plan reviewer or user. Active
PLAN_REVIEW_USER_PUID VARCHAR2 480 Yes The public unique identifier for a plan reviewer record.
AGENCY_ID NUMBER 8 Yes Unique identifier for an Agency. Active
PLAN_REVIEW_KEY NUMBER 18 Yes Unique identifier of a Plan Review. Active
PLAN_REVIEW_PUID VARCHAR2 480 Yes The public unique identfier for a plan review record.
REVIEWER_ID NUMBER 18 Unique identifier for the plan 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 plan reviewer or user account. Active
REVIEWER_EMAIL_ID NUMBER 18 Contains the email address of the Plan Reviewer. Active
USER_TYPE VARCHAR2 8 Yes Indicates whether the user is an internal or external user. Active
REVIEW_STATUS VARCHAR2 15 The review status of the Plan Reviewer or user. Active
DECISION VARCHAR2 15 The decision status the Plan Reviewer or user. Active
DECISION_DTTM TIMESTAMP The date and time person or user entered a decision for the Plan Review. Active
ASSIGNED_BY NUMBER 18 The user that assigned the Plan Review to the plan reviewer or user. Active
ASSIGNED_DTTM TIMESTAMP The date and time the Plan Review was assigned to the plan reviewer or user. Active
OVERRIDE VARCHAR2 1 Yes Indicator if the decision on the Plan Review was overridden. Active
OVERRIDE_DECISION VARCHAR2 15 The decision value from the override action. Active
OVERRIDE_BY NUMBER 18 The user that performed the override action. Active
OVERRIDE_DTTM TIMESTAMP Contains the date and time the override occurred. Active
REVIEWER_DUE_DATE TIMESTAMP The date the review is due to be completed by the reviewer.
MIGRATED_DATA_FLAG VARCHAR2 3 Status of CRM Data Import migration.
EMAIL_ADDRESS VARCHAR2 320 Contains the email address of the electronic document reviewer.
UPLOAD_STATUS VARCHAR2 1 Indicates the status of uploading the user id to the third-party electronic document review application.
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. Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row. Active
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row. Active

Foreign Keys

Table Foreign Table Foreign Key Column
PSC_LNP_PR_USER psc_lnp_pr PLAN_REVIEW_KEY
PSC_LNP_PR_USER psc_com_pr_department_b AGENCY_ID, DEPARTMENT_ID
psc_lnp_pr_comment psc_lnp_pr_user PLAN_REVIEW_USER_KEY

Indexes

Index Uniqueness Tablespace Columns Status
PSC_LNP_PR_USER_FK1 Non Unique Default PLAN_REVIEW_KEY
PSC_LNP_PR_USER_FK2 Non Unique Default PLAN_REVIEW_PUID
PSC_LNP_PR_USER_PK Unique FUSION_TS_TX_IDX PLAN_REVIEW_USER_KEY Active
PSC_LNP_PR_USER_U1 Unique Default PLAN_REVIEW_USER_PUID