RSFM_OPP_SV_VW

(SQL View)
Index Back

Opportunity - Sales Viewer

This is the opportunity view for sales Viewer

SELECT OPPORTUNITY_ID ,PERSON_ID ,OPPORTUNITY_NAME ,OPPORTUNITY_STATUS ,BUSINESS_UNIT ,NAME1 ,REGION_ID ,REGIONDESCR ,TERRITORYDESCR ,SALES_USER_NAME ,PHONE ,NAME ,FIRST_NAME ,LAST_NAME ,EST_REVENUE ,EST_CLOSE_DT ,ROW_ADDED_DTTM ,ROW_ADDED_OPRID ,ROW_LASTMANT_DTTM ,ROW_LASTMANT_OPRID ,SYNCID ,SYNCDTTM FROM PS_RSF_OPPORTUNITY WHERE '1' = '2'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 OPPORTUNITY_ID Character(15) VARCHAR2(15) NOT NULL Opportunity ID

Default Value: NEXT

2 PERSON_ID Character(15) VARCHAR2(15) NOT NULL Person ID

Prompt Table: RSF_USER_BU_VW

3 OPPORTUNITY_NAME Character(50) VARCHAR2(50) NOT NULL Opportunity Name - User Enters this field in Mixed Case.
4 OPPORTUNITY_STATUS Character(1) VARCHAR2(1) NOT NULL Opportunity Status. The values are XLat Values
0=Open
1=Closed - Lost
2=Closed - Won
3=Inactive

Default Value: 0

5 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit

Default Value: RSF_OPR_DEF_VW.BUSINESS_UNIT

Prompt Table: SP_BU_RSF_NONVW

6 NAME1 Character(50) VARCHAR2(50) NOT NULL Generic 50 character name field for storing names.
7 REGION_ID Character(15) VARCHAR2(15) NOT NULL This field stores the region id value.

Prompt Table: RSF_REGION_VW

8 REGIONDESCR Character(30) VARCHAR2(30) NOT NULL Description
9 TERRITORYDESCR Character(30) VARCHAR2(30) NOT NULL Description
10 SALES_USER_NAME Character(50) VARCHAR2(50) NOT NULL Sales User Name field
11 PHONE Character(24) VARCHAR2(24) NOT NULL This field stores the Telephone number.
12 NAME Character(50) VARCHAR2(50) NOT NULL Name

Prompt Table: RD_PERSON

13 FIRST_NAME Character(30) VARCHAR2(30) NOT NULL First Name
14 LAST_NAME Character(30) VARCHAR2(30) NOT NULL Last Name
15 EST_REVENUE Signed Number(28,3) DECIMAL(26,3) NOT NULL The expected revenue (amount) associated with an Opportunity. This is particularly used for forecasting.
16 EST_CLOSE_DT Date(10) DATE Estimated Close Date of an Opportunity
17 ROW_ADDED_DTTM DateTime(26) TIMESTAMP This is a datetime field for record creation.
18 ROW_ADDED_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who added the row.
19 ROW_LASTMANT_DTTM DateTime(26) TIMESTAMP The date and time that the row was last updated.
20 ROW_LASTMANT_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who last modified the row.
21 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.
22 SYNCDTTM DateTime(26) TIMESTAMP Synchronization Last Update Date Time