F03B15RetrieveFetchFlag

F03B15 Retrieve Fetch Flag

Minor Business Rule

Object Name: B03B0157

Parent DLL: CFIN

Location: Client/Server

Language: C

B03B0157
F03B15 Retrieve Fetch Flag


Functional Description

Purpose
This function will determine if a record exist in the F03B15 table based upon the AN8, CO, and the 
PART as the key. 


Setup Notes and Prerequisites

If a record is found then cFetchFlag = '1'.
If a record is not found then cFetchFlag = '0'.


Special Logic


Technical Specifications

Parameters
 
ItemDescriptionI/OReq?Notes

AN8mnAddressNumberIYes
COszCompanyIYes

PARTcParentChildRelationshipYes

EV01cFetchFlagO


Related Tables
F03B15Credit and Cash Management

Related Business Functions


Processing

• JDB_FetchKeyed for table F03B15 key = AN8, CO, PART
• If JDEDB_PASSED
• cFetchFlag = 1
• else
• cFetchFlag = 0
• Return ER_SUCCESS







^

Data Structure

D03B0157 - F03B15 Retrieve Fetch Flag

Parameter NameData ItemData TypeReq/OptI/O/Both
mnAddressNumberAN8MATH_NUMERICNONENONE

A number that identifies an entry in the Address Book system, such as employee, applicant, participant, customer, supplier, tenant, or 
location.

szCompanyCOcharNONENONE

A code that identifies a specific organization, fund, or other reporting entity. The company code must already exist in the Company 
Constants table (F0010) and must identify a reporting entity that has a complete balance sheet. At this level, you can have intercompany 
transactions. Note: You can use company 00000 for default values such as dates and automatic accounting instructions. You cannot use company 00000 
for transaction entries.

cParentChildRelationshiPARTcharNONENONE

An option that specifies whether the system displays parent records or child records. If you turn on this option, the system displays parent 
records for the address book number entered. Also a field that indicates whether a record is a parent or child. For the field, valid values 
are: P Parent   C Child  

cFetchFlagEV01charNONENONE

An option that specifies the type of processing for an event.

Related Functions

None

Related Tables

F03B15 Credit and Cash Management