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


TABLE: FA.FA_ARCHIVE_HISTORY

Object Details
Object Name: FA_ARCHIVE_HISTORY
Object Type: TABLE
Owner: FA
FND Design Data: TableOFA.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.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FA_ARCHIVE_HISTORY_U1 NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnARCHIVE_ID
FA_ARCHIVE_HISTORY_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_ARCHIVE ColumnBOOK_TYPE_CODE
ColumnFISCAL_YEAR
Columns
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
Query Text

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;

Dependencies

[top of page]

FA.FA_ARCHIVE_HISTORY does not reference any database object

FA.FA_ARCHIVE_HISTORY is referenced by following:

SchemaFA
ViewFA_ARCHIVE_HISTORY#