F31122VerifyWOTimeRecordExists

F31122VerifyWOTimeEntryRecordExists

Minor Business Rule

Object Name: N3101770

Parent DLL: CMFGBASE

Location: Client/Server

Language: NER

1.Functional Description

1.1Purpose

This business function will check if any F31122 records exist, given a work order number and a work 
order type. It will return an error code '1' if any record is found.


1.2Setup Notes and Prerequisites


None. 


1.3Special Logic


None. 


2.Technical Specifications


2.4Processing 


Open F31122

If Successful

Fetch records, passing DOCO and DCTO

If Successful

Error Code = 1

End If

Else

Open table failed

End If

Close F31122



^

Data Structure

D3101770 - VerifyWOTimeEntryRecordExists

Parameter NameData ItemData TypeReq/OptI/O/Both
mnOrderNumberDOCOMATH_NUMERICOPTNONE

A number that identifies an original document. This document can be a voucher, a sales order, an invoice, unapplied cash, a journal entry, 
and so on.

szOrderTypeDCTOcharOPTNONE

A user defined code (00/DT) that identifies the type of document. This code also indicates the origin of the transaction. J.D. Edwards has 
reserved document type codes for vouchers, invoices, receipts, and time sheets, which create automatic offset entries during the post 
program. (These entries are not self-balancing when you originally enter them.) The following document types are defined by J.D. Edwards and 
should not be changed: P Accounts Payable documents   R Accounts Receivable documents   T Payroll documents   I Inventory documents  
O Purchase Order Processing documents   J General Accounting/Joint Interest Billing documents   S Sales Order Processing documents

cErrorCodeERRCcharOPTNONE

This error code indicates if any errors occurred during the creation of the Trip Document Detail (F4914) records by the Delivery Document 
Set Server program (XT4914).

Related Functions

None

Related Tables

None