RBC_EXTFILE_HDR(SQL Table) |
Index Back |
---|---|
External File Definition tableExternal File Definition table |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RB_ELAYOUT_NAME | Character(30) | VARCHAR2(30) NOT NULL | External File Name |
2 | RB_USAGE_ID | Number(10,0) | DECIMAL(10) NOT NULL |
Unique Usage Identifier
Prompt Table: RBC_USAGE_VW |
3 | RB_USAGE_NAME | Character(30) | VARCHAR2(30) NOT NULL | Usage Name |
4 | CM_CNTNT_TYPE | Character(4) | VARCHAR2(4) NOT NULL |
Identifies whether the layout content has any tokens or not
S=Static T=Transactional Default Value: S |
5 | CM_ACC_CONTROL | Character(1) | VARCHAR2(1) NOT NULL |
Access Control
P=Private R=Role Specific U=Public Default Value: U |
6 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |