RG_CHGREQ_ATGVW

(SQL View)
Index Back

Change Request View

Retrieves asset tags associated with change requests.

SELECT A.SYNCID , A.CHANGE_REQUEST_ID , A.BUSINESS_UNIT , B.ASSETTAG 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 ASSETTAG Character(40) VARCHAR2(40) NOT NULL Asset Tag

Prompt Table: RF_IPRD_AT_VW2