[Home] [Help]
[Dependency Information]
| Object Name: | FA_ARCHIVE_HISTORY |
|---|---|
| Object Type: | TABLE |
| Owner: | FA |
| FND Design Data: | OFA.FA_ARCHIVE_HISTORY
|
| Subobject Name: | |
| Status: | VALID |
FA_ARCHIVE_HISTORY contains information about your archive,
purge, and restore requests. Oracle Assets uses this
information to run a concurrent process that archives,
purges, or restores depreciation and adjustment transaction
information for a book for a fiscal year.
.
When you define an archive request using the Mass Purge
form, Oracle Assets inserts a row that stores which book to
archive for which year into this table. It uses this
information to archive, purge, and restore information from
the FA_DEPRN_SUMMARY, FA_DEPRN_DETAIL, and FA_ADJUSTMENTS
tables.
.
ARCHIVE_ID identifies each archive and purge definition.
.
.
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| FA_ARCHIVE_HISTORY_U1 | NORMAL | UNIQUE |
APPS_TS_ARCHIVE
|
ARCHIVE_ID
|
| FA_ARCHIVE_HISTORY_N1 | NORMAL | NONUNIQUE |
APPS_TS_ARCHIVE
|
BOOK_TYPE_CODE
FISCAL_YEAR
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ARCHIVE_ID | NUMBER | (15) | Yes | Unique identification number of the archive transaction |
| BOOK_TYPE_CODE | VARCHAR2 | (15) | Yes | Book name |
| FISCAL_YEAR | NUMBER | (4) | Yes | Fiscal year archived or purged |
| STATUS | VARCHAR2 | (15) | Either NEW, ARCHIVED, PURGED, or RESTORED | |
| DEPRN_SUMMARY_ROWS_ARCHIVED | NUMBER | Number of FA_DEPRN_SUMMARY rows archived | ||
| DEPRN_SUMMARY_CHECK_SUM | NUMBER | Used to verify that the same currency amount is purged that was archived | ||
| DEPRN_DETAIL_ROWS_ARCHIVED | NUMBER | Used to verify that the same number of FA_DEPRN_DETAIL rows are purged that were archived | ||
| DEPRN_DETAIL_CHECK_SUM | NUMBER | Used to verify that the same currency amount is purged that was archived | ||
| ADJUSTMENT_ROWS_ARCHIVED | NUMBER | Used to verify that the same number of FA_ADJUSTMENTS rows are purged that were archived | ||
| ADJUSTMENT_CHECK_SUM | NUMBER | Used to verify that the same currency amount is purged that was archived | ||
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT ARCHIVE_ID
, BOOK_TYPE_CODE
, FISCAL_YEAR
, STATUS
, DEPRN_SUMMARY_ROWS_ARCHIVED
, DEPRN_SUMMARY_CHECK_SUM
, DEPRN_DETAIL_ROWS_ARCHIVED
, DEPRN_DETAIL_CHECK_SUM
, ADJUSTMENT_ROWS_ARCHIVED
, ADJUSTMENT_CHECK_SUM
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
FROM FA.FA_ARCHIVE_HISTORY;
FA.FA_ARCHIVE_HISTORY does not reference any database object
FA.FA_ARCHIVE_HISTORY is referenced by following:
FA
FA_ARCHIVE_HISTORY#
|
|
|
|