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


TABLE: FA.FA_INVOICE_TRANSACTIONS

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


FA_INVOICE_TRANSACTIONS tracks all the transactions you perform on
invoice lines within Oracle Assets.
.
Oracle Assets inserts rows in this table and in
FA_TRANSACTION_HEADERS each time you perform a transaction on an
invoice line.
.
TRANSACTION_TYPE identifies the type of transaction:
.
{{FB}}INVOICE ADDITION{{F0}}
{{TAB}}Created by the CIP Adjustments form when you add an
invoice line.
.
{{FB}}INVOICE ADJUSTMENT{{F0}}
{{TAB}}Created by the CIP Adjustments form when you perform
a cost change on an invoice line.
.
{{FB}}INVOICE DELETE{{F0}}
{{TAB}}Created by the CIP Adjustments form when you delete
an invoice line.
.
{{FB}}INVOICE REINSTATE{{F0}}
{{TAB}}Created by the CIP Adjustments form when you
reinstate an invoice line you previously deleted.
.
{{FB}}INVOICE TRANSFER{{F0}}
{{TAB}}Created by the Transfer Invoices form when you transfer
an invoice between CIP assets or between a CIP and a capitalized
asset.
.
{{FB}}MASS ADDITION{{F0}}
{{TAB}}Created by the mass additions posting program when
you send mass additions to Oracle Assets.
.
DATE_EFFECTIVE is the date on which you entered the transaction
into Oracle Assets.
.
INVOICE_TRANSACTION_ID uniquely identifies each invoice
transaction.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FA_INVOICE_TRANSACTIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnINVOICE_TRANSACTION_ID
FA_INVOICE_TRANSACTIONS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBOOK_TYPE_CODE
ColumnDATE_EFFECTIVE
Columns
Name Datatype Length Mandatory Comments
INVOICE_TRANSACTION_ID NUMBER (15) Yes Unique identification number for the invoice transaction
BOOK_TYPE_CODE VARCHAR2 (15) Yes Book name
TRANSACTION_TYPE VARCHAR2 (20) Yes Type of invoice transaction
DATE_EFFECTIVE DATE
Yes System date when the transaction occurred
Query Text

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


SELECT INVOICE_TRANSACTION_ID
,      BOOK_TYPE_CODE
,      TRANSACTION_TYPE
,      DATE_EFFECTIVE
FROM FA.FA_INVOICE_TRANSACTIONS;

Dependencies

[top of page]

FA.FA_INVOICE_TRANSACTIONS does not reference any database object

FA.FA_INVOICE_TRANSACTIONS is referenced by following:

SchemaFA
ViewFA_INVOICE_TRANSACTIONS#