DBA Data[Home] [Help] [Dependency Information]


TABLE: FA.FA_MAINT_REP_ITF

Object Details
Object Name: FA_MAINT_REP_ITF
Object Type: TABLE
Owner: FA
FND Design Data: TableOFA.FA_MAINT_REP_ITF
Subobject Name:
Status: VALID


FA_MAINT_REP_ITF is the interface table for Asset Maintenance ADI reports.
.
This table stores assets' maintenance schedules, asset warranty
information, cost or vendor information for each asset for a user to view
using ADI reports.
.
When you run Asset Maintenance reports using the ADI client interface,
Oracle Assets inserts selected rows into this table. The ADI client can
then download to the desktop to view any desired columns in any
desired format.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FA_MAINT_REP_ITF_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnREQUEST_ID
Columns
Name Datatype Length Mandatory Comments
REQUEST_ID NUMBER (15) Yes Concurrent request ID
BOOK_TYPE_CODE VARCHAR2 (15) Yes Book name
ASSET_ID NUMBER (15) Yes System-generated asset identification number
ASSET_NUMBER VARCHAR2 (15) Yes User assigned asset number
DESCRIPTION VARCHAR2 (80) Yes Description of the asset
SERIAL_NUMBER VARCHAR2 (35)
Serial number of the asset
TAG_NUMBER VARCHAR2 (15)
Tag number of the asset
ASSET_KEY_FF VARCHAR2 (500)
Concatenated segments for asset key flexfields
ASSET_COST NUMBER

Asset cost
LOCATION_FF VARCHAR2 (500)
Concatenated segments for location flexfields
CATEGORY_FF VARCHAR2 (500)
Concatenated segments for category flexfields
EVENT_NAME VARCHAR2 (50)
Name of maintenance event
MAINTENANCE_COST NUMBER

Cost of maintenance event
MAINTENANCE_DATE DATE

Date scheduled for the maintenance event
VENDOR_NAME VARCHAR2 (240)
Name of the vendor responsible for the maintenance
VENDOR_NUMBER VARCHAR2 (30)
Vendor number
CONTACT_NAME VARCHAR2 (240)
Employee responsible for the maintenance
CONTACT_NUMBER VARCHAR2 (30)
Employee number
WARRANTY_NUMBER VARCHAR2 (15)
Warranty number for this asset
WARRANTY_DESC VARCHAR2 (30)
Description of the warranty
WARRANTY_START_DATE DATE

Start date of the warranty
WARRANTY_END_DATE DATE

End date of the warranty
MANUFACTURER_NAME VARCHAR2 (360)
Name of the manufacturer
MODEL_NUMBER VARCHAR2 (40)
Model number of the asset
WARRANTY_CONTACT_NAME VARCHAR2 (240)
Contact person for the warranty
WARRANTY_CONTACT_NUMBER VARCHAR2 (30)
Contact person's number
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATED_BY NUMBER (15)
Standard Who column
CREATION_DATE DATE

Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT REQUEST_ID
,      BOOK_TYPE_CODE
,      ASSET_ID
,      ASSET_NUMBER
,      DESCRIPTION
,      SERIAL_NUMBER
,      TAG_NUMBER
,      ASSET_KEY_FF
,      ASSET_COST
,      LOCATION_FF
,      CATEGORY_FF
,      EVENT_NAME
,      MAINTENANCE_COST
,      MAINTENANCE_DATE
,      VENDOR_NAME
,      VENDOR_NUMBER
,      CONTACT_NAME
,      CONTACT_NUMBER
,      WARRANTY_NUMBER
,      WARRANTY_DESC
,      WARRANTY_START_DATE
,      WARRANTY_END_DATE
,      MANUFACTURER_NAME
,      MODEL_NUMBER
,      WARRANTY_CONTACT_NAME
,      WARRANTY_CONTACT_NUMBER
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
FROM FA.FA_MAINT_REP_ITF;

Dependencies

[top of page]

FA.FA_MAINT_REP_ITF does not reference any database object

FA.FA_MAINT_REP_ITF is referenced by following:

SchemaFA
ViewFA_MAINT_REP_ITF#