FB1358 ;WOIFO/SAB - IFCAP 1358 OBLIGATION UTILITIES ;3/13/2012
Source file <FB1358.m>
| Name | Comments | DBIA/ICR reference | 
|---|---|---|
| CHK1358(FBAAOB) | ; Determine if 1358 obligation is available for posting
 ; input ; FBAAOB - (required) full obligation number including station ; (e.g. 500-C20001) ; returns a value ; = 1 if 1358 is available for posting ; = 0^message if 1358 is not available for posting ;  | 
 
  | 
| FND424(FB424ID) | ; Find File 424 IEN
 ; input ; FB424ID - (required) INTERFACE ID value of entry in file 424 ; returns file 424 internal entry number or null value if not found  | 
|
| POSTBAT(FBN,FBAAMT,FBACT,FBSKIP) | ; Post to 1358 obligation by batch
 ; This API is called to update an existing IFCAP authorization on a ; 1358 obligation when the IFCAP authorization is by fee batch. ; input ; FBN - (required) Batch IEN, file 161.7 ; FBAAMT - (required) dollar amount ; FBACT - (required) action, value of "R" or "D" ; = "R" if called when payment flagged as rejected ; = "D" if called when reject flag is deleted ; FBSKIP (optional) =1 to skip control point access check ; returns value ; = 1 if success ; = 0^message if unsuccessful  | 
 
  | 
| POSTINV(FBN,FBI,FBACT,FBSKIP) | ; Post to 1358 obligation by invoice
 ; This API is called to update an existing IFCAP authorization on a ; 1358 obligation when the IFCAP authorization is posted by invoice. ; input ; FBN - (required) Batch IEN, file 161.7 ; FBI - (required) Invoice IEN, file 162.5 ; FBACT - (required) action, value of "R" or "D" ; = "R" if called when payment flagged as rejected ; = "D" if called when reject flag is deleted ; FBSKIP (optional) =1 to skip control point access check ; returns value ; = 1 if success ; = 0^message if unsuccessful  | 
 
  |