RS_MYRSRC_WS(SQL Table) |
Index Back |
---|
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | BILL_RATE | Number(27,3) | DECIMAL(26,3) NOT NULL | Billing Rate |
3 | STD_HOURS | Number(7,2) | DECIMAL(6,2) NOT NULL | Standard Hours |
4 | NAME | Character(50) | VARCHAR2(50) NOT NULL | Name |
5 | NAME_DISPLAY | Character(50) | VARCHAR2(50) NOT NULL | Name Display |
6 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
7 | SO_ID | Character(15) | VARCHAR2(15) NOT NULL | Service Order ID |
8 | CUST_SETID | Character(5) | VARCHAR2(5) NOT NULL | Customer SetID |
9 | CUST_ID | Character(15) | VARCHAR2(15) NOT NULL | Uniquely identifies an organizational entity that purchases goods or services from the enterprise. Represents the sold-to customer which is the customer organization that places orders. The CUST_ID may or may not be the same as the identifiers for the bill-to and ship-to locations. |
10 | END_DT | Date(10) | DATE | End Date |
11 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
12 | TASK_TYPE | Character(18) | VARCHAR2(18) NOT NULL | Task Category |
13 | EXPIRE_FLG | Character(1) | VARCHAR2(1) NOT NULL |
03/15/2002 - WDR_FACTSII - For JFMIP Testing - Add Translate Values 'Y' and 'N' to support CheckBox and Expiring Year Label
Default Value: N |
14 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL | Currency Code |
15 | FIT_SCORE | Signed Number(7,4) | DECIMAL(5,4) NOT NULL | Fit Score |
16 | LAST_DATE_WORKED | Date(10) | DATE | Last Date Worked |
17 | ASSIGNMENT_ID | Character(15) | VARCHAR2(15) NOT NULL | Work Assignment ID |
18 | PERIOD | Number(3,0) | SMALLINT NOT NULL | Period |
19 | PERCENTAGE | Signed Number(7,2) | DECIMAL(5,2) NOT NULL | Percentage |
20 | START_DT | Date(10) | DATE | Start Date |
21 | WORKLIST_FLG | Character(1) | VARCHAR2(1) NOT NULL |
If the worklist flag is checked, the item will added to a specific user(s) worklist.
N=No Y=Yes Y/N Table Edit Default Value: N |