PSA_PROJ_EST_VW(SQL View) |
Index Back |
---|---|
PSA Opportunity Header Record |
SELECT A.BUSINESS_UNIT , A.PROJECT_ID , A.OPPORTUNITY_ID , A.SEL_SCENARIO_ID , A.STATUS_OPPORTUNITY , A.CUST_ID , B.DESCR , A.CURRENCY_CD , A.INTEGRATION_TMPL , A.PROJECT_TYPE , A.PROJECT_MANAGER FROM PS_PSA_OPPTY_HDR A , PS_PROJECT B , PS_PSA_INTFC_PROJ C WHERE A.BUSINESS_UNIT = B.BUSINESS_UNIT AND A.PROJECT_ID = B.PROJECT_ID AND C.BUSINESS_UNIT = B.BUSINESS_UNIT AND C.PROJECT_ID = B.PROJECT_ID AND C.OPPORTUNITY_ID = A.OPPORTUNITY_ID AND C.PC_DISTRIB_STATUS <> 'D' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Default Value: OPR_DEF_TBL_PC.BUSINESS_UNIT Prompt Table: SP_BU_PC_NONVW |
2 | PROJECT_ID | Character(15) | VARCHAR2(15) NOT NULL | Project Id ChartField |
3 | OPPORTUNITY_ID | Character(15) | VARCHAR2(15) NOT NULL |
Opportunity ID
Default Value: NEXT |
4 | SCENARIO_ID | Character(4) | VARCHAR2(4) NOT NULL | A unique key identifier that allows a treasury to classify distinct revaluation events as varying and divergent ca |
5 | STATUS_OPPORTUNITY | Character(3) | VARCHAR2(3) NOT NULL |
Opportunity Status
Prompt Table: PSA_STATUS_DEFN |
6 | 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.
Prompt Table: CUSTOMER |
7 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
8 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL |
Currency Code
Default Value: OPR_DEF_TBL_PC.CURRENCY_CD Prompt Table: CURRENCY_CD_TBL |
9 | INTEGRATION_TMPL | Character(15) | VARCHAR2(15) NOT NULL |
Integration
Default Value: OPR_DEF_TBL_PC.INTEGRATION_TMPL Prompt Table: PC_INT_TMPL |
10 | PROJECT_TYPE | Character(5) | VARCHAR2(5) NOT NULL |
Project Type
A=Activity G=Grant H=Phase P=Project S=Segment Prompt Table: PROJ_TYPE_TBL |
11 | PROJECT_MANAGER | Character(11) | VARCHAR2(11) NOT NULL |
Project Manager
Prompt Table: PROJ_MGR_VW |