1.Functional Description
1.1Purpose
Retrieve the Work Center Rates Data from the Work Center Rates Table using either the Pointer to the
F30008 Record or the Business Unit, and Cost Method.
1.2Setup Notes and Prerequisites
1.3Special Logic
2.Technical Specifications
2.4Processing
1.0. If DS F30008 Pointer is not equal to NULL, return requested information from F30008.
2.0. If DS F30008 Pointer is equal to NULL, Retrieve the Work Center Rates using the DS Business
Unit, and DS Cost Method.
2.2. If the Work Center Rates row cannot be located, assign DS Error Message Code = '0002'
(Record Not Valid). If the Work Center Rates row cannot be located and DS Suppress Error Messages is not
equal to '1', SetGBRError where the error message is '0002' and DS Business Unit is highlighted.
2.3. If the Work Center Rates row is located, retreive the requested information.
Returns:
1.If the pointer to the F30008 record is not sent, and the Work Center Rates are not found using
the Business Unit, Cost Method, error code '0002' (Record not valid) is returned.
2.If the Work Center Rates Record is found, the Work Center Rates Data is returned.
D3000150 - Get Work Center Rates Data
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szBusinessUnit | MCU | char | OPT | NONE |
An alphanumeric code that identifies a separate entity within a business for which you want to track costs. For example, a business unit
| ||||
szCostMethod | LEDG | char | OPT | NONE |
A user defined code (40/CM) that specifies the basis for calculating item costs. Cost methods 01 through 19 are reserved for J.D. Edwards
| ||||
mnDirectLaborFrozen | STLF | MATH_NUMERIC | OPT | NONE |
This rate, in cost per hour, is the rate used to calculate the standard labor cost as of the last simulation and update. | ||||
mnDirectLaborSimulated | XSDL | MATH_NUMERIC | NONE | NONE |
A rate, in cost per person per hour, that the system uses with the Run Labor hours of the associated routing to calculate the standard run
| ||||
mnSetupLaborFrozen | STFF | MATH_NUMERIC | NONE | NONE |
This rate, in cost per hour, is the rate used to calculate the standard setup labor cost as of the last simulation and update. | ||||
mnSetupLaborSimulated | XSSL | MATH_NUMERIC | NONE | NONE |
A rate that the system uses with the Setup Labor Hours of the associated routing to calculate the standard setup labor cost. | ||||
mnIndirectLaborFrozen | SIDL | MATH_NUMERIC | NONE | NONE |
This rate, in cost per hour, is the rate used to calculate the standard indirect labor cost as of the last simulation and update. | ||||
mnInderectLaborSimulated | XSIL | MATH_NUMERIC | NONE | NONE |
This rate, in cost per hour, is used with the indirect labor hours field of the associated routing to calculate the standard indirect labor cost. | ||||
mnLaborVariableOHFrozen | STRF | MATH_NUMERIC | NONE | NONE |
This rate, in cost per hour or percent of labor, is the rate used to calculate the standard variable labor overhead cost as of the last
| ||||
mnLaborVarOHSimulated | XSVO | MATH_NUMERIC | NONE | NONE |
A rate or percent, as determined on Manufacturing Constants, used to calculate the standard variable labor overhead cost. If this field is a
| ||||
mnLaborFixedOHFrozen | STRZ | MATH_NUMERIC | NONE | NONE |
This rate, in cost per hour or percent of labor, is the rate used to calculate the standard fixed labor overhead cost as of the last simulation
| ||||
mnLaborFixedOHSimulated | XSFO | MATH_NUMERIC | NONE | NONE |
A rate or percent, as determined on Manufacturing Constants, used to calculate the standard fixed labor overhead cost. If this field is a rate,
| ||||
mnMachineRunFrozen | MSFR | MATH_NUMERIC | NONE | NONE |
This rate, in cost per hour, is the rate used to calculate the standard machine cost as of the last simulation and update. | ||||
mnMachineRunSimulated | XSMR | MATH_NUMERIC | NONE | NONE |
A rate that the system uses with the Run Machine hours of the associated routing to calculate the standard machine labor cost. | ||||
mnMachineVarOHSimulated | XSMV | MATH_NUMERIC | NONE | NONE |
A rate or percent, as determined on Manufacturing Constants, used to calculate the future standard machine overhead cost. If this field is a
| ||||
mnMachineFixedOHFrozen | MSSF | MATH_NUMERIC | NONE | NONE |
This rate, in cost per hour or percent of labor, is the rate used to calculate the standard fixed machine overhead cost as of the last
| ||||
mnMachineFixedOHSimulated | XSMF | MATH_NUMERIC | NONE | NONE |
A rate or percent, as determined on Manufacturing Constants, used to calculate the standard fixed machine overhead cost. If this field is a
| ||||
mnMachineVarOHFrozen | MSTF | MATH_NUMERIC | NONE | NONE |
This rate, in cost per hour, is the rate used to calculate the standard machine cost as of the last simulation and update. | ||||
mnProductionHours | STAF | MATH_NUMERIC | NONE | NONE |
Future use. The average of the standard time (hours) worked per period at a work center. | ||||
idF30008Pointer | GENLNG | ID | NONE | NONE |
General purpose ID variable. | ||||
szErrorMessageID | DTAI | char | NONE | NONE |
A code that identifies and defines a unit of information. It is an alphanumeric code up to 8 characters long that does not allow blanks or
| ||||
cSuppressErrorMessage | EV01 | char | NONE | NONE |
An option that specifies the type of processing for an event. | ||||
szCostCenterAlt | MMCU | char | OPT | NONE |
A code that represents a high-level business unit. Use this code to refer to a branch or plant that might have departments or jobs, which
|
None |
F30008 Work Center Rates File |