AM_STD_WRTY_LIF(SQL Table) |
Index Back |
---|---|
Asset Standard Warranty Life |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
2 | WARRANTY_NAME | Character(40) | VARCHAR2(40) NOT NULL | This field is used to store the name of the warranty. |
3 | LIFE_SEQ_NUM | Number(3,0) | SMALLINT NOT NULL | Warranty Life Sequence Num |
4 | WRTY_LENGTH | Number(9,0) | DECIMAL(9) NOT NULL | This field stores the value for the length (duration) of the warranty |
5 | METER_TYPE | Character(30) | VARCHAR2(30) NOT NULL |
Meter Type
Prompt Table: AM_METER_TYP_VW |
6 | WRTY_LENGTH_UOM | Character(4) | VARCHAR2(4) NOT NULL |
This field indicates the unit of measurement for the warranty length (duration).
Prompt Table:
UNITS_TBL
|
7 | WRTY_START | Character(4) | VARCHAR2(4) NOT NULL |
This field is used to indicate the type of event associated with when the warranty begins
RCPT=Receipt Date SRVC=In Service Date Default Value: RCPT |