[Home] [Help]
[Dependency Information]
Object Name: | FA_TRANSACTIONS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ASSET_ID | NUMBER | (15) | Asset in book affected by the transaction | |
ASSET_NUMBER | VARCHAR2 | (15) | User assigned asset number | |
DESCRIPTION | VARCHAR2 | (80) | Description of the asset | |
TRANSACTION_HEADER_ID | NUMBER | (15) | Unique transaction identification number | |
TRANSACTION_TYPE_CODE | VARCHAR2 | (20) | Identifies the type of transaction | |
BOOK_TYPE_CODE | VARCHAR2 | (15) | Name of book in which the transaction occurred | |
INVOICE_TRANSACTION_ID | NUMBER | (15) | Invoice transaction identification number | |
TRX_REFERENCE_ID | NUMBER | (15) | Identification number of the transaction reference which links transactions on multiple assets. | |
PERIOD_COUNTER | NUMBER | (15) | Period counter of the depreciation calendar | |
PERIOD_NAME | VARCHAR2 | (15) | Depreciation period name |
Cut, paste (and edit) the following text to query this object:
SELECT ASSET_ID
, ASSET_NUMBER
, DESCRIPTION
, TRANSACTION_HEADER_ID
, TRANSACTION_TYPE_CODE
, BOOK_TYPE_CODE
, INVOICE_TRANSACTION_ID
, TRX_REFERENCE_ID
, PERIOD_COUNTER
, PERIOD_NAME
FROM APPS.FA_TRANSACTIONS_V;
APPS.FA_TRANSACTIONS_V is not referenced by any database object
|
|
|