F07210 Get Pay Cycle Parameters
Object Name: N0700065 Retrieve Pay Cycle Parameters
Parent DLL: CHRM
Location: Client/Server
Language: NER
Functional Description
Purpose
Retrieves the payroll parameters for a payroll id., from the Pay Cycle Parameters (F07210) table.
Special Logic
Pass the payroll id. into the business function. Pay cycle code, pay cycle group, pay period number,
year, ending date, beginning effective date and ending effective date are returned from the business
function.
Return Code will be populated with a '0' upon successful processing. If processing is unsuccessful,
return code will be populated with a '1'.
D0700065 - DS for F07210 - Retrieve Pay Cycle Parameters
Special Input Expected
Payroll Identification must be passed into the business function.
Special Output Expected
Pay Cycle Code, Pay Cycle Group Type, Pay Period Number, Pay Period Year, Pay Period End Date,
Beginning Efective Date, Ending Effective Date are returned from the business function.
Significant Data Values
Return Code = 1 (Unsuccessful processing)
Return Code = 0 (Successful processing)
^
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szPayrollIDOW | PAYD | char | OPT | NONE |
A code that identifies a group of employees for whom you are processing payroll. Use this ID to process each step of the payroll
| ||||
szPayCycleCode | PCCD | char | OPT | NONE |
A code that identifies the values for a master payroll cycle. | ||||
cPayCylcleGroupType | PCGT | char | OPT | NONE |
A code which identifies which Business Unit in the Timecard Detail File (F06116) is to be used in the selection of the transactions for a
| ||||
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. | ||||
szPayPeriodNumber | PPNB | char | OPT | NONE |
The number of the pay period from the beginning of the year. For instance, a monthly payroll cycle beginning in January has a total of 12
| ||||
jdDatePayPeriodEnding | PPED | JDEDATE | OPT | NONE |
The last day of a processing period (pay period, month, quarter or year). | ||||
jdDateBeginningEffective | EFTB | JDEDATE | OPT | NONE |
The date that an address, item, transaction, or table record becomes active. The meaning of this field differs, depending on the program.
| ||||
jdDateEndingEffective | EFTE | JDEDATE | OPT | NONE |
The date on which the item, transaction, or table becomes inactive, or through which you want transactions to appear. This field is used
| ||||
cReturnCode | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. |
None |
None |