
| Name | Value |
|---|---|
| NAME | DSSO LIST COST CENTERS |
| TAG | LISTCC |
| ROUTINE | DSSOUT |
| RETURN VALUE TYPE | ARRAY |
| DESCRIPTION | This RPC returns all active Cost Centers for the input Fund Control Point. |
| 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
p1 = COST CENTER IEN (file #420.1)
p2 = NAME (field #.01)
If an error occurs, the return will be List[n] = -1^message.
For warning messages, the return will be List[n] = 0^message.
|