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

ROLE_SCREEN Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
ROLE_CD(PK)(FK)    VARCHAR(10)  NO 
Name: Security Role. Description: The role identifier for this screen rights record.
 
SCREEN_CD(PK)(FK)    VARCHAR(10)  NO 
Name: Screen. Description: The screen identifier for a specific screen.
 
S_RIGHTS_CD    VARCHAR(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    VARCHAR(20)  NO 
Name: Modified By. Description: The User ID of the person who last modified this record.
 
ROWVERSION    NUMERIC(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 Keys 
Key Name  Key Type  Keys 
PI_0026  PrimaryKey  ROLE_CD, SCREEN_CD 
RI_F00013  Inversion Entry  SCREEN_CD 
RI_F00012  Inversion Entry  ROLE_CD 

ROLE_SCREEN Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
ROLE  Identifying  One To Zero or More        ROLE_CD  NO 
SCREENS  Identifying  One To Zero or More        SCREEN_CD  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype