RG_CHGREQ_PRGVW

(SQL View)
Index Back

Change Request View

Retrieves product groups and descriptions for product groups associated with change requests.

SELECT A.SYNCID , A.CHANGE_REQUEST_ID , A.BUSINESS_UNIT , B.PRODUCT_GROUP 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_GROUP Character(10) VARCHAR2(10) NOT NULL PRoduct Group