[Home] [Help]
[Dependency Information]
Object Name: | FA_INVOICE_TRANSACTIONS |
---|---|
Object Type: | TABLE |
Owner: | FA |
FND Design Data: | ![]() |
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.
.
.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FA_INVOICE_TRANSACTIONS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
FA_INVOICE_TRANSACTIONS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
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 |
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;
FA.FA_INVOICE_TRANSACTIONS does not reference any database object
FA.FA_INVOICE_TRANSACTIONS is referenced by following:
|
|
|