[Home] [Help]
[Dependency Information]
| Object Name: | AR_GTA_AR_DIFFERENCE_TEMP |
|---|---|
| Object Type: | TABLE |
| Owner: | AR |
| FND Design Data: | AR.AR_GTA_AR_DIFFERENCE_TEMP
|
| Subobject Name: | |
| Status: | VALID |
AR.AR_GTA_AR_DIFFERENCE_TEMP 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 | (15) | ||
| TRX_NUMBER | VARCHAR2 | (20) | ||
| TRX_DATE | DATE | |||
| CUSTOMER_NAME | VARCHAR2 | (360) | ||
| INVOICE_CURRENCY_CODE | VARCHAR2 | (15) |
Cut, paste (and edit) the following text to query this object:
SELECT CUSTOMER_TRX_ID
, TRX_NUMBER
, TRX_DATE
, CUSTOMER_NAME
, INVOICE_CURRENCY_CODE
FROM AR.AR_GTA_AR_DIFFERENCE_TEMP;
AR.AR_GTA_AR_DIFFERENCE_TEMP does not reference any database object
AR.AR_GTA_AR_DIFFERENCE_TEMP is referenced by following:
APPS
AR_GTA_AR_DIFFERENCE_TEMP
|
|
|
|