RetrieveTaxAreaDescription

Retrieve Tax Area Description

Minor Business Rule

Object Name: N0700002

Parent DLL: CPAY

Location: Client/Server

Language: NER

Functional Description

Purpose

The purpose of this NER is to retrieve the tax area description from the Payroll Tax Area Profile 
(F069036) using the Tax Area (TARA) and Tax Type (PTAX).   This NER returns a one character code (EV01) 

showing success or failure.


The Return Code (EV01) will have the following codes returned:

'0' Record does exist 

'1' Record does not exist


Setup Notes and Prerequisites


Special Logic




Technical Specification

Parameters

Data Item     Data Structure DescriptionI/ORequiredTableNotes
TARA          szTaxArea                   I     Y

PTAXs         szTaxType                   I     Y

DL01          szTaxAreaDescription        O     N

EV01          cReturn Code                O     NWill be '1' if record not found


Related Tables 


Table Table Description
F069016Payroll Tax Area Profile


Processing 

1.0  Fetch a record from the Tax Area Description File using TARA and PTAX

2.0  Return the Tax Area Description back in szTaxAreaDescription along with the return code.

     2.1  If the Return Code is equal to '0' then the Fetch was successful.

     2.2  If the Return Code is equal to '1' then the Fetch failed.   


Data Structure

DN0700002 - DS for Retrieve Tax Area Description

Parameter NameData ItemData TypeReq/OptI/O/Both
szTaxAreaWorkTARAcharOPTNONE

A code that identifies a geographical location and the tax authorities for an employee work site, including employee and employer statutory 
requirements. In the Vertex payroll tax calculation software, the tax area code is synonymous with GeoCode. To determine the valid codes 
for your location, refer to the documentation for the tax calculation software that you are using.

szPayrollTaxTypePTAXcharOPTNONE

A code that specifies the type of payroll tax being processed. This is a user defined code (07/TX). To set up state minimum wage amounts, 
you must enter MW in this field. To do so, you must first add MW to UDC 07/TX. However, you should not change the codes and definitions 
that J.D. Edwards provides with the software.

szTaxAreaDescriptionDL01charOPTNONE

A user defined name or remark.

cReturnCodeEV01charOPTNONE

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

Related Functions

None

Related Tables

None