F06136 Get Tax Amounts
Object Name: N0700066 - F06136 Get Tax Amounts
Parent DLL: CHRM
Location: Client/Server
Language: NER
Functional Description
Purpose
Retrieves the payroll tax amounts for a given employee, tax area, payroll tax type, tax history type
and home company.
Special Logic
Pass the employee number, payroll year, tax history type, payroll tax type, tax area and home company
into the function. After successful retrieval, the tax amounts for each month of the payroll year
will be returned along with the total of the entire year's tax amount. Return code will be populated
with a '0'
If function is unsuccessful, the return code will be populated with a '1'.
^
D0700066 - DS for F06136 Get Tax Amounts
Special Input Expected
Employee Number, Payroll Year, Tax History Type, Tax Area, Payroll Tax Type and Home Company must be
passed into the business function. Century and Tax Identification are not used as input parameters,
at this time.
Special Output Expected
Tax amount fields for each month of the year, and the total tax amount for the entire payroll year
are returned.
Significant Data Values
Return Code = 1 (Unsuccessful processing)
Return Code = 0 (Successful processing)
^
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnAddressNumber | AN8 | MATH_NUMERIC | OPT | NONE |
A number that identifies an entry in the Address Book system, such as employee, applicant, participant, customer, supplier, tenant, or
| ||||
mnCentury | CTRY | MATH_NUMERIC | OPT | NONE |
The calendar century associated with the year. Enter is the first two digits of
the year. For example, 19 indicates any year beginning with 19
| ||||
mnDateYr | DTEY | MATH_NUMERIC | OPT | NONE |
A two-digit number that specifies the applicable year. If you leave this field blank, the program uses the system date. | ||||
cTaxHistoryType | THTY | char | OPT | NONE |
A user defined code (07/TH) that specifies the type of information being tracked for the employee in the US Taxation Summary History
| ||||
szTaxAreaWork | TARA | char | OPT | NONE |
A code that identifies a geographical location and the tax authorities for an employee work site, including employee and employer statutory
| ||||
szPayrollTaxType | PTAX | char | OPT | NONE |
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,
| ||||
szCompanyHome | HMCO | char | OPT | NONE |
The company number where the employee records generally reside. | ||||
szTaxIdentificationNo | TAXX | char | OPT | NONE |
A number that identifies your company to the tax authority. This number can include the tax ID number for an individual, a federal or state
| ||||
mnAmtTax01 | BY01 | MATH_NUMERIC | OPT | NONE |
The monthly amount of tax calculated. | ||||
mnAmtTax002 | BY02 | MATH_NUMERIC | OPT | NONE |
For months 01 - 12, this is the amount of tax calculated. | ||||
mnAmtTax003 | BY03 | MATH_NUMERIC | OPT | NONE |
For months 01 - 12, this is the amount of tax calculated. | ||||
mnAmtTax004 | BY04 | MATH_NUMERIC | OPT | NONE |
For months 01 - 12, this is the amount of tax calculated. | ||||
mnAmtTax005 | BY05 | MATH_NUMERIC | OPT | NONE |
For months 01 - 12, this is the amount of tax calculated. | ||||
mnAmtTax006 | BY06 | MATH_NUMERIC | OPT | NONE |
For months 01 - 12, this is the amount of tax calculated. | ||||
mnAmtTax007 | BY07 | MATH_NUMERIC | OPT | NONE |
For months 01 - 12, this is the amount of tax calculated. | ||||
mnAmtTax008 | BY08 | MATH_NUMERIC | OPT | NONE |
For months 01 - 12, this is the amount of tax calculated. | ||||
mnAmtTax009 | BY09 | MATH_NUMERIC | OPT | NONE |
For months 01 - 12, this is the amount of tax calculated. | ||||
mnAmtTax10 | BY10 | MATH_NUMERIC | OPT | NONE |
For months 01 - 12, this is the amount of tax calculated. | ||||
mnAmtTax011 | BY11 | MATH_NUMERIC | OPT | NONE |
For months 01 - 12, this is the amount of tax calculated. | ||||
mnAmtTax012 | BY12 | MATH_NUMERIC | OPT | NONE |
For months 01 - 12, this is the amount of tax calculated. | ||||
mnTotalTaxAmount | MATH01 | MATH_NUMERIC | OPT | NONE |
- - - Good Performance Low Value. | ||||
cReturnCode | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. |
None |
None |