PC_RATE_ROLERGN(SQL Table) |
Index Back |
---|---|
Rates by Role and RegionNew child Record to get rates by role and region... |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
2 | PROJ_ROLE | Character(15) | VARCHAR2(15) NOT NULL | Project Role |
3 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
4 | REGION_CD | Character(10) | VARCHAR2(10) NOT NULL |
Identifies the Sales Region. Populated on the Item Table to identify the Sales Region the Item is applied to.
Prompt Table: RS_REGION_VW |
5 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL |
Currency Code
Prompt Table: CURRENCY_CD_TBL |
6 | UNIT_OF_MEASURE | Character(3) | VARCHAR2(3) NOT NULL |
Used on an approval rule set.
MHR=Muti Hourly PER=Percentage SQF=Square Footage Prompt Table: UNITS_TBL |
7 | COST_RATE | Number(27,3) | DECIMAL(26,3) NOT NULL | Cost Rate |
8 | BILL_RATE | Number(27,3) | DECIMAL(26,3) NOT NULL | Billing Rate |