[Home] [Help]
[Dependency Information]
| Object Name: | FA_INV_COMPARE_REP_ITF |
|---|---|
| Object Type: | TABLE |
| Owner: | FA |
| FND Design Data: | OFA.FA_INV_COMPARE_REP_ITF
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| FA_INV_COMPARE_REP_ITF_N1 | NORMAL | NONUNIQUE |
APPS_TS_INTERFACE
|
REQUEST_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| REQUEST_ID | NUMBER | Yes | Concurrent request ID | |
| INVENTORY_NAME | VARCHAR2 | (80) | Name of the physical inventory | |
| ASSET_NUMBER | VARCHAR2 | (15) | User assigned asset number | |
| ASSET_KEY | VARCHAR2 | (240) | Identifies an asset key flexfield combination for the asset | |
| TAG_NUMBER | VARCHAR2 | (15) | Tag number of the asset | |
| DESCRIPTION | VARCHAR2 | (80) | Description of the asset | |
| MODEL_NUMBER | VARCHAR2 | (40) | Model number of the asset | |
| SERIAL_NUMBER | VARCHAR2 | (35) | Serial number of the asset | |
| MANUFACTURER_NAME | VARCHAR2 | (30) | Manufacturer name of the asset | |
| ASSET_CATEGORY | VARCHAR2 | (240) | Identifies category to which asset belongs | |
| UNITS | NUMBER | The number of units in physical inventory for the asset | ||
| LOCATION | VARCHAR2 | (240) | Location of the asset | |
| STATUS | VARCHAR2 | (80) | Status of the asset | |
| UNIT_RECONCILE_MTH_MEAN | VARCHAR2 | (80) | The unit adjustment reconciliation method meaning | |
| LOC_RECONCILE_MTH_MEAN | VARCHAR2 | (80) | The location adjustment reconciliation meaning | |
| CREATED_BY | NUMBER | (15) | Standard Who column | |
| CREATION_DATE | DATE | Standard Who column | ||
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT REQUEST_ID
, INVENTORY_NAME
, ASSET_NUMBER
, ASSET_KEY
, TAG_NUMBER
, DESCRIPTION
, MODEL_NUMBER
, SERIAL_NUMBER
, MANUFACTURER_NAME
, ASSET_CATEGORY
, UNITS
, LOCATION
, STATUS
, UNIT_RECONCILE_MTH_MEAN
, LOC_RECONCILE_MTH_MEAN
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM FA.FA_INV_COMPARE_REP_ITF;
FA.FA_INV_COMPARE_REP_ITF does not reference any database object
FA.FA_INV_COMPARE_REP_ITF is referenced by following:
FA
FA_INV_COMPARE_REP_ITF#
|
|
|
|