[Home] [Help]
[Dependency Information]
| Object Name: | AR_TRX_ERRORS_GT |
|---|---|
| Object Type: | TABLE |
| Owner: | AR |
| Subobject Name: | |
| Status: | VALID |
AR.AR_TRX_ERRORS_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$SESSION. Data is removed at the end of this period.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TRX_HEADER_ID | NUMBER | (15) | ||
| TRX_LINE_ID | NUMBER | (15) | ||
| TRX_SALESCREDIT_ID | NUMBER | (15) | ||
| TRX_DIST_ID | NUMBER | (15) | ||
| ERROR_MESSAGE | VARCHAR2 | (2000) | ||
| INVALID_VALUE | VARCHAR2 | (2000) | ||
| TRX_CONTINGENCY_ID | NUMBER | (15) |
Cut, paste (and edit) the following text to query this object:
SELECT TRX_HEADER_ID
, TRX_LINE_ID
, TRX_SALESCREDIT_ID
, TRX_DIST_ID
, ERROR_MESSAGE
, INVALID_VALUE
, TRX_CONTINGENCY_ID
FROM AR.AR_TRX_ERRORS_GT;
AR.AR_TRX_ERRORS_GT does not reference any database object
AR.AR_TRX_ERRORS_GT is referenced by following:
APPS
AR_TRX_ERRORS_GT
|
|
|
|