RMA_LININV_SRCH(SQL View) |
Index Back |
---|---|
RMA line search |
select a.business_unit, a.rma_id, a.rma_line_nbr from ps_rma_line a, PS_RMA_HEADER b where a.business_unit = b.business_unit and a.rma_id = b.rma_id and b.rma_type='I' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Default Value: OPR_DEF_TBL_FS.BUSINESS_UNIT Prompt Table: SP_BU_FS_NONVW |
2 | RMA_ID | Character(10) | VARCHAR2(10) NOT NULL |
RMA Number
Prompt Table: RMA_HDR_SRCH |
3 | RMA_LINE_NBR | Number(5,0) | INTEGER NOT NULL | RMA Line Number |