B03B0068
F03B31 Write Activity Records
Functional Description
Purpose
This function will write an account activity record to the F03B31 table based upon the data passed
into the function.
Setup Notes and Prerequisites
Special Logic
Technical Specifications
Parameters
ItemData Structure I/OReq?Notes
SERKSerial NumberINo
AITActivity TypeIYes
AN8Customer NumberIYes
COCompanyIYes
MSTOMessage Sent ToINo
AIPRPriority - Action ItemINo
DTIDate - TicklerINo
CLRJDate - ClearedINo
AA1Amount1INo
AA2Amount2INo
APPVApproverINo
APPJApproval DateINo
PLYPolicy NumberINo
LNIDLine NumberINo
OAITOpen ActivityINo
RMKRemarksINo
NAPRNotification ApprovalINo
UKIDUnique Key IDINo
Related Tables
F03B30Activity Type Master
F03B31Customer Activity Log
Related Business Functions
B9800100Get Audit Information
B03B0071F0002 - Get Activity ID
Processing
Open Tables F03B30, and F03B31.
Get Activity Master record (F03B30) to determine if activity should be logged.
If the activity type (AIT) passed in is not existed in Activity Master table or the activity is
disable, then exit the program.
Call next numbers to get Serk ID.
Move input values to table.
Get audit information.
Insert the F03B31 record.
Close the tables.
^
D03B0068 - F03B31 - Write Activity Records
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnSerialNumber | SERK | MATH_NUMERIC | NONE | NONE |
A key identification number used internally to identify a composite key structure. The actual key items must be stored in another file and
| ||||
szActivityType | AIT | char | NONE | NONE |
A code that identifies a message in the Account Activity Log. | ||||
mnCustomerNumber | AN8 | MATH_NUMERIC | NONE | NONE |
A number that identifies an entry in the Address Book system, such as employee, applicant, participant, customer, supplier, tenant, or
| ||||
szCompany | CO | char | NONE | NONE |
A code that identifies a specific organization, fund, or other reporting entity. The company code must already exist in the Company
| ||||
szMessageSentTo | MSTO | char | NONE | NONE |
The Credit/Collection Manager ID the message was sent to. | ||||
cPriorityActionItem | AIPR | char | NONE | NONE |
A code that specifies the order in which the system displays activity messages that it generates when you run statements, notices, fees,
| ||||
jdDateTickler | DTI | JDEDATE | NONE | NONE |
The date an activity was performed or, for promise activities, the reminder date. | ||||
jdClearedDate | CLRJ | JDEDATE | NONE | NONE |
Date Cleared. | ||||
mnAmount1 | AA1 | MATH_NUMERIC | NONE | NONE |
A number that identifies the actual amount. | ||||
mnAmount2 | AA2 | MATH_NUMERIC | NONE | NONE |
Amount. | ||||
szApprover | APPV | char | NONE | NONE |
Appover ID. | ||||
jdApprovalDate | APPJ | JDEDATE | NONE | NONE |
Date of Approval. | ||||
mnPolicyNumber | PLY | MATH_NUMERIC | NONE | NONE |
A number that the system assigns to each policy record to identify it. | ||||
mnLineNumber | LNID | MATH_NUMERIC | NONE | NONE |
A number that identifies multiple occurrences, such as line numbers on a purchase order or other document. Generally, the system assigns
| ||||
cOpenActivity | OAIT | char | NONE | NONE |
A code to designate whether an activity is open or has been worked and closed. Valid values are as follows: 0 Closed 1 Open | ||||
szNameRemark | RMK | char | NONE | NONE |
A generic field that you use for a remark, description, name, or address. | ||||
cNotificationApproval | NAPR | char | NONE | NONE |
A system-assigned code that indicates the status of a statement, deliquency notice, or delinquency fee. Valid values
| ||||
mnUniqueKeyIDInternal | UKID | MATH_NUMERIC | NONE | NONE |
This field is a unique number used to identify a record in a file. |
B03B0071 F03B31 - Get Activity ID | ||||
B9800100 Get Audit Information |
F03B30 Activity Type Master | ||||
F03B31 Customer Activity Log |