GetMailMergeDocumentDescriptions

Get MailMerge Document Description

Minor Business Rule

Object Name: N0500661

Parent DLL: CHRM

Location: Client/Server

Language: NER

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.


Data Structure

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 NameData ItemData TypeReq/OptI/O/Both
szNameObjectOBNMcharOPTINPUT

Data Item  ab Data Structure  Descriptionab  I/Oab  Reqab Notes
OBNMabab  szNameObjectabab  Iab  yabThe COBRA or HIPAA document name that needs the description to be 

fetched.


szDescriptionDESCcharOPTOUTPUT

Data Item  ab Data Structure  Descriptionab  I/Oab  Reqab Notes
DESCabab  szDescriptionabab  Oab  nabThe description of the COBRA or HIPAA document.


szErrorCodeDTAIcharOPTOUTPUT

Data Item  ab Data Structure  Descriptionab  I/Oab  Reqab Notes
DTAIabab  szErrorCodeababab  Oab  nabThe flag which indicates that there is an error.

Related Functions

None

Related Tables

None