HOLD_ROLE_LNK(SQL Table) |
Index Back |
---|---|
Hold Security by RoleThis record holds the hold codes a given role can access by setid |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
2 | ROLENAME | Character(30) | VARCHAR2(30) NOT NULL |
The name of a Role in the Role Definition Table (see PSROLEDEFN).
Prompt Table: PSROLEDEFN_SRCH |
3 | HOLD_CD | Character(6) | VARCHAR2(6) NOT NULL |
Hold Code
Prompt Table: HOLD_CD |
4 | ADD_AUTH | Character(1) | VARCHAR2(1) NOT NULL |
Add Authority
Y/N Table Edit Default Value: Y |
5 | MOD_AUTH | Character(1) | VARCHAR2(1) NOT NULL |
Modify Authority
Y/N Table Edit Default Value: Y |
6 | DEL_AUTH | Character(1) | VARCHAR2(1) NOT NULL |
Delete Authority
Y/N Table Edit Default Value: N |