CS_DOCTYPE_ROLE(SQL Table) |
Index Back |
---|---|
Document Type RolesSCC 11/15/05: Roles that can create documents with specified document types. |
# | 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 | CS_DOCUMENT_TYPE | Character(20) | VARCHAR2(20) NOT NULL |
Document Type
001=Main Document 002=Amendment 003=Preview Document 004=Compare File |
3 | ROLENAME | Character(30) | VARCHAR2(30) NOT NULL |
The name of a Role in the Role Definition Table (see PSROLEDEFN).
Prompt Table: PSROLEDEFN_VW |
4 | CS_ACCESS | Character(2) | VARCHAR2(2) NOT NULL |
Access
01=Create 02=View Only Default Value: 01 |
5 | CS_OVERRIDE_CFG | Character(1) | VARCHAR2(1) NOT NULL |
Allow Override Configurator ID
Y/N Table Edit Default Value: N |