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


VIEW: APPS.AR_INVOICE_INSTALLMENTS_V

Object Details
Object Name: AR_INVOICE_INSTALLMENTS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewAR.AR_INVOICE_INSTALLMENTS_V
Subobject Name:
Status: VALID

View Type

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.


[View Source]

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

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;

Dependencies

[top of page]

APPS.AR_INVOICE_INSTALLMENTS_V references the following:

SchemaAPPS
SynonymAR_ADJUSTMENTS
ViewAR_LOOKUPS
SynonymAR_PAYMENT_SCHEDULES
SynonymRA_CUSTOMER_TRX
SynonymRA_CUSTOMER_TRX_LINES
SynonymRA_TERMS
SynonymRA_TERMS_LINES

APPS.AR_INVOICE_INSTALLMENTS_V is not referenced by any database object