[Home] [Help]
[Dependency Information]
| Object Name: | AR_GTA_IMPORT_REP_TEMP |
|---|---|
| Object Type: | TABLE |
| Owner: | AR |
| FND Design Data: | AR.AR_GTA_IMPORT_REP_TEMP
|
| Subobject Name: | |
| Status: | VALID |
AR.AR_GTA_IMPORT_REP_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 |
|---|---|---|---|---|
| SEQ | NUMBER | |||
| SUCCEEDED | CHAR | (1) | ||
| CUSTOMER_NAME | VARCHAR2 | (200) | ||
| TAXPAYER_ID | VARCHAR2 | (30) | ||
| INVOICE_NUM | VARCHAR2 | (30) | ||
| INVOICE_DATE | VARCHAR2 | (30) | ||
| AMOUNT | VARCHAR2 | (30) | ||
| FAILEDREASON | VARCHAR2 | (1000) | ||
| STATUS | VARCHAR2 | (30) |
Cut, paste (and edit) the following text to query this object:
SELECT SEQ
, SUCCEEDED
, CUSTOMER_NAME
, TAXPAYER_ID
, INVOICE_NUM
, INVOICE_DATE
, AMOUNT
, FAILEDREASON
, STATUS
FROM AR.AR_GTA_IMPORT_REP_TEMP;
AR.AR_GTA_IMPORT_REP_TEMP does not reference any database object
AR.AR_GTA_IMPORT_REP_TEMP is referenced by following:
APPS
AR_GTA_IMPORT_REP_TEMP
|
|
|
|