RB_WL_DELEGATE(SQL Table) |
Index Back |
---|---|
Worklist DelegationThis record is used to store worklist delegations. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | SEQNO | Number(5,0) | INTEGER NOT NULL | Sequence Number |
3 | START_DT | Date(10) | DATE NOT NULL | Start date field to store start date value. |
4 | END_DT | Date(10) | DATE NOT NULL | This field stores the end date values. |
5 | DELEGATED_BY_PID | Character(15) | VARCHAR2(15) NOT NULL | Perosn Id of the perosn who is delegating Tasks to another person or group. |
6 | WORKLIST_PRSN_ID | Character(15) | VARCHAR2(15) NOT NULL | Worklist assignee |
7 | WORKLISTNAME | Character(30) | VARCHAR2(30) NOT NULL |
Worklist Name
Default Value: MYWL Prompt Table: RB_WLNAME_DVW |
8 | DELEGATE_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Delegate Type identifies the type of person, or group receiving delegation.
G=Group Worklist I=Individual Default Value: I |
9 | DELEGATE_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Delegate person ID |
10 | DELEGATE_NAME | Character(80) | VARCHAR2(80) NOT NULL | Name of the object that is receiving a Task Delegation or Worklist Delegation, could be a person, or a group, or all direct reports of a supervisor. |
11 | READONLY | Character(1) | VARCHAR2(1) NOT NULL |
Read Only
Y/N Table Edit Default Value: N |
12 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
13 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
14 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
15 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
16 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |
17 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |