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


VIEW: APPS.FA_RETIREMENT_ADJUSTMENTS_V

Object Details
Object Name: FA_RETIREMENT_ADJUSTMENTS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOFA.FA_RETIREMENT_ADJUSTMENTS_V
Subobject Name:
Status: VALID

View Type

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.

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.FA_RETIREMENT_ADJUSTMENTS_V references the following:

SchemaAPPS
SynonymFA_ADJUSTMENTS
SynonymFA_TRANSACTION_HEADERS

APPS.FA_RETIREMENT_ADJUSTMENTS_V is not referenced by any database object