The Product Warranty Cost Schedule (PROD_WARR_CST_SCH) table stores information used to calculate the warranty costs.
You cannot process Product Warranty Cost Schedule Line Types unless information from the Item, Item Product, and Product Price Catalog tables (or input files for new records) exists.
This Line Type is required if the Warranty Cost Calculation Code is "C" (Cost Schedule). Otherwise, the record will be rejected.
There cannot be any gaps in the date range, and each new date range must not overlap any existing rows. Each new row must have a start date one day later than the latest end date (or earlier than all existing start dates).
The Unit Cost Amount can be updated if values exist for the Start Date and End Date fields.
If the End Date value exists, the system will update the existing End Date value by changing the current End Date value to one day before the provided Start Date.
For example, if a row currently exists with the following values:
START_DT |
END_DT |
UNIT_CST_AMT |
01/01/2006 |
12/31/2007 |
516.97 |
A line is encountered in the input file with the following values:
START_DT |
END_DT |
UNIT_CST_AMT |
04/01/2006 |
12/31/2007 |
549.16 |
The End Date of the existing row will be modified and a new row will be inserted. The two rows will contain the following values:
START_DT |
END_DT |
UNIT_CST_AMT |
01/01/2006 |
03/31/2006 |
516.97 |
04/01/2006 |
12/31/2007 |
549.16 |
You can view or update the information stored in this table in the Set Up Product Price Catalogs screen (Warranty Information subtask) in Costpoint Product Definition.
Input File Field |
Costpoint Column |
Column Type and Max Length |
Starting/Ending Position |
Required |
Values, Defaults, and Notes |
Line Type |
|
Character 3 |
1 - 3 |
Yes |
"PWS" is used to indicate Product Warranty Cost Schedule information. |
Item ID |
ITEM_ID |
Character 30 |
4 - 33
|
Yes |
If Item ID / Item Revision ID / Price Catalog Code / End Date exists, Product Warranty Cost Schedule table will be updated. Defaults to Item ID value if not applied. Must be a valid part/rev if not null. If you did not select the Allow Multiple Revisions for Each Item checkbox in Product Definition Settings, the revision will not be checked. |
Item Revision ID |
ITEM_ RVSN_ID |
Character 3 |
34 - 36 |
No |
If Item ID / Item Revision ID / Price Catalog Code / End Date exists, Product Warranty Cost Schedule table will be updated. Defaults to Item ID value if not applied. Must be a valid part/rev if not null. If you did not select the Allow Multiple Revisions for Each Item checkbox in Product Definition Settings, the revision will not be checked. |
Price Catalog Code |
PRICE_ CATLG_CD |
Character 10 |
37 - 46 |
Yes |
Value must exist in the Price Catalog table. |
Unit Cost Amount |
*UNIT_CST_AMT |
Decimal 14.4 (maximum input file length - 16) |
47 - 62 |
Yes |
Input file format is ‑9999999999.9999 (maximum 16 characters including the decimal point and optional minus sign (indicating a negative number)). Maximum value is 9999999999.9999. No embedded commas are allowed. |
Starting Date |
START_DT |
Date (maximum input file length - 10) |
63 - 72 |
Yes |
Value must be valid date format YYYY-MM-DD. |
Ending Date |
*END_DT |
Date (maximum input file length - 10) |
73 - 82 |
Yes |
Value must be valid date format YYYY-MM-DD. |
User ID last modified by |
*MODIFIED_BY |
Character 18 |
83 - 100 |
No |
If value is not provided, MODIFIED_BY column will be updated using the current user ID as the default. |
* Indicates columns that may be updated when changing an existing record with this preprocessor.