RMA_INV_LN_SRCH(SQL View) |
Index Back |
---|---|
RMA line search |
select a.business_unit, a.rma_id, a.rma_line_nbr, a.inv_item_id from PS_RMA_HEADER b, ps_rma_line a 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 | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Default Value: OPR_DEF_TBL_FS.BUSINESS_UNIT Prompt Table: SP_BU_FS_NONVW |
|
2 | Character(10) | VARCHAR2(10) NOT NULL |
RMA Number
Prompt Table: RMA_HDR_SRCH |
|
3 | Number(5,0) | INTEGER NOT NULL | RMA Line Number | |
4 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL |
Item ID
Prompt Table: BU_ITM_INV_VW |