[Home] [Help]
[Dependency Information]
| Object Name: | FA_PRODUCTION_INTERFACE |
|---|---|
| Object Type: | TABLE |
| Owner: | FA |
| FND Design Data: | OFA.FA_PRODUCTION_INTERFACE
|
| Subobject Name: | |
| Status: | VALID |
FA_PRODUCTION_INTERFACE stores production information for
your units of production assets that you load into Oracle
Assets. SQL*Loader inserts rows into this table from a
flat file that you generate from your spreadsheet or other
feeder system.
.
ASSET_NUMBER is the asset number for which PRODUCTION is the
production amount between START_DATE and END_DATE.
.
START_DATE and END_DATE cannot overlap any other row for this
ASSET_NUMBER.
.
For more information on loading this table, read the Integrating
Oracle Assets Using the Production Interface essay in the Oracle
Financials and Oracle Government Financials Implementation
Manual.
Scope: public
Lifecycle: active
Display Name: FA Production Interface
Product: FA
Category: BUSINESS_ENTITY FA_ASSET
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| FA_PRODUCTION_INTERFACE_U1 | NORMAL | UNIQUE |
APPS_TS_INTERFACE
|
ASSET_NUMBER
START_DATE
END_DATE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ASSET_NUMBER | VARCHAR2 | (30) | Yes | Asset number |
| PRODUCTION | NUMBER | Yes | Production amount for asset during date range | |
| START_DATE | DATE | Yes | First date of range | |
| END_DATE | DATE | Yes | Last date of range |
Cut, paste (and edit) the following text to query this object:
SELECT ASSET_NUMBER
, PRODUCTION
, START_DATE
, END_DATE
FROM FA.FA_PRODUCTION_INTERFACE;
FA.FA_PRODUCTION_INTERFACE does not reference any database object
FA.FA_PRODUCTION_INTERFACE is referenced by following:
FA
FA_PRODUCTION_INTERFACE#
|
|
|
|