C360_RMASUM_VW

(SQL View)
Index Back

Comprehensive Customer View


SELECT R.SETID ,H.SOLD_TO_CUST_ID , H.RMA_ID , H.RMA_DATE , H.BUSINESS_UNIT , H.RMA_STATUS FROM PS_RMA_HEADER H ,PS_SET_CNTRL_REC R WHERE R.SETCNTRLVALUE=H.BUSINESS_UNIT AND R.RECNAME='CUSTOMER' AND R.REC_GROUP_ID='FS_23'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 SETID Character(5) VARCHAR2(5) NOT NULL SetID
2 CUST_ID Character(15) VARCHAR2(15) NOT NULL Uniquely identifies an organizational entity that purchases goods or services from the enterprise. Represents the sold-to customer which is the customer organization that places orders. The CUST_ID may or may not be the same as the identifiers for the bill-to and ship-to locations.
3 RMA_ID Character(10) VARCHAR2(10) NOT NULL RMA Number
4 RMA_DATE Date(10) DATE RMA Date
5 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
6 RMA_STATUS Character(2) VARCHAR2(2) NOT NULL RMA Status
C=Closed
O=Open
P=Pending
X=Canceled