SSR_SCRTY_EXAM(SQL Table) |
Index Back |
---|---|
OprID Access to Exam MgmtSSR_SCRTY_EXAM is used for data security purposes. It identifies the highest academic organization (in the hierarchy of academic organizations within your institution) that can be accessed by a particular operator ID to be used for security for Exam Management. When you grant user access to a certain academic organization, you are also granting access to all academic organization that report to it, unless an academic organization is specifically excluded. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL |
A user's ID (see PSOPRDEFN).
Prompt Table: OPRDEFN2 |
2 | ACAD_ORG | Character(10) | VARCHAR2(10) NOT NULL |
Academic Organization
Prompt Table: ACAD_SCRTY_VW |
3 | ACCESS_CD | Character(1) | VARCHAR2(1) NOT NULL |
Access Code
N=No Access Y=Read/Write Access Default Value: Y |
4 | TREE_EFFDT | Date(10) | DATE NOT NULL | Effective date of the Tree |
5 | TREE_NODE_NUM | Number(10,0) | DECIMAL(10) NOT NULL | Internal beginning node range number |
6 | TREE_NODE_NUM_END | Number(10,0) | DECIMAL(10) NOT NULL | Internal ending node range number |