RC_ACTIV_TASK(SQL Table) |
Index Back |
---|---|
Activity Task RecordThis record stores the relationship of tasks to activities. It is part of Business Process tracking. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RC_ACTIVITY_ID | Character(15) | VARCHAR2(15) NOT NULL | Activity ID used in Business Process tracking. |
2 | NESTED_BP_IND | Character(1) | VARCHAR2(1) NOT NULL |
Sub Business Project
N=No Y=Yes Y/N Table Edit Default Value: N |
3 | RC_TASK_ID | Character(15) | VARCHAR2(15) NOT NULL |
Task ID used for Business Process tracking.
Prompt Table: %EDITTABLE39 |
4 | SEQ_NUM | Number(3,0) | SMALLINT NOT NULL |
Sequence
Default Value: 1 |
5 | REQUIRED_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
Required
N=No Y=Yes Y/N Table Edit Default Value: N |