PSC_LNP_PR_EDR_FILE

This table contains the documents for an electronic document review.

Details

  • Schema: FUSION

  • Object owner: PSC_PER

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

PSC_LNP_PR_EDR_FILE_PK

DOCUMENT_FILE_KEY

Columns

Name Datatype Length Precision Not-null Comments
DOCUMENT_FILE_KEY NUMBER 18 Yes Unique identifier for an electronic document review document attachment.
DOCUMENT_FILE_PUID VARCHAR2 480 Yes Public unique identifier for a plan review document or file.
AGENCY_ID NUMBER 8 Yes Unique identifier for an Agency.
PLAN_REVIEW_KEY NUMBER 18 Yes Unique identifier of a Plan Review.
PLAN_REVIEW_PUID VARCHAR2 480 Yes Public unique identifier for a plan review record.
REVIEW_STATUS VARCHAR2 15 The review status of the document.
DECISION VARCHAR2 15 The decision status of the document.
DECISION_DTTM TIMESTAMP The date and time for the decision of the document.
LNP_ATTACHMENT_KEY NUMBER 18 Unique identifier of a document attachment.
LNP_ATTACHMENT_PUID VARCHAR2 2048 Public unique identifier for a document attachment.
DOCUMENT_FILE_ID NUMBER 11 Unique identifier for the electronic plan review document in the third-party application.
UPLOAD_STATUS VARCHAR2 1 The status of uploading a document to the third-party application.
DOWNLOAD_STATUS VARCHAR2 1 Yes COLUMN1
RESUBMIT_STATUS VARCHAR2 1 The resubmit status of the document.
DOCUMENT_REVIEWED_FLAG VARCHAR2 1 Yes Used to indicate that the document was marked up and returned from the third-party application.
VISIBLE_FLAG VARCHAR2 1 Yes Used to indicate that the document is visible on the page.
ORIGINAL_FILE_KEY NUMBER 18 Unique identifier of the original document submitted for electronic plan review.
ORIGINAL_FILE_PUID VARCHAR2 480 Public unique identifier of the original document submitted for electronic plan review.
MIGRATED_DATA_FLAG VARCHAR2 3 Status of CRM Data Import migration.
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_FILE psc_lnp_pr PLAN_REVIEW_KEY
psc_lnp_pr_edr_user psc_lnp_pr_edr_file DOCUMENT_FILE_KEY
psc_lnp_pr_comment psc_lnp_pr_edr_file DOCUMENT_FILE_KEY

Indexes

Index Uniqueness Tablespace Columns
PSC_LNP_PR_EDR_FILE_U1 Unique Default DOCUMENT_FILE_KEY
PSC_LNP_PR_EDR_FILE_U2 Unique Default DOCUMENT_FILE_PUID