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


TABLE: FA.FA_RATES

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


FA_RATES stores the annual depreciation rates used by the
depreciation program to calculate depreciation for your assets that
use life-based depreciation methods.
.
When you create a depreciation method using the Life-Based
Depreciation Methods form, Oracle Assets inserts a row into this
table for each depreciation rate you define for a year of life and
prorate period (PERIOD_PLACED_IN_SERVICE). The number of prorate
periods per year for a method is defined by
PRORATE_PERIODS_PER_YEAR in FA_METHODS.
.
Oracle Assets does not use FA_RATES to store rate information for
straight-line methods because the depreciation program calculates
the rate by dividing the life in years into 1.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FA_RATES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnMETHOD_ID
ColumnYEAR
ColumnPERIOD_PLACED_IN_SERVICE
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
METHOD_ID NUMBER (15) Yes Depreciation method identification number
YEAR NUMBER (4) Yes Fiscal year of asset life
PERIOD_PLACED_IN_SERVICE NUMBER (3) Yes Period number from the prorate calendar in which the asset was placed in service
RATE NUMBER
Yes Depreciation rate
LAST_UPDATED_BY NUMBER (15)
Standard Who column
LAST_UPDATE_DATE DATE

Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
CREATED_BY NUMBER (15)
Standard Who column
CREATION_DATE DATE

Standard Who column
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT METHOD_ID
,      YEAR
,      PERIOD_PLACED_IN_SERVICE
,      RATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
,      ZD_EDITION_NAME
FROM FA.FA_RATES;

Dependencies

[top of page]

FA.FA_RATES does not reference any database object

FA.FA_RATES is referenced by following:

SchemaFA
ViewFA_RATES#