FA_WARRANTIES

FA_WARRANTIES contains information about asset warranties.

Details

  • Schema: FUSION

  • Object owner: FA

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

FA_WARRANTIES_PK

WARRANTY_ID

Columns

Name Datatype Length Precision Not-null Comments Flexfield-mapping
WARRANTY_ID NUMBER 18 Yes Identifier of the warranty defined for the asset.
WARRANTY_NUMBER VARCHAR2 15 Yes Warranty identification number for assets.
DESCRIPTION VARCHAR2 30 Yes Description of the warranty contract.
COST NUMBER Total recorded cost of the asset.
START_DATE DATE Starting date for validity of a warranty policy.
END_DATE DATE Ending date until when the warranty is valid.
RENEW_FLAG VARCHAR2 1 Yes Option to renew a warranty for an asset.
PO_VENDOR_ID NUMBER Yes Identifier of the purchase order vendor.
EMPLOYEE_ID NUMBER 18 Identifier of the employee to whom the asset is assigned.
CURRENCY_CODE VARCHAR2 5 Currency that is used on the page.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Warranties (FA_WARRANTIES)
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Warranties (FA_WARRANTIES)
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Warranties (FA_WARRANTIES)
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Warranties (FA_WARRANTIES)
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Warranties (FA_WARRANTIES)
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Warranties (FA_WARRANTIES)
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Warranties (FA_WARRANTIES)
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Warranties (FA_WARRANTIES)
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Warranties (FA_WARRANTIES)
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Warranties (FA_WARRANTIES)
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Warranties (FA_WARRANTIES)
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Warranties (FA_WARRANTIES)
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Warranties (FA_WARRANTIES)
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Warranties (FA_WARRANTIES)
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Warranties (FA_WARRANTIES)
ATTRIBUTE16 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Warranties (FA_WARRANTIES)
ATTRIBUTE17 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Warranties (FA_WARRANTIES)
ATTRIBUTE18 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Warranties (FA_WARRANTIES)
ATTRIBUTE19 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Warranties (FA_WARRANTIES)
ATTRIBUTE20 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Warranties (FA_WARRANTIES)
ATTRIBUTE21 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Warranties (FA_WARRANTIES)
ATTRIBUTE22 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Warranties (FA_WARRANTIES)
ATTRIBUTE23 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Warranties (FA_WARRANTIES)
ATTRIBUTE24 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Warranties (FA_WARRANTIES)
ATTRIBUTE25 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Warranties (FA_WARRANTIES)
ATTRIBUTE26 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Warranties (FA_WARRANTIES)
ATTRIBUTE27 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Warranties (FA_WARRANTIES)
ATTRIBUTE28 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Warranties (FA_WARRANTIES)
ATTRIBUTE29 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Warranties (FA_WARRANTIES)
ATTRIBUTE30 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Warranties (FA_WARRANTIES)
ATTRIBUTE_CATEGORY_CODE VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield. Warranties (FA_WARRANTIES)
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.

Foreign Keys

Table Foreign Table Foreign Key Column
FA_WARRANTIES poz_suppliers PO_VENDOR_ID
FA_WARRANTIES per_persons WARRANTY_ID
fa_add_warranties fa_warranties WARRANTY_ID

Indexes

Index Uniqueness Tablespace Columns
FA_WARRANTIES_U1 Unique Default WARRANTY_ID