[Home] [Help]
[Dependency Information]
| Object Name: | AR_SETTLEMENT_ERRORS_GT |
|---|---|
| Object Type: | TABLE |
| Owner: | AR |
| FND Design Data: | AR.AR_SETTLEMENT_ERRORS_GT
|
| Subobject Name: | |
| Status: | VALID |
AR.AR_SETTLEMENT_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 |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AR_SETTLEMENT_C1 | NORMAL | NONUNIQUE |
|
STATUS
REQ_TYPE
TXN_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TXN_ID | VARCHAR2 | (100) | ||
| REQ_TYPE | VARCHAR2 | (100) | ||
| STATUS | NUMBER | |||
| UPDATEDT | DATE | |||
| REFCODE | VARCHAR2 | (100) |
Cut, paste (and edit) the following text to query this object:
SELECT TXN_ID
, REQ_TYPE
, STATUS
, UPDATEDT
, REFCODE
FROM AR.AR_SETTLEMENT_ERRORS_GT;
AR.AR_SETTLEMENT_ERRORS_GT does not reference any database object
AR.AR_SETTLEMENT_ERRORS_GT is referenced by following:
APPS
AR_SETTLEMENT_ERRORS_GT
|
|
|
|