
| Name | Value |
|---|---|
| NAME | DSSO DTLD LIST BUS. TYPES |
| TAG | BUSTYPE |
| ROUTINE | DSSODU2 |
| RETURN VALUE TYPE | ARRAY |
| DESCRIPTION | This RPC returns a list of Business Type codes that are valid for this purchase order, vendor, contract number, and line item number. Contract number is not required. |
| INPUT PARAMETER |
|
| RETURN PARAMETER DESCRIPTION |
Returns an array List[n]:
For warning messages, the return will be List[n] = 0^message.
The format of the returned array will be as follows:
List[n] = p1^p2^p3
p1 = Code Type file (#420.6) IEN
p2 = Name (#420.6 field #.01)
p3 = Code Index (#420.6 field #1)
If an error occurs, the return will be List[n] = -1^message.
|