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


TABLE: FA.FA_RETIREMENTS

Object Details
Object Name: FA_RETIREMENTS
Object Type: TABLE
Owner: FA
FND Design Data: TableOFA.FA_RETIREMENTS
Subobject Name:
Status: VALID


FA_RETIREMENTS contains information about asset retirements.
The gain/loss program uses this table to calculate the gain or loss
resulting from a retirement.
.
Oracle Assets inserts a row into this table when you retire an
asset and updates it if you reinstate the asset.
.
When you perform a retirement, the row that Oracle Assets inserts
has a TRANSACTION_HEADER_ID_IN and DATE_EFFECTIVE that matches the
TRANSACTION_HEADER_ID and DATE_EFFECTIVE in FA_TRANSACTION_HEADERS.
The TRANSACTION_HEADER_ID_OUT and DATE_INEFFECTIVE are NULL.
.
If you reinstate a retirement for which Oracle Assets has
calculated the gain or loss, Oracle Assets updates
TRANSACTION_HEADER_ID_OUT and DATE_INEFFECTIVE with the
TRANSACTION_HEADER_ID and DATE_EFFECTIVE from the
FA_TRANSACTION_HEADERS row for the reinstatement.
.
If you reinstate a retirement for which Oracle Assets has not
calculated the gain or loss, Oracle Assets simply deletes the row
from the table, since it has no financial impact.
.
STATUS tells you the status of your retirement or reinstatement
transaction:
.
PENDING
Oracle Assets has not yet calculated the gain or loss
on the retirement.
.
PROCESSED
Oracle Assets has calculated the gain or loss on the
retirement.
.
REINSTATE
Oracle Assets has not yet processed the reinstatement.
.
DELETED
Oracle Assets has processed the reinstatement.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FA_RETIREMENTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRETIREMENT_ID
FA_RETIREMENTS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTRANSACTION_HEADER_ID_IN
FA_RETIREMENTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnASSET_ID
ColumnBOOK_TYPE_CODE
FA_RETIREMENTS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnTRANSACTION_HEADER_ID_OUT
Columns
Name Datatype Length Mandatory Comments
RETIREMENT_ID NUMBER (15) Yes Retirement identification number
BOOK_TYPE_CODE VARCHAR2 (15) Yes Book name
ASSET_ID NUMBER (15) Yes Asset identification number
TRANSACTION_HEADER_ID_IN NUMBER (15) Yes Identification number of the asset transaction which created the row
DATE_RETIRED DATE
Yes Date on which the retirement occurred
DATE_EFFECTIVE DATE
Yes System date when the retirement transaction was entered
COST_RETIRED NUMBER
Yes Cost retired
STATUS VARCHAR2 (15) Yes Status of the retirement
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
RETIREMENT_PRORATE_CONVENTION VARCHAR2 (10) Yes Prorate convention of the retirement
TRANSACTION_HEADER_ID_OUT NUMBER (15)
Identification number of the asset transaction which made the row obsolete
UNITS NUMBER

Number of units retired
COST_OF_REMOVAL NUMBER

Cost of removing the asset
NBV_RETIRED NUMBER

Net book value retired
GAIN_LOSS_AMOUNT NUMBER

Gain or loss from the retirement
PROCEEDS_OF_SALE NUMBER

Proceeds from the sale of the asset
GAIN_LOSS_TYPE_CODE VARCHAR2 (15)
Whether the retirement resulted in a gain or a loss
RETIREMENT_TYPE_CODE VARCHAR2 (15)
Retirement type
ITC_RECAPTURED NUMBER

Investment tax credit recaptured
ITC_RECAPTURE_ID NUMBER (15)
Investment tax credit recapture identification number
REFERENCE_NUM VARCHAR2 (15)
Reference number
SOLD_TO VARCHAR2 (30)
Name of the party to whom the asset was sold
TRADE_IN_ASSET_ID NUMBER (15)
Asset identification number of the new asset for which this asset was traded in
STL_METHOD_CODE VARCHAR2 (12)
Straight line method for retirement reporting of 1250 property in a tax book.
STL_LIFE_IN_MONTHS NUMBER (4)
Straight line life for retirement
STL_DEPRN_AMOUNT NUMBER

Straight line depreciation amount for reporting of 1250 property in a tax book.
CREATED_BY NUMBER (15)
Standard Who column
CREATION_DATE DATE

Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
ATTRIBUTE1 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE2 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE3 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE4 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE5 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE6 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE7 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE8 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE9 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE10 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE11 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE12 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE13 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE14 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE15 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE_CATEGORY_CODE VARCHAR2 (30)
Descriptive flexfield structure defining column
REVAL_RESERVE_RETIRED NUMBER

Revaluation reserve retired
UNREVALUED_COST_RETIRED NUMBER

Cost retired without any regard to any revaluations
BONUS_RESERVE_RETIRED NUMBER

Bonus depreciation reserve retired
RECOGNIZE_GAIN_LOSS VARCHAR2 (30)
Indicates whether or not to recognize gain and loss
REDUCTION_RATE NUMBER

Default reduction rate if this record is for a group asset. Otherwise, the reduction rate used for the transaction
RECAPTURE_RESERVE_FLAG VARCHAR2 (1)
Indicates whether or not reserve for a group asset can exceed its recoverable cost
LIMIT_PROCEEDS_FLAG VARCHAR2 (1)
Indicates whether or not the net proceeds amount for a retiring asset is limited to the asset's retiring recoverable cost
TERMINAL_GAIN_LOSS VARCHAR2 (30)
Indicates whether or not to recognize gain and loss if the last member asset is retired from a group asset
RESERVE_RETIRED NUMBER

Retired accumulated depreciation
RECAPTURE_AMOUNT NUMBER

Recaptured accumulated depreciation
EOFY_RESERVE NUMBER

Accumulated depreciation retired at the the end of prior fiscal year
IMPAIR_RESERVE_RETIRED NUMBER

Impairment reserve retired
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT RETIREMENT_ID
,      BOOK_TYPE_CODE
,      ASSET_ID
,      TRANSACTION_HEADER_ID_IN
,      DATE_RETIRED
,      DATE_EFFECTIVE
,      COST_RETIRED
,      STATUS
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      RETIREMENT_PRORATE_CONVENTION
,      TRANSACTION_HEADER_ID_OUT
,      UNITS
,      COST_OF_REMOVAL
,      NBV_RETIRED
,      GAIN_LOSS_AMOUNT
,      PROCEEDS_OF_SALE
,      GAIN_LOSS_TYPE_CODE
,      RETIREMENT_TYPE_CODE
,      ITC_RECAPTURED
,      ITC_RECAPTURE_ID
,      REFERENCE_NUM
,      SOLD_TO
,      TRADE_IN_ASSET_ID
,      STL_METHOD_CODE
,      STL_LIFE_IN_MONTHS
,      STL_DEPRN_AMOUNT
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
,      ATTRIBUTE_CATEGORY_CODE
,      REVAL_RESERVE_RETIRED
,      UNREVALUED_COST_RETIRED
,      BONUS_RESERVE_RETIRED
,      RECOGNIZE_GAIN_LOSS
,      REDUCTION_RATE
,      RECAPTURE_RESERVE_FLAG
,      LIMIT_PROCEEDS_FLAG
,      TERMINAL_GAIN_LOSS
,      RESERVE_RETIRED
,      RECAPTURE_AMOUNT
,      EOFY_RESERVE
,      IMPAIR_RESERVE_RETIRED
FROM FA.FA_RETIREMENTS;

Dependencies

[top of page]

FA.FA_RETIREMENTS does not reference any database object

FA.FA_RETIREMENTS is referenced by following:

SchemaFA
ViewFA_RETIREMENTS#