LEGAL_REQUIREMENT_PROCESS

4896 rows


Description

This is a table for Legal Requirements with Processes. Stores Legal requirements of a Process.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
LEGAL_REQUIREMENT_PROCESS_ID NUMBER 18 null
FINDING.LEGAL_REQUIREMENT_PROCESS_ID FINDING_PROCESS_L_REQ_FK1R

Field Legal Requirement Process ID. Stores primary key for this table.

LEGAL_REQUIREMENT_ID NUMBER 18 null
LEGAL_REQUIREMENT.LEGAL_REQUIREMENT_ID LEGAL_REQUIREMENT_PROCESS_FK2R

Field Legal Requirement ID. Stores legal requirement, foreign key to table legal_requirement.

PROCESS_ID NUMBER 18 null
PROCESS.PROCESS_ID LEGAL_REQUIREMENT_PROCESS_FK1R

Field Process ID. Stores process, foreign key to table process.

VERSION_ID NUMBER 18 null

Field Version. Stores the version of the record.

CUSER VARCHAR2 75 null

Field Create User. Stores who create the record.

CDATE TIMESTAMP(6) 11,6 SYSTIMESTAMP

Field Create Date. Stores when the record was created.

MUSER VARCHAR2 75 null

Field Modified User. Stores who modified the record.

MDATE TIMESTAMP(6) 11,6 SYSTIMESTAMP

Field Modified Date. Stores when the record was modified.

Indexes

Constraint Name Type Sort Column(s)
LEGAL_REQUIREMENT_PROCESS_PK Primary key Asc LEGAL_REQUIREMENT_PROCESS_ID
LG_REQ_PROCESS_UK1 Must be unique Asc/Asc LEGAL_REQUIREMENT_ID + PROCESS_ID

Relationships