Previous  Next          Contents  Index  Navigation  Glossary  Library

Loading Physical Inventory Data

To use the Physical Inventory feature in Oracle Assets, you must load physical inventory data that you have collected into the FA_INV_INTERFACE table in Oracle Assets. The Usage column in indicates whether a field is required, optional, or system-generated.

Column Name Type Description Usage
INVENTORY VARCHAR2 (80) The user-defined inventory identification number to which this entry belongs. Required
ASSET_ID NUMBER (15) The system-generated asset identification number. System-generated
ASSET_NUMBER VARCHAR2 (15) The unique asset number assigned by either the user or Oracle Assets during asset setup. Although this field is not required, it is recommended, because it is the first field compared by the Physical Inventory Comparison program when it attempts to match an asset in physical inventory with one in the production system. Conditionally required. When you enter physical inventory data in the Physical Inventory window, either the asset number, tag number, or serial number is required.
ASSET_KEY_CCID NUMBER (15) The asset key flexfield combination. Optional
TAG_NUMBER VARCHAR2 (15) The tag number of the asset. The Physical Inventory Comparison program uses the tag number to uniquely identify an asset if it was unable to do so using the asset number, because it was not provided. Conditionally required. When you enter physical inventory data in the Physical Inventory window, either the asset number, tag number, or serial number is required.
DESCRIPTION VARCHAR2 (80) The description of the asset. Optional
MODEL_NUMBER VARCHAR2 (40) The model number of the asset. Optional
SERIAL_NUMBER VARCHAR2 (35) The serial number of the asset. The Physical Inventory Comparison program uses the serial number to uniquely identify an asset if it was unable to do so using the asset number or tag number, because neither was provided. Conditionally required. When you enter physical inventory data in the Physical Inventory window, either the asset number, tag number, or serial number is required.
MANUFACTURER_NAME VARCHAR2 (30) The name of the manufacturer that made the asset. Optional
ASSET_CATEGORY_ID NUMBER (15) The category to which the asset belongs. Optional
UNITS NUMBER The number of units in physical inventory for the asset. Required
LOCATION_ID NUMBER (15) The location ID that corresponds to the location of the asset. Required
STATUS VARCHAR2 (15) The status of the asset will be one of the following:
NEW
TO RECONCILE
RECONCILED
DIFFERENCE
NO ASSET NUMBER
NON-INVENTORIAL
NOT UNIQUE
See the status codes table.
Initially system-generated, but can be manually changed by the user.
UNIT_ADJ VARCHAR2 (1) Indicates whether this entry needs a location adjustment. A NULL value indicates that this physical inventory entry has not been compared. System-generated
UNIT_RECONCILE_MTH VARCHAR2 (20) The unit adjustment reconciliation method must be one of the following:
NONE
ADDITION
UP - UNIT ADJUSTMENT
DOWN - UNIT ADJUSTMENT
REINSTATEMENT
FULL RETIREMENT
PARTIAL RETIREMENT
See the unit reconciliation table.
System-generated
LOCATION_ADJ VARCHAR2 (1) Indicates whether this entry needs a location adjustment. If there is no value in this field, it indicates that this physical inventory entry has not been compared. System-generated
LOC_RECONCILE_MTH VARCHAR2 (20) The location adjustment reconciliation method: NONE TRANSFER System-generated
CREATED_BY NUMBER (15) Standard who columns. Typically, the username or user ID of the person running Physical Inventory. System-generated
CREATION_DATE DATE Standard who columns. The date when the physical inventory was opened. System-generated
LAST_UPDATE_DATE DATE Standard who columns. This date corresponds to the last date a user entered physical inventory information. System-generated
LAST_UPDATED_BY NUMBER (15) Standard who columns. The user ID of the last user to update physical inventory information. System-generated
LAST_UPDATE_LOGIN NUMBER (15) Standard who columns. The user ID of the last user to update physical inventory information. System-generated

Status Codes

After you have loaded your physical inventory data and run the Physical Inventory comparison program, Oracle Assets generates a status code based on the information it has stored about an asset and the information you provided during the physical inventory process. contains descriptions of these codes.

Status Code Description Set by
DIFFERENCE During the comparison, Oracle Assets identified a difference in the location or number of units for this asset. Oracle Assets
NEW When you enter a new physical inventory entry, the status is automatically set to NEW. A status of NEW indicates the entry has not been compared. After an entry has been compared, you also have the option to reset the status to NEW, so that it will be compared again. Oracle Assets/User
NO ASSET NUMBER The comparison program could not locate the asset number in Oracle Assets. Oracle Assets
NON-INVENTORIAL The asset associated with the physical inventory entry is not designated to be included in physical inventory (the In Physical Inventory check box is not checked). Oracle Assets
NOT UNIQUE During the comparison, more that one asset listed in Oracle Assets matched a single physical inventory entry. Oracle Assets
RECONCILED The asset is the same in Oracle Assets and in physical inventory, and is automatically set to a status of RECONCILED. User/Oracle Assets
TO RECONCILE When a difference is identified in the comparison, you change the status to TO RECONCILE to indicate that the entry is ready to be reconciled. User

Unit Reconciliation Methods

When you run the Physical Inventory Comparison program, Oracle Assets updates the UNIT_RECONCILE_MTH field in the FA_INV_INTERFACE table with one of the codes shown in . The code indicates whether the asset needs an adjustment in the number of units stored in Oracle Assets, and if so, the type of unit adjustment needed.

Code Description
ADDITION An asset was found in physical inventory that is not in Oracle Assets. The asset needs to be added to Oracle Assets.
DOWN - UNIT ADJUSTMENT For a particular asset, more units are listed in Oracle Assets than are found in physical inventory. The number of units needs to be adjusted down in Oracle Assets.
FULL RETIREMENT An asset needs to be fully retired, because it is listed in Oracle Assets but not found in physical inventory.
NONE No unit adjustment is necessary.
PARTIAL RETIREMENT An asset needs to be partially retired. Usually, you would do this when for a particular asset, you found less units in physical inventory than are listed in Oracle Assets.
REINSTATEMENT An asset needs to be reinstated. Although it was retired, during the physical inventory process, it was found that the asset was still being used.
UP - UNIT ADJUSTMENT For a particular asset, less units are listed in Oracle Assets than are found in physical inventory. The number of units needs to be adjusted up in Oracle Assets.

Methods for Loading Physical Inventory Data

You can load physical inventory data into Oracle Assets using several different methods. You can:

Import data from an Excel spreadsheet using the FADI

You can load your physical inventory data into an Excel spreadsheet and import the data into Oracle Assets using FADI.

Enter data using the Physical Inventory Entries window

You can enter data for each asset directly into Oracle Assets using the Physical Inventory Entries window. Keep in mind that you can only enter data for one asset at a time when using this method.

Import data from a non-Oracle system using SQL*Loader

You can use SQL*Loader to import physical inventory data by completing the following steps:


         Previous  Next          Contents  Index  Navigation  Glossary  Library