[Home] [Help]
[Dependency Information]
Object Name: | AR_INVOICE_INSTALLMENTS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
The AR_INVOICE_INSTALLMENTS_V view, which is one of eight transaction printing views that Oracle Receivables provides, collects information about invoice installments. A system administrator or Oracle consultant can use transaction printing views to extract transaction information from Receivables and then print the data in a custom format using Oracle Reports or a similar, SQL-based report generator.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CUSTOMER_TRX_ID | NUMBER | (15) | Yes | Refer to base table. |
OPEN_TRX_ONLY_FLAG | VARCHAR2 | (30) | Yes | Refer to base table. |
INSTALLMENT_NUMBER | NUMBER | (15) | Refer to base table. | |
TAX_AMOUNT | NUMBER | Refer to base table. | ||
LINE_AMOUNT | NUMBER | Refer to base table. | ||
FREIGHT_AMOUNT | NUMBER | Refer to base table. | ||
TOTAL_AMOUNT | NUMBER | Refer to base table. |
Cut, paste (and edit) the following text to query this object:
SELECT CUSTOMER_TRX_ID
, OPEN_TRX_ONLY_FLAG
, INSTALLMENT_NUMBER
, TAX_AMOUNT
, LINE_AMOUNT
, FREIGHT_AMOUNT
, TOTAL_AMOUNT
FROM APPS.AR_INVOICE_INSTALLMENTS_V;
APPS.AR_INVOICE_INSTALLMENTS_V is not referenced by any database object
|
|
|