RIM_OPP_DYN_VW

(SQL View)
Index Back

Collection of Opportunities.

Dynamic collection of Opportunities based on online Data Distribution Rules.

SELECT DISTINCT(O.OPPORTUNITY_ID) , O.OPPORTUNITY_NAME , O.OPPORTUNITY_STATUS , B.BO_NAME_DISPLAY , O.NAME , O.SYNCID , O.SYNCDTTM FROM PS_RSF_OPPORTUNITY O LEFT OUTER JOIN PS_BO_NAME B ON B.BO_ID=O.BO_ID_CUST

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 OPPORTUNITY_ID Character(15) VARCHAR2(15) NOT NULL Opportunity ID
2 OPPORTUNITY_NAME Character(50) VARCHAR2(50) NOT NULL Opportunity Name - User Enters this field in Mixed Case.
3 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
4 BO_NAME_DISPLAY Character(80) VARCHAR2(80) NOT NULL Full name of the Business Object
5 NAME Character(50) VARCHAR2(50) NOT NULL Name
6 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.
7 SYNCDTTM DateTime(26) TIMESTAMP Synchronization Last Update Date Time