ROLE_SCREEN 
Default Table Name  ROLE_SCREEN 
Definition 
 Name: Screen Rights.     Description: This table contains the screen rights for roles.
 

ROLE_SCREEN Columns 
ColumnName  Domain  Datatype  NULL  Definition 
ROLE_CD(PK)(FK)    VARCHAR2(10)  NO 
Name: Security Role. Description: The role identifier for this screen rights record.
 
SCREEN_CD(PK)(FK)    VARCHAR2(10)  NO 
Name: Screen. Description: The screen identifier for a specific screen.
 
S_RIGHTS_CD    VARCHAR2(10)  NO 
Name: Rights. Description: The type of access for the specific screen. The valid options are as follows: NO - No Rights. BROWSE - Browse Only. FULL - Full Rights
 
MODIFIED_BY    VARCHAR2(20)  NO 
Name: Modified By. Description: The User ID of the person who last modified this record.
 
ROWVERSION    NUMBER(10, 0)  NO 
Name: Row Version. Description: The number of times this record has been updated.
 
TIME_STAMP    DATE  NO 
Name: Time Stamp. Description: Date and time the record was last modified.
 

ROLE_SCREEN Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0026  PrimaryKey  ROLE_CD, SCREEN_CD 

ROLE_SCREEN Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
ROLE  Identifying  One To Zero or More  F00012      ROLE_CD  NO  NO 
SCREENS  Identifying  One To Zero or More  F00013      SCREEN_CD  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable