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


TABLE: FA.FA_BALANCES_REPORT

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

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FA_BALANCES_REPORT_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnASSET_ID
Columns
Name Datatype Length Mandatory Comments
ASSET_ID NUMBER (15) Yes Asset identification number
DISTRIBUTION_CCID NUMBER (15) Yes 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) Yes Transaction or balance this row describes
AMOUNT NUMBER

Depreciation, adjustment, cost, or reserve balance amount
COST_ACCOUNT VARCHAR2 (25)
Asset cost account
COST_BEGIN_BALANCE NUMBER

Depreciation, adjustment, cost, or reserve balance amount
GROUP_ASSET_ID NUMBER (15)
Group asset identifier for any associated group asset
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
FROM FA.FA_BALANCES_REPORT;

Dependencies

[top of page]

FA.FA_BALANCES_REPORT does not reference any database object

FA.FA_BALANCES_REPORT is referenced by following:

SchemaFA
ViewFA_BALANCES_REPORT#