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


TABLE: FA.FA_FORMULAS

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


The FA_FORMULAS table contains formulas used to calculate depreciation rates for formula-based methods.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FA_FORMULAS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnMETHOD_ID
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
METHOD_ID NUMBER (15) Yes Unique identification number for a depreciation method
FORMULA_ACTUAL VARCHAR2 (4000) Yes Actual format of the formula with database column names and functions instead of user-friendly ones
FORMULA_DISPLAYED VARCHAR2 (4000) Yes Formula displayed to the user
FORMULA_PARSED VARCHAR2 (4000) Yes Format of the formula used by the depreciation engine for quick calculation and error checking
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
ORIGINAL_RATE NUMBER

Indicates Original rate
REVISED_RATE NUMBER

Indicates Revised rate
GUARANTEE_RATE NUMBER

Indicates guarantee rate
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT METHOD_ID
,      FORMULA_ACTUAL
,      FORMULA_DISPLAYED
,      FORMULA_PARSED
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      ORIGINAL_RATE
,      REVISED_RATE
,      GUARANTEE_RATE
,      ZD_EDITION_NAME
FROM FA.FA_FORMULAS;

Dependencies

[top of page]

FA.FA_FORMULAS does not reference any database object

FA.FA_FORMULAS is referenced by following:

SchemaFA
ViewFA_FORMULAS#