RIM_OPPY_UNV_VW

(SQL View)
Index Back

RIM Opportunity view

RIM Opportunity view used to provide Opportunity details to requesting RIM device for a given user.

SELECT OPPORTUNITY_NAME , OPPORTUNITY_STATUS ,OPPORTUNITY_ID , BUSINESS_UNIT , BO_ID_CUST , EST_REVENUE , FORECAST_TYPE , FORECAST_TOTAL , SALES_STAGE , ROW_LASTMANT_DTTM , SYNCID , SYNCDTTM FROM PS_RSF_OPPORTUNITY

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 OPPORTUNITY_NAME Character(50) VARCHAR2(50) NOT NULL Opportunity Name - User Enters this field in Mixed Case.
2 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
3 OPPORTUNITY_ID Character(15) VARCHAR2(15) NOT NULL Opportunity ID
4 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
5 BO_ID_CUST Number(31,0) DECIMAL(31) NOT NULL This field stores the Business Object ID for the customer.
6 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.
7 FORECAST_TYPE Character(10) VARCHAR2(10) NOT NULL Type of forecast, eg 'Open' or 'closed'
8 FORECAST_TOTAL Signed Number(28,3) DECIMAL(26,3) NOT NULL Forecast Total
9 SALES_STAGE Character(24) VARCHAR2(24) NOT NULL Sales Stage Identifier
10 ROW_LASTMANT_DTTM DateTime(26) TIMESTAMP The date and time that the row was last updated.
11 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.
12 SYNCDTTM DateTime(26) TIMESTAMP Synchronization Last Update Date Time