Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
szCompany | CO | char | REQ | INPUT |
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.
|
szPayrollTaxType | PTAX | char | REQ | INPUT |
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.
|
szTaxIdentificationNo | TAXX | char | REQ | INPUT |
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
corporate tax ID, a sales tax number, and so on.
This number has specifically been established for the Payroll system to handle the
requirements of taxing authorities that require more than 9 positions for the tax identification number.
Do not enter hyphens (dashes), slashes, spaces, or
other punctuation in the tax identification number. |
szParentCompany | CO | char | OPT | OUTPUT |
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.
|
szTaxIDCacheName | PID | char | REQ | INPUT |
The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry
interactive program is P4210, and the number of the Print Invoices batch process report is R42565.
The program ID is a variable length value.
It is assigned according to a structured syntax in the form TSSXXX, where:
T
The first character of the number is alphabetic and identifies the
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a
program.
SS
The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210
indicates that this program belongs to system 42, which is the Sales Order Processing system.
XXX
The remaining characters of the numer are
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry
program.
|