[Home] [Help]
[Dependency Information]
Object Name: | FA_RETIREMENT_ADJUSTMENTS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TRANSACTION_HEADER_ID | NUMBER | (15) | Yes | Unique transaction identification number |
BOOK_TYPE_CODE | VARCHAR2 | (15) | Yes | Name of book in which the transaction occurred |
ASSET_ID | NUMBER | (15) | Yes | Asset in book affected by the transaction |
TRANSACTION_TYPE_CODE | VARCHAR2 | (20) | Yes | Identifies the type of transaction |
PROCEEDS_OF_SALE | NUMBER | Yes | Amount of the adjustment | |
COST_OF_REMOVAL | NUMBER | Yes | Amount of the adjustment |
Cut, paste (and edit) the following text to query this object:
SELECT TRANSACTION_HEADER_ID
, BOOK_TYPE_CODE
, ASSET_ID
, TRANSACTION_TYPE_CODE
, PROCEEDS_OF_SALE
, COST_OF_REMOVAL
FROM APPS.FA_RETIREMENT_ADJUSTMENTS_V;
APPS.FA_RETIREMENT_ADJUSTMENTS_V is not referenced by any database object
|
|
|