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


TABLE: FA.FA_BALANCES_REPORTS_ITF

Object Details
Object Name: FA_BALANCES_REPORTS_ITF
Object Type: TABLE
Owner: FA
Subobject Name:
Status: VALID


FA_BALANCES_REPORTS_ITF is an interface table for balances reports.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FA_BALANCES_REPORTS_ITF_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnREQUEST_ID
ColumnASSET_ID
Columns
Name Datatype Length Mandatory Comments
ASSET_ID NUMBER

Asset identification number
DISTRIBUTION_CCID NUMBER

Depreciation expense account for the asset
ADJUSTMENT_CCID NUMBER (15)
Accounting flexfield combination being adjusted
CATEGORY_BOOKS_ACCOUNT VARCHAR2 (25)
Account being adjusted, or depreciation reserve account
SOURCE_TYPE_CODE VARCHAR2 (15)
Transaction or balance this row describes
AMOUNT NUMBER

Transaction or balance this row describes
COST_ACCOUNT VARCHAR2 (25)
Asset cost account
COST_BEGIN_BALANCE NUMBER

Depreciation, adjustment, cost, or reserve balance amount
GROUP_ASSET_ID NUMBER

Group asset identifier for any associated group asset
REQUEST_ID NUMBER

Request Id for the report Run
Query Text

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


SELECT ASSET_ID
,      DISTRIBUTION_CCID
,      ADJUSTMENT_CCID
,      CATEGORY_BOOKS_ACCOUNT
,      SOURCE_TYPE_CODE
,      AMOUNT
,      COST_ACCOUNT
,      COST_BEGIN_BALANCE
,      GROUP_ASSET_ID
,      REQUEST_ID
FROM FA.FA_BALANCES_REPORTS_ITF;

Dependencies

[top of page]

FA.FA_BALANCES_REPORTS_ITF does not reference any database object

FA.FA_BALANCES_REPORTS_ITF is referenced by following:

SchemaFA
ViewFA_BALANCES_REPORTS_ITF#