Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Interaction Calls |  FileMan Files Accessed Via FileMan Db Call
Print Page as PDF
Routine: FBAAIAQ

Package: Fee Basis

Routine: FBAAIAQ


Information

FBAAIAQ ;ALB/FA - Managing IPAC Agreement MRAs ;04 Dec 2013 7:36 AM

Source Information

Source file <FBAAIAQ.m>

Entry Points

Name Comments DBIA/ICR reference
A(VAIEN) ;EP
; Create an IPAC Vendor Agreement Add MRA record. Only called when adding
; a new Vendor agreement
; Input: VAIEN - Vendor Agreement IEN to create an ADD MRA
; record for
; Output:
; Called From: FBAAIAE@ADDVA
C(VAIEN) ;EP
; Create a Change MRA record for the edited Vendor Agreement
; Input: VAIEN - Vendor Agreement IEN
; ^TMP($J,"FBAAIAC") - Vendor Agreement values prior to being
; being edited. Used to detect changes.
; Called From: FBAAIAC@EDITF
D(VAID) ;EP
; Create a Delete MRA record for the selected Vendor Agreement
; Input: VAID - ID of the Selected Vendor Agreement
; Output: Delete Master Record Adjustment record created (potentially)
; Called From: DEL@FBAAIAD
PENDMRA(VAID,MRASTAT)
AA ;EP
; Create and ADD Master Record Adjustment for a specified Vendor Agreement without
; changing existing data
; Input: None
; Called From: Menu - FBAA IPAC AGREEMENT MRA MENU/FBAA MRA IPAC ADD TYPE
CC ;EP
; Change a Master Record Adjustment for a specified Vendor agreement without
; changing existing data
; Input: None
; Called From: Menu - FBAA IPAC AGREEMENT MRA MENU/FBAA MRA IPAC CHANGE TYPE
DD ;EP
; Create a delete Master Record Adjustment record for a specified Vendor Agreement
; without changing actual data
; Called From: Menu - FBAA IPAC AGREEMENT MRA MENU/FBAA MRA IPAC DELETE TYPE
NEWMRA(VAIEN,VAID,ACTION) ; Create an IPAC Vendor Agreement MRA record of
; specified ACTION for the specified Vendor Agreement
; a new Vendor agreement
; Input: VAIEN - Vendor Agreement IEN to create an MRA
; record for. "" if creating a DELETE MRA
; VAID - Vendor Agreement ID to create and MRA record for
; ACTION - MRA Action ('A','C' or 'D')
; Output: New MRA record is filed
; Called From: A,AA,C,CC,D,DD
DELMRA(MRAIEN) ; Delete an existing MRA record
; Input: MRAIEN - IEN of the MRA record to be deleted
; Output: Specified MRA record is deleted
; Called From: A,C,D

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"IPAC Vendor Agreement Status is NEW."
  • Line Location: AA+13
Function Call: WRITE
  • Prompt: !,"First edit the Vendor Agreement and complete it."
  • Line Location: AA+14
Function Call: WRITE
  • Prompt: !!,"Someone else is editing this agreement. "
  • Line Location: AA+24
Function Call: WRITE
  • Prompt: !,"An ADD MRA cannot be created at this time."
  • Line Location: AA+25
Function Call: WRITE
  • Prompt: !,"Try again later."
  • Line Location: AA+26
Function Call: WRITE
  • Prompt: !!,"ADD MRA created and ready for transmission.",!!
  • Line Location: AA+29
Function Call: WRITE
  • Prompt: !!,"ADD MRA already exists."
  • Line Location: AA+32
Function Call: WRITE
  • Prompt: !!,"Someone else is editing this agreement. "
  • Line Location: AA+38
Function Call: WRITE
  • Prompt: !,"An ADD MRA cannot be created at this time."
  • Line Location: AA+39
Function Call: WRITE
  • Prompt: !,"Try again later."
  • Line Location: AA+40
Function Call: WRITE
  • Prompt: !,"An MRA is with a status of CHANGE is currently Pending."
  • Line Location: AA+41
Function Call: WRITE
  • Prompt: !!,"ADD MRA created from a CHANGE MRA and ready for transmission.",!!
  • Line Location: AA+51
Function Call: WRITE
  • Prompt: !!,"IPAC Vendor Agreement Status is NEW."
  • Line Location: CC+14
Function Call: WRITE
  • Prompt: !,"First edit the Vendor Agreement and complete it."
  • Line Location: CC+15
Function Call: WRITE
  • Prompt: !!,"Someone else is editing this agreement. "
  • Line Location: CC+25
Function Call: WRITE
  • Prompt: !,"A CHANGE MRA cannot be created at this time."
  • Line Location: CC+26
Function Call: WRITE
  • Prompt: !,"Try again later."
  • Line Location: CC+27
Function Call: WRITE
  • Prompt: !!,"CHANGE MRA created and ready for transmission.",!!
  • Line Location: CC+30
Function Call: WRITE
  • Prompt: !!,"CHANGE MRA already exists."
  • Line Location: CC+33
Function Call: WRITE
  • Prompt: !!,"Someone else is editing this agreement. "
  • Line Location: CC+39
Function Call: WRITE
  • Prompt: !,"A CHANGE MRA cannot be created at this time."
  • Line Location: CC+40
Function Call: WRITE
  • Prompt: !,"Try again later."
  • Line Location: CC+41
Function Call: WRITE
  • Prompt: !,"An MRA is with a status of ADD is currently Pending."
  • Line Location: CC+42
Function Call: WRITE
  • Prompt: !!,"CHANGE MRA created from an ADD MRA and ready for transmission.",!!
  • Line Location: CC+52
Function Call: WRITE
  • Prompt: !!,"DELETE MRA processing completed."
  • Line Location: DD+18

FileMan Files Accessed Via FileMan Db Call

FileNo Call Tags
^FBAA(161.96 - [#161.96] Classic Fileman Calls
Info |  Source |  Entry Points |  Interaction Calls |  FileMan Files Accessed Via FileMan Db Call