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


VIEW: APPS.FA_TRANSACTIONS_V

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

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

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

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;

Dependencies

[top of page]

APPS.FA_TRANSACTIONS_V references the following:

SchemaAPPS
SynonymFA_ADDITIONS_B
SynonymFA_ADDITIONS_TL
SynonymFA_BOOK_CONTROLS
SynonymFA_DEPRN_PERIODS
SynonymFA_TRANSACTION_HEADERS

APPS.FA_TRANSACTIONS_V is not referenced by any database object