[Home] [Help]
[Dependency Information]
Object Name: | FA_BALANCES_REPORT_GT |
---|---|
Object Type: | TABLE |
Owner: | FA |
Subobject Name: | |
Status: | VALID |
FA.FA_BALANCES_REPORT_GT is a global temporary table. The current session is able see data that it placed in the table but other sessions cannot. Data in the table is temporary. It has a data duration of SYS$SESSION. Data is removed at the end of this period.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: | 40 |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FA_BALANCES_REPORT_GT_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ASSET_ID | NUMBER | (15) | ||
DISTRIBUTION_CCID | NUMBER | (15) | ||
ADJUSTMENT_CCID | NUMBER | (15) | ||
CATEGORY_BOOKS_ACCOUNT | VARCHAR2 | (25) | ||
SOURCE_TYPE_CODE | VARCHAR2 | (15) | ||
AMOUNT | NUMBER | |||
COST_ACCOUNT | VARCHAR2 | (25) | ||
COST_BEGIN_BALANCE | NUMBER | |||
GROUP_ASSET_ID | NUMBER | (15) |
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_GT;
FA.FA_BALANCES_REPORT_GT does not reference any database object
FA.FA_BALANCES_REPORT_GT is referenced by following:
|
|
|