RC_TASK(SQL Table) |
Index Back |
---|---|
Task RecordThis record is used to store Task information. It is part of Business Process Tracking. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RC_TASK_ID | Character(15) | VARCHAR2(15) NOT NULL | Task ID used for Business Process tracking. |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
3 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL |
Short Description
Default Value: RC_TASK.DESCR |
4 | TIME_UNIT | Character(1) | VARCHAR2(1) NOT NULL |
Unit of time to use in completion times for Business Process tracking.
D=Day(s) H=Hour(s) M=Minute(s) Default Value: M |
5 | TIME_STANDARD | Number(15,0) | DECIMAL(15) NOT NULL | Standard user-entered time used in Business Process tracking. |
6 | TIME_MAXIMUM | Number(15,0) | DECIMAL(15) NOT NULL | Maximum user-entered time used in Business Process tracking. |
7 | BILLABLE_IND | Character(1) | VARCHAR2(1) NOT NULL |
Billable Indicator
Y/N Table Edit Default Value: N |
8 | EXTERNAL_FLG | Character(1) | VARCHAR2(1) NOT NULL |
business projects external source indicator
Y/N Table Edit |
9 | COST | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Total Cost |
10 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL |
This field stores the Currency Code value.
Default Value: PSOPRDEFN.CURRENCY_CD Prompt Table: CURRENCY_CD_TBL |
11 | RC_ASSIGNMENT_OPT | Character(1) | VARCHAR2(1) NOT NULL |
This determines which type of object will be assigned to a Business Project task. The translates for this field identify all the valid options.
C=Person G=Role P=Provider Group |
12 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
This field is used to store the value of SetID on various setup tables.
Default Value: OPR_DEF_TBL_RB.SETID Prompt Table: SP_SETID_NONVW |
13 | RC_ASSIGNED_TO | Character(30) | VARCHAR2(30) NOT NULL |
This is a field to store assignment information.
Prompt Table: %EDITTABLE |
14 | NOTES | Long Character | CLOB | Comments |
15 | RC_MAINT_OWNER | Character(1) | VARCHAR2(1) NOT NULL |
Call center Maintenance Owner
0=PeopleSoft 1=PeopleSoft / Customer Modified 2=Customer Default Value: 2 |
16 | SYSD_APPLICATION01 | Character(1) | VARCHAR2(1) NOT NULL |
PS CRM Core
N=No S=Sample Data Y=Yes Y/N Table Edit Default Value: N |
17 | SYSD_APPLICATION02 | Character(1) | VARCHAR2(1) NOT NULL |
Financial Services
N=No S=Sample Data Y=Yes Y/N Table Edit Default Value: N |
18 | SYSD_APPLICATION03 | Character(1) | VARCHAR2(1) NOT NULL |
Telecommunications
N=No S=Sample Data Y=Yes Y/N Table Edit Default Value: N |
19 | SYSD_APPLICATION04 | Character(1) | VARCHAR2(1) NOT NULL |
Government
N=No S=Sample Data Y=Yes Y/N Table Edit Default Value: N |
20 | SYSD_APPLICATION05 | Character(1) | VARCHAR2(1) NOT NULL |
Energy
N=No S=Sample Data Y=Yes Y/N Table Edit Default Value: N |
21 | SYSD_APPLICATION06 | Character(1) | VARCHAR2(1) NOT NULL |
Insurance
N=No S=Sample Data Y=Yes Y/N Table Edit Default Value: N |
22 | SYSD_APPLICATION07 | Character(1) | VARCHAR2(1) NOT NULL |
High Technology
N=No S=Sample Data Y=Yes Y/N Table Edit Default Value: N |
23 | SYSD_APPLICATION08 | Character(1) | VARCHAR2(1) NOT NULL |
HR HelpDesk
N=No S=Sample Data Y=Yes Y/N Table Edit Default Value: N |
24 | SYSD_APPLICATION09 | Character(1) | VARCHAR2(1) NOT NULL |
System Data Field for Application 9. Application 9 is used for Wealth Management.
N=No S=Sample Data Y=Yes Y/N Table Edit Default Value: N |
25 | SYSD_APPLICATION10 | Character(1) | VARCHAR2(1) NOT NULL |
Used in Application 10
N=No S=Sample Data Y=Yes Y/N Table Edit Default Value: N |
26 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
27 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
28 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
29 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
30 | 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. |
31 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |