1.Functional Description
1.1Purpose
This function is used to get the COBRA or HIPAA document description. It looks for document name in F980014 table, and returns the description for 
the document. If no document is found it returns the error message.
1.2Setup Notes and Prerequisites
  
   Source Data Structure
Data Item Data Structure DescriptionI/OReqNotes
OBNMszNameObjectIyThe COBRA or HIPAA document name that needs the 
description to be fetched.
DESCszDescriptionOnThe description of the COBRA or HIPAA document.
DTAIszErrorCodeOnThe flag which indicates that there is an error.
1.3Related Tables 
Table Table Description
F980014MailMerge  Objects
1.4Related Business Functions
NONE
  
1.3Special Logic
 
2.Technical Specifications
1.0 Fetch from F980014 and retrieve the Document description
2.0 If the document is not found - return error.
D0500661 - Get MailMerge Document Description
Data Item Data Structure DescriptionI/OReqNotes
OBNMszNameObjectIyThe COBRA or HIPAA document name that needs the 
description to be fetched.
DESCszDescriptionOnThe description of the COBRA or HIPAA document.
DTAIszErrorCodeOnThe flag which indicates that there is an error.
| Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both | 
|---|---|---|---|---|
| szNameObject | OBNM | char | OPT | INPUT | 
Data Item  ab Data Structure  Descriptionab  I/Oab  Reqab Notes  | ||||
| szDescription | DESC | char | OPT | OUTPUT | 
Data Item  ab Data Structure  Descriptionab  I/Oab  Reqab Notes  | ||||
| szErrorCode | DTAI | char | OPT | OUTPUT | 
Data Item  ab Data Structure  Descriptionab  I/Oab  Reqab Notes  | ||||
| None | 
| None |