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


TABLE: FA.FA_PRODUCTION_INTERFACE

Object Details
Object Name: FA_PRODUCTION_INTERFACE
Object Type: TABLE
Owner: FA
FND Design Data: TableOFA.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


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FA_PRODUCTION_INTERFACE_U1 NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnASSET_NUMBER
ColumnSTART_DATE
ColumnEND_DATE
Columns
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
Query Text

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


SELECT ASSET_NUMBER
,      PRODUCTION
,      START_DATE
,      END_DATE
FROM FA.FA_PRODUCTION_INTERFACE;

Dependencies

[top of page]

FA.FA_PRODUCTION_INTERFACE does not reference any database object

FA.FA_PRODUCTION_INTERFACE is referenced by following:

SchemaFA
ViewFA_PRODUCTION_INTERFACE#