SP_BUINRM_NONVW(SQL View) |
Index Back |
---|---|
Sec Vw - RMA BU |
SELECT DISTINCT rma.business_unit , fs.descr FROM PS_RMA_HEADER rma , ps_bus_unit_tbl_fs fs WHERE rma.business_unit = fs.business_unit |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUS_UNIT_RMA | Character(5) | VARCHAR2(5) NOT NULL | RMA Business Unit |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |