Business Function Specification
Source NameB0100002DesignerGary Brown
Data Structure D0100002ProgrammerGary Brown
Function NameGet Parent AddressSystem Code01
Revisions Log
DateProgrammerSAR NumberDescription
11/29/94M. RobinsonCreated
03/01/95 M.Ransom Modified for Null math numeric error and Share Request.
11/13/95 G Brown Version 46 for 32 bit processing
1.Functional Description
1.1Purpose
This function, given an Address Book Number, will return the Parent Number from the A/B Organizational Structure file (F0150). If a related Parent
Number is not found, it will return a zero in the Parent Address.
1.2Setup Notes and Prerequisites
If mnAddressNumber is equal to a zero then the function will exit with no error returned.
'b7
1.3Special Logic
2.Technical Specifications
2.1Parameters:
Data Item Data Structure Description I/ORequired Notes
OSTP szOrganizationTypeStructur IN/R This must be NULL for Address Book.
PAN8 mnAddressNumberParent ON/R
AN8 mnAddressNumber IRequired
2.2Related Tables
Table Table Description
F0150Address Organization Structure Master
2.3Related Business Functions
Source NameFunction Name
2.4Processing
D0100381 - Get Parent Address
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szOrganizationTypeStructur | OSTP | char | NONE | NONE |
A user defined code (01/TS) that identifies a type of organizational structure that has its own hierarchy in the Address Book system (for
| ||||
mnAddressNumberParent | PA8 | MATH_NUMERIC | NONE | NONE |
The address book number of the parent company. The system uses this number to associate a particular address with a parent company
| ||||
mnAddressNumber | 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
| ||||
mnSynchronizationStatus | SYNCS | MATH_NUMERIC | OPT | NONE |
A user defined code that indicates the post synchronization validation status of the record.
Valid Values are:
0
Success (Blank)
1
The record
|
None |
None |