[Home] [Help]
[Dependency Information]
| Object Name: | AR_LINE_REV_ADJ_GT |
|---|---|
| Object Type: | TABLE |
| Owner: | AR |
| Subobject Name: | |
| Status: | VALID |
The AR_LINE_REV_ADJ_GT table is used by Revenue Accounting to track revenue adjustment amounts at the line level.
AR.AR_LINE_REV_ADJ_GT is a global temporary table. The current session is able see data that it placed in the table but other sessions cannot. Data in the table is temporary. It has a data duration of SYS$TRANSACTION. Data is removed at the end of this period.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CUSTOMER_TRX_ID | NUMBER | Invoice Identifier | ||
| CUSTOMER_TRX_LINE_ID | NUMBER | Invoice Line Identifier | ||
| REVENUE_ADJUSTMENT_ID | NUMBER | Revenue Adjustment ID | ||
| AMOUNT | NUMBER | Amount | ||
| PERCENT | NUMBER | Percent |
Cut, paste (and edit) the following text to query this object:
SELECT CUSTOMER_TRX_ID
, CUSTOMER_TRX_LINE_ID
, REVENUE_ADJUSTMENT_ID
, AMOUNT
, PERCENT
FROM AR.AR_LINE_REV_ADJ_GT;
AR.AR_LINE_REV_ADJ_GT does not reference any database object
AR.AR_LINE_REV_ADJ_GT is referenced by following:
APPS
AR_LINE_REV_ADJ_GT
|
|
|
|