AR_CONS_INV_TRX_LINES_ALL
The AR_CONS_INV_TRX_LINES_ALL table contains information about transaction lines on a balance forward bill, including invoice and invoice line identifiers, transaction line amounts, and tax amounts. Rows are created when you run the Generate Balance Forward Billing process.
Details
-
Schema: FUSION
-
Object owner: AR
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CONS_INV_ID | NUMBER | 18 | Yes | Consolidated billing invoice identifier | |
| CONS_INV_LINE_NUMBER | NUMBER | 18 | Line number that is assigned to associated invoice or credit memo transaction in the AR_CONS_INV_TRX table | ||
| CUSTOMER_TRX_ID | NUMBER | 18 | Yes | Transaction identifier. | |
| CUSTOMER_TRX_LINE_ID | NUMBER | 18 | Yes | Transaction line identifier. | |
| LINE_NUMBER | NUMBER | 18 | Yes | Transaction line number. | |
| INVENTORY_ITEM_ID | NUMBER | 18 | Inventory item identifier | ||
| DESCRIPTION | VARCHAR2 | 240 | Inventory item or memo line description. | ||
| UOM_CODE | VARCHAR2 | 3 | Unit of measure code | ||
| QUANTITY_INVOICED | NUMBER | Invoiced 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 | 18 | Yes | Indicates the identifier of the business unit associated to the row. | |
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| AR_CONS_INV_TRX_LINES_ALL | ar_cons_inv_all | CONS_INV_ID |
| AR_CONS_INV_TRX_LINES_ALL | ra_customer_trx_all | CUSTOMER_TRX_ID |
| AR_CONS_INV_TRX_LINES_ALL | ra_customer_trx_lines_all | CUSTOMER_TRX_LINE_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns | Status |
|---|---|---|---|---|
| AR_CONS_INV_TRX_LINES_N1 | Non Unique | AR_CONS_INV_TRX_LINES_N1 | CONS_INV_ID | Obsolete |
| AR_CONS_INV_TRX_LINES_N2 | Non Unique | AR_CONS_INV_TRX_LINES_N2 | CUSTOMER_TRX_ID, CUSTOMER_TRX_LINE_ID | |
| AR_CONS_INV_TRX_LINES_N3 | Non Unique | AR_CONS_INV_TRX_LINES_N3 | CONS_INV_ID, CONS_INV_LINE_NUMBER |