PC_PM_DTL_VW

(SQL View)
Index Back

MTR Details


SELECT BUSINESS_UNIT , PROJECT_ID , ACTIVITY_ID , RESOURCE_ID , RESOURCE_ID_FROM , ANALYSIS_TYPE , EMPLID , RESOURCE_TYPE , RESOURCE_CATEGORY , RESOURCE_SUB_CAT , PM_REVIEWED , BI_DISTRIB_STATUS , ACCOUNTING_DT , TRANS_DT , JOBCODE , UNIT_OF_MEASURE , RESOURCE_QUANTITY , RESOURCE_AMOUNT , CURRENCY_CD , SYSTEM_SOURCE , FOREIGN_CURRENCY , RT_TYPE , FOREIGN_AMOUNT , CONTRACT_NUM , CONTRACT_LINE_NUM , CUST_ID FROM PS_PROJ_RESOURCE

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit

Prompt Table: SP_BU_PC_NONVW

2 PROJECT_ID Character(15) VARCHAR2(15) NOT NULL Project Id ChartField

Prompt Table: PROJECT_VW

3 ACTIVITY_ID Character(15) VARCHAR2(15) NOT NULL Activity ID

Prompt Table: PROJ_ACT_SRCH

4 RESOURCE_ID Character(40) VARCHAR2(40) NOT NULL Transaction ID
5 RESOURCE_ID_FROM Character(40) VARCHAR2(40) NOT NULL Original Transaction ID
6 ANALYSIS_TYPE Character(3) VARCHAR2(3) NOT NULL Analysis Type
7 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
8 RESOURCE_TYPE Character(5) VARCHAR2(5) NOT NULL Source Type
9 RESOURCE_CATEGORY Character(5) VARCHAR2(5) NOT NULL Category
10 RESOURCE_SUB_CAT Character(5) VARCHAR2(5) NOT NULL Subcategory
11 PM_REVIEWED Character(1) VARCHAR2(1) NOT NULL Reviewed
A=All
N=Not Reviewed
Y=Reviewed
12 BI_DISTRIB_STATUS Character(1) VARCHAR2(1) NOT NULL Billing Distribution Status
D=Distributed
I=Ignore
N=Not Distributed
P=Priced
U=Unbillable/Non-billable
W=Billing Worksheet
13 ACCOUNTING_DT Date(10) DATE The accounting entry construction date for a given transaction (a generic field that crosses multiple
14 TRANS_DT Date(10) DATE Transaction Date
15 JOBCODE Character(6) VARCHAR2(6) NOT NULL Job Code
16 UNIT_OF_MEASURE Character(3) VARCHAR2(3) NOT NULL Used on an approval rule set.
MHR=Muti Hourly
PER=Percentage
SQF=Square Footage
17 RESOURCE_QUANTITY Signed Number(16,2) DECIMAL(14,2) NOT NULL Quantity
18 AMOUNT Signed Number(28,3) DECIMAL(26,3) NOT NULL Amount
19 CURRENCY_CD Character(3) VARCHAR2(3) NOT NULL Currency Code
20 SYSTEM_SOURCE Character(3) VARCHAR2(3) NOT NULL Identifies the application or source system that generated a journal entry. Release 8.80 - 11/14/2002 - RVlasic - Removed GDM (JrnlGen - Deduction Management) from Translate Values. SUJ---Included a label as Product. Release 8.9 - 05/11/2005 - RVlasic - Added PRV (Variance Pricing) and PKK (KK Budget Journal) and deleted GLK for Project Costing per Brian Cohen.
21 FOREIGN_CURRENCY Character(3) VARCHAR2(3) NOT NULL Foreign Currency Code
22 RT_TYPE Character(5) VARCHAR2(5) NOT NULL Defines a category of market rates for currency conversion. Some examples of rate types are commercial, average, floating, and historical.
23 FOREIGN_AMOUNT Signed Number(28,3) DECIMAL(26,3) NOT NULL Specifies the monetary amount of a debit or credit (accounting entry line) in the entry currency of the item. The sum of FOREIGN_AMOUNT values on AR lines should equal the ENTRY_AMT on the pending item.
24 CONTRACT_NUM Character(25) VARCHAR2(25) NOT NULL Contract
25 CONTRACT_LINE_NUM Number(3,0) SMALLINT NOT NULL Contract Line Num
26 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.