
| Name | Value |
|---|---|
| NAME | DSSO LIST BOCS FOR COST CTR |
| TAG | BOCFORCC |
| ROUTINE | DSSOUT |
| RETURN VALUE TYPE | ARRAY |
| DESCRIPTION | This RPC returns all active Budget Object Codes for the input Cost Center. |
| INPUT PARAMETER |
|
| RETURN PARAMETER DESCRIPTION |
Returns an array List[n] of active BOC's for specified Cost Center
The format of the returned array will be as follows:
List[n] = p1^p2
p1 = Budget Object Code IEN (file 420.2)
p2 = Name (field .01 - internal format))
If an error occurs, the return will be List[n] = -1^message.
For warning messages, the return will be List[n] = 0^message.
|