C360_DS_RN_SRCH(SQL View) |
Index Back |
---|---|
Customert Docstatus Work ScrCustomer Docstatus Work Scroll record |
SELECT R.SETID , A.BILL_TO_CUST_ID ,A.BUSINESS_UNIT , A.RMA_ID , 'RMA' , A.RMA_DATE , A.RMA_ID , ' ' , A.RMA_STATUS FROM PS_RMA_HEADER A ,PS_SET_CNTRL_REC R WHERE R.SETCNTRLVALUE=A.BUSINESS_UNIT AND R.RECNAME='CUSTOMER' AND R.REC_GROUP_ID='FS_23' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | SetID | |
2 | 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 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
4 | Character(25) | VARCHAR2(25) NOT NULL | Document ID | |
5 | Character(3) | VARCHAR2(3) NOT NULL |
Document Type
CNT=Contract INV=Invoice ITM=Item PMT=Payment RFQ=Quotation RMA=Returned Material SO=Sales Order |
|
6 | Date(10) | DATE | Document Date | |
7 | RMA_ID | Character(10) | VARCHAR2(10) NOT NULL | RMA Number |
8 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
9 | STATUS_FIELD | Character(30) | VARCHAR2(30) NOT NULL | Payment Status |