RF_INST_PR_WARR(SQL Table) |
Index Back |
---|---|
Installed Product Warranty InfWarranty Info for Installed Products (Name, status and start/end dates) Warranty Name refers to values set up in Warranty table RF_WARRANTY |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
This field is used to store the value of SetID on various setup tables.
Default Value: OPR_DEF_TBL_RB.SETID Prompt Table: SP_SETID_NONVW |
2 | INST_PROD_ID | Character(20) | VARCHAR2(20) NOT NULL |
This field is used to represent the installed product ID (key field)
Prompt Table: RF_INST_PROD |
3 | WARRANTY_NAME | Character(40) | VARCHAR2(40) NOT NULL |
This field is used to store the name of the warranty.
Prompt Table: RF_WARRANTY |
4 | START_DT | Date(10) | DATE | Start date field to store start date value. |
5 | END_DT | Date(10) | DATE | This field stores the end date values. |
6 | ACTIVE_FLG | Character(1) | VARCHAR2(1) NOT NULL |
Event Status
N=Inactive Y=Active Default Value: Y |