[Home] [Help]
[Dependency Information]
Object Name: | FA_DEPRN_PERIODS |
---|---|
Object Type: | TABLE |
Owner: | FA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
FA_DEPRN_PERIODS contains information about your depreciation
periods. Oracle Assets uses this table to determine when each
period in FA_CALENDARS was open for a depreciation book.
.
PERIOD_OPEN_DATE and PERIOD_CLOSE_DATE are the dates when you
opened and closed each book's depreciation period.
.
Each time you run the depreciation program, it closes the current
period by setting PERIOD_CLOSE_DATE to the system date. It also
opens the next period by inserting a new row into this table in
which PERIOD_CLOSE_DATE is NULL and PERIOD_OPEN_DATE equals the
PERIOD_CLOSE_DATE of the old row.
.
CALENDAR_PERIOD_OPEN_DATE and CALENDAR_PERIOD_CLOSE_DATE correspond
to your calendar as defined by the START_DATE and END_DATE columns
in FA_CALENDAR_PERIODS.
.
.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FA_DEPRN_PERIODS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
FA_DEPRN_PERIODS_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
FA_DEPRN_PERIODS_U3 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
BOOK_TYPE_CODE | VARCHAR2 | (15) | Yes | Book name |
PERIOD_NAME | VARCHAR2 | (15) | Yes | Depreciation period name |
PERIOD_COUNTER | NUMBER | (15) | Yes | Period counter of the depreciation calendar |
FISCAL_YEAR | NUMBER | (4) | Yes | Fiscal year |
PERIOD_NUM | NUMBER | (3) | Yes | Period number within a fiscal year |
PERIOD_OPEN_DATE | DATE | Yes | System date when the depreciation period was opened | |
PERIOD_CLOSE_DATE | DATE | System date when the depreciation period was closed | ||
DEPRECIATION_BATCH_ID | NUMBER | (15) | Identifies the batch of journal entries posted to GL for depreciation expense and reserve | |
RETIREMENT_BATCH_ID | NUMBER | (15) | Identifies the batch of journal entries posted to GL for retirements of capitalized assets | |
RECLASS_BATCH_ID | NUMBER | (15) | Identifies the batch of journal entries posted to GL for reclassification of capitalized assets | |
TRANSFER_BATCH_ID | NUMBER | (15) | Identifies the batch of journal entries posted to GL for transfers of capitalized assets | |
ADDITION_BATCH_ID | NUMBER | (15) | Identifies the batch of journal entries posted to GL for capitalized asset additions | |
ADJUSTMENT_BATCH_ID | NUMBER | (15) | Identifies the batch of journal entries posted to GL for adjustments to capitalized assets | |
DEFERRED_DEPRN_BATCH_ID | NUMBER | (15) | Identifies the batch of journal entries posted to GL for deferred depreciation of capitalized assets | |
CALENDAR_PERIOD_OPEN_DATE | DATE | Start date in corresponding FA_CALENDAR_PERIODS row | ||
CALENDAR_PERIOD_CLOSE_DATE | DATE | End date in corresponding FA_CALENDAR_PERIODS row | ||
CIP_ADDITION_BATCH_ID | NUMBER | Identifies the batch of journal entries posted to GL for CIP asset additions | ||
CIP_ADJUSTMENT_BATCH_ID | NUMBER | Identifies the batch of journal entries posted to GL for adjustments to CIP assets | ||
CIP_RECLASS_BATCH_ID | NUMBER | Identifies the batch of journal entries posted to GL for reclassification of CIP assets | ||
CIP_RETIREMENT_BATCH_ID | NUMBER | Identifies the batch of journal entries posted to GL for retirements of CIP assets | ||
CIP_REVAL_BATCH_ID | NUMBER | Reserved for future use | ||
CIP_TRANSFER_BATCH_ID | NUMBER | Identifies the batch of journal entries posted to GL for transfers of CIP assets | ||
REVAL_BATCH_ID | NUMBER | Identifies the batch of journal entries posted to GL for revaluation of capitalized assets | ||
DEPRN_ADJUSTMENT_BATCH_ID | NUMBER | (15) | Identifies the batch of journal entries posted to GL for depreciation adjustments of capitalized assets in tax books | |
DEPRN_RUN | VARCHAR2 | (1) | Indicates whether depreciation has been run for the period | |
XLA_CONVERSION_STATUS | VARCHAR2 | (2) | Indicates whether this book and period have been converted to Subledger Accounting. | |
GL_TRANSFER_FLAG | VARCHAR2 | (1) | Indicates whether final posting has been run after closing the period |
Cut, paste (and edit) the following text to query this object:
SELECT BOOK_TYPE_CODE
, PERIOD_NAME
, PERIOD_COUNTER
, FISCAL_YEAR
, PERIOD_NUM
, PERIOD_OPEN_DATE
, PERIOD_CLOSE_DATE
, DEPRECIATION_BATCH_ID
, RETIREMENT_BATCH_ID
, RECLASS_BATCH_ID
, TRANSFER_BATCH_ID
, ADDITION_BATCH_ID
, ADJUSTMENT_BATCH_ID
, DEFERRED_DEPRN_BATCH_ID
, CALENDAR_PERIOD_OPEN_DATE
, CALENDAR_PERIOD_CLOSE_DATE
, CIP_ADDITION_BATCH_ID
, CIP_ADJUSTMENT_BATCH_ID
, CIP_RECLASS_BATCH_ID
, CIP_RETIREMENT_BATCH_ID
, CIP_REVAL_BATCH_ID
, CIP_TRANSFER_BATCH_ID
, REVAL_BATCH_ID
, DEPRN_ADJUSTMENT_BATCH_ID
, DEPRN_RUN
, XLA_CONVERSION_STATUS
, GL_TRANSFER_FLAG
FROM FA.FA_DEPRN_PERIODS;
FA.FA_DEPRN_PERIODS does not reference any database object
FA.FA_DEPRN_PERIODS is referenced by following:
|
|
|