FBUTL2 ;WOIFO/SAB-FEE BASIS UTILITY ;7/1/2003
Source file <FBUTL2.m>
| Name | Comments | DBIA/ICR reference |
|---|---|---|
| ADJ(FBTAS,FBADJ,FBMAX,FBDT,FBADJD,FBNOOUT,FBRRMK,CLESSR) | ; Prompt for adjustments
|
|
| DBG | ;
|
|
| ASKADJ | ; multiply prompt for adjustments
|
|
| VAL | ; validate
|
|
| EXIT | ;
|
|
| XEXIT | ;
; if time-out or uparrow and total amount not covered then check if ; exit is allowed by the calling routine. (not allowed during edit) |
|
| DEL(FBI) | ; delete adjustment reason from list
|
|
| ADJL(FBADJ) | ; build list of adjustments extrinsic function
; Input ; FBADJ - required, array passed by reference ; array adjustments ; format ; FBADJ(#)=FBADJR^FBADJG^FBADJA ; where ; # = integer number greater than 0 ; FBADJR = adjustment reason (internal value file 162.91) ; FBADJG = adjustment group (inernal value file 162.92) ; FBADJA = adjustment amount (dollar value) ; Result ; string containing sorted list (by external reason) of adjustments ; format ; FBADJRE 1^FBADJGE 1^FBADJAE 1^FBADJRE 2^FBADJGE 2^FBADJAE 2 ; where ; FBADJRE = adjustment reason (external value) ; FBADJGE = adjustment group (external value) ; FBADJAE = adjustment amount (with cents) |
|
| ADJLR(FBADJL) | ; build list of adjustment reasons extrinsic function
; Input ; FBADJL - required, string containing sorted list ; (by external reason) of adjustments (see $$ADJL result) ; Result ; sting of adjustment reasons delimited by commas |
|
| ADJLA(FBADJL) | ; build list of adjustment amounts extrinsic function
; Input ; FBADJL - required, string containing sorted list ; (by external reason) of adjustments (see $$ADJL result) ; Result ; sting of adjustment reasons delimited by commas |
| Name | Line Occurrences |
|---|---|
| Function Call: WRITE |
|
| Function Call: WRITE |
|
| Function Call: WRITE |
|
| Function Call: WRITE |
|
| Function Call: WRITE |
|
| Function Call: WRITE |
|
| Function Call: WRITE |
|
| Function Call: WRITE |
|
| Function Call: WRITE |
|
| Function Call: WRITE |
|
| Function Call: WRITE |
|
| Function Call: WRITE |
|
| Function Call: WRITE |
|
| Function Call: WRITE |
|
| Function Call: WRITE |
|