[Home] [Help]
[Dependency Information]
Object Name: | FA_GROUP_DEPRN_DETAIL |
---|---|
Object Type: | TABLE |
Owner: | FA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Redundant - mirrors FA_DEPRN_DETAIL and exists purely to store information returned by the depreciation process. Would usually store depreciation charged to expense accounts identified in the distribution list of an asset - since group asset does not have a distribution list, this will be the same as the data in IFA_GROUP_DEPRN_SUMMARY. This is a history table.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FA_GROUP_DEPRN_DETAIL_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
FA_GROUP_DEPRN_DETAIL_N2 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
BOOK_TYPE_CODE | VARCHAR2 | (15) | Yes | Book type code |
GROUP_ASSET_ID | NUMBER | (15) | Yes | Unique key to identify group asset |
PERIOD_COUNTER | NUMBER | (15) | Yes | Period counter for group depreciation |
DISTRIBUTION_ID | NUMBER | (15) | Yes | Distribution id for group depreciation |
DEPRN_SOURCE_CODE | VARCHAR2 | (1) | Yes | Indicates whether the depreciation record was created by the Books window (B), by running the Depreciation program (D), or by the Member Asset Tracking functionality (T). |
DEPRN_RUN_DATE | DATE | Yes | Depreciation run date | |
DEPRN_AMOUNT | NUMBER | Yes | Depreciation amount for the run date | |
YTD_DEPRN | NUMBER | Yes | Year to date depreciation amount | |
DEPRN_RESERVE | NUMBER | Yes | Cumulative depreciation reserve | |
ADDITION_COST_TO_CLEAR | NUMBER | Addition cost to clear | ||
COST | NUMBER | Actual cost of group asset | ||
DEPRN_ADJUSTMENT_AMOUNT | NUMBER | Depreciation adjustment amount | ||
DEPRN_EXPENSE_JE_LINE_NUM | NUMBER | Depreciation expense journal entry line number | ||
DEPRN_RESERVE_JE_LINE_NUM | NUMBER | Depreciation reserve journal entry line number | ||
REVAL_AMORT_JE_LINE_NUM | NUMBER | (15) | Revaluation amortization journal entry line number | |
REVAL_RESERVE_JE_LINE_NUM | NUMBER | (15) | Revaluation reserve journal entry line number | |
JE_HEADER_ID | NUMBER | Journal entry header Id | ||
REVAL_AMORTIZATION | NUMBER | Revaluation amortization | ||
REVAL_DEPRN_EXPENSE | NUMBER | Revaluation depreciation expense | ||
REVAL_RESERVE | NUMBER | Revaluation reserve | ||
YTD_REVAL_DEPRN_EXPENSE | NUMBER | Year to date revaluation depreciation expense |
Cut, paste (and edit) the following text to query this object:
SELECT BOOK_TYPE_CODE
, GROUP_ASSET_ID
, PERIOD_COUNTER
, DISTRIBUTION_ID
, DEPRN_SOURCE_CODE
, DEPRN_RUN_DATE
, DEPRN_AMOUNT
, YTD_DEPRN
, DEPRN_RESERVE
, ADDITION_COST_TO_CLEAR
, COST
, DEPRN_ADJUSTMENT_AMOUNT
, DEPRN_EXPENSE_JE_LINE_NUM
, DEPRN_RESERVE_JE_LINE_NUM
, REVAL_AMORT_JE_LINE_NUM
, REVAL_RESERVE_JE_LINE_NUM
, JE_HEADER_ID
, REVAL_AMORTIZATION
, REVAL_DEPRN_EXPENSE
, REVAL_RESERVE
, YTD_REVAL_DEPRN_EXPENSE
FROM FA.FA_GROUP_DEPRN_DETAIL;
FA.FA_GROUP_DEPRN_DETAIL does not reference any database object
FA.FA_GROUP_DEPRN_DETAIL is referenced by following:
|
|
|