RI_BPEL_PRC_VW

(SQL View)
Index Back

Business Process

360 View for Busniness Processes

SELECT bo.BO_ID_CUST , bo.ROLE_TYPE_ID_CUST , bo.BO_ID_CONTACT , bo.ROLE_TYPE_ID_CNTCT , bo.BO_ID_SITE , hdr.RBB_STATUS , hdr.RBB_ROWADDED_DTTM , hdr.RBB_BPEL_INST_ID , O.DESCR , hdr.RBB_END_DTTM , bo.BO_ID_PARTNER , bo.ROLE_TYPE_ID_PART , bo.BO_ID_PART_CONT , bo.ROLE_TYPE_ID_PARTC , hdr.RBB_ROWADDED_DTTM , hdr.RBB_ROWADDED_OPRID , hdr.RBB_ROWUPD_DTTM , hdr.RBB_ROWUPD_OPRID , hdr.SYNCID , hdr.SYNCDTTM FROM PS_RBB_BO_ASSOCTN bo , PS_RBB_INST_HDR hdr , PSOPERATION O WHERE bo.RBB_BPEL_INST_ID = hdr.RBB_BPEL_INST_ID AND O.IB_OPERATIONNAME = %Substring(hdr.RBB_SERV_OPR_ID,1,30)

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 BO_ID_CUST Number(31,0) DECIMAL(31) NOT NULL This field stores the Business Object ID for the customer.
2 ROLE_TYPE_ID_CUST Number(12,0) DECIMAL(12) NOT NULL Stores ROLE_TYPE_ID for the customer
3 BO_ID_CONTACT Number(31,0) DECIMAL(31) NOT NULL This field indicates the Business Object ID for the contact.
4 ROLE_TYPE_ID_CNTCT Number(12,0) DECIMAL(12) NOT NULL Stores ROLE_TYPE_ID for the contact
5 BO_ID_SITE Number(31,0) DECIMAL(31) NOT NULL Business Object ID
6 RBB_STATUS Character(1) VARCHAR2(1) NOT NULL Current Status of the BPEL Instance in Peoplesoft System
C=Completed
F=Failed
P=In Progress
Q=Queued
X=Cancelled
7 RBB_START_DTTM DateTime(26) TIMESTAMP Business Process Start Date and Time
8 RBB_BPEL_INST_ID Character(100) VARCHAR2(100) NOT NULL Business Process Instance ID
9 DESCR Character(30) VARCHAR2(30) NOT NULL Description
10 RBB_END_DTTM DateTime(26) TIMESTAMP Business Process End Date and Time
11 BO_ID_PARTNER Signed Number(32,0) DECIMAL(31) NOT NULL Business Object ID of Partner Company.
12 ROLE_TYPE_ID_PART Number(12,0) DECIMAL(12) NOT NULL Stores ROLE_TYPE_ID for the partner
13 BO_ID_PART_CONT Signed Number(32,0) DECIMAL(31) NOT NULL This is the business object identifier for the partner contact.
14 ROLE_TYPE_ID_PARTC Number(12,0) DECIMAL(12) NOT NULL Stores ROLE_TYPE_ID for the partner contact
15 ROW_ADDED_DTTM DateTime(26) TIMESTAMP This is a datetime field for record creation.
16 ROW_ADDED_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who added the row.
17 ROW_LASTMANT_DTTM DateTime(26) TIMESTAMP The date and time that the row was last updated.
18 ROW_LASTMANT_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who last modified the row.
19 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.
20 SYNCDTTM DateTime(26) TIMESTAMP Synchronization Last Update Date Time