RG_CHGREQ_PRDVW

(SQL View)
Index Back

Change Request View

Retrieves product and descriptions for products associated with change requests.

SELECT A.SYNCID , A.CHANGE_REQUEST_ID , A.BUSINESS_UNIT , B.PRODUCT_ID FROM PS_RG_CHANGE_REQST A , PS_RG_CHANGE_PROD B WHERE B.CHANGE_REQUEST_ID = A.CHANGE_REQUEST_ID AND B.BUSINESS_UNIT = A.BUSINESS_UNIT

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 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.
2 CHANGE_REQUEST_ID Character(15) VARCHAR2(15) NOT NULL change request identification is key to change request
3 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit

Prompt Table: SP_BU_RG_NONVW

4 PRODUCT_ID Character(18) VARCHAR2(18) NOT NULL Product ID