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


TABLE: AR.AR_CONS_INV_TRX_LINES_ALL

Object Details
Object Name: AR_CONS_INV_TRX_LINES_ALL
Object Type: TABLE
Owner: AR
FND Design Data: TableAR.AR_CONS_INV_TRX_LINES_ALL
Subobject Name:
Status: VALID


The AR_CONS_INV_TRX_LINES_ALL table contains information about transaction lines on a consolidated billing invoice, including invoice and invoice line identifiers, transaction line amounts, and tax amounts. Rows are created when you run the Consolidated Billing Invoice program to create a consolidated billing invoice.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AR_CONS_INV_TRX_LINES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCONS_INV_ID
AR_CONS_INV_TRX_LINES_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCUSTOMER_TRX_ID
ColumnCUSTOMER_TRX_LINE_ID
AR_CONS_INV_TRX_LINES_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCONS_INV_ID
ColumnCONS_INV_LINE_NUMBER
Columns
Name Datatype Length Mandatory Comments
CONS_INV_ID NUMBER (15) Yes Consolidated billing invoice identifier
CONS_INV_LINE_NUMBER NUMBER (15)
Line number that is assigned to associated invoice or credit memo transaction in the AR_CONS_INV_TRX table
CUSTOMER_TRX_ID NUMBER (15) Yes Invoice identifier
CUSTOMER_TRX_LINE_ID NUMBER (15) Yes Invoice line identifier
LINE_NUMBER NUMBER (15) Yes Line number of the invoice
INVENTORY_ITEM_ID NUMBER (15)
Inventory item identifier
DESCRIPTION VARCHAR2 (240)
Item description
UOM_CODE VARCHAR2 (3)
Unit of measure code
QUANTITY_INVOICED NUMBER

Quantity of invoice line
UNIT_SELLING_PRICE NUMBER

Selling price per unit for a transaction line
EXTENDED_AMOUNT NUMBER
Yes Transaction line amount
TAX_AMOUNT NUMBER

Tax amount for invoice line
ORG_ID NUMBER (15)
Organization identifier
Query Text

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


SELECT CONS_INV_ID
,      CONS_INV_LINE_NUMBER
,      CUSTOMER_TRX_ID
,      CUSTOMER_TRX_LINE_ID
,      LINE_NUMBER
,      INVENTORY_ITEM_ID
,      DESCRIPTION
,      UOM_CODE
,      QUANTITY_INVOICED
,      UNIT_SELLING_PRICE
,      EXTENDED_AMOUNT
,      TAX_AMOUNT
,      ORG_ID
FROM AR.AR_CONS_INV_TRX_LINES_ALL;

Dependencies

[top of page]

AR.AR_CONS_INV_TRX_LINES_ALL does not reference any database object

AR.AR_CONS_INV_TRX_LINES_ALL is referenced by following:

SchemaAR
ViewAR_CONS_INV_TRX_LINES_ALL#