[Home] [Help]
[Dependency Information]
| Object Name: | OE_CC_PROCESSOR_TEMP |
|---|---|
| Object Type: | TABLE |
| Owner: | ONT |
| Subobject Name: | |
| Status: | VALID |
ONT.OE_CC_PROCESSOR_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$SESSION. Data is removed at the end of this period.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PARTY_NAME | VARCHAR2 | (360) | ||
| ACCOUNT_NUMBER | VARCHAR2 | (30) | ||
| TRANSACTION_TYPE_NAME | VARCHAR2 | (30) | ||
| ORDER_NUMBER | NUMBER | |||
| CREDIT_STATUS | VARCHAR2 | (30) | ||
| CREDIT_STATUS_SORT | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT PARTY_NAME
, ACCOUNT_NUMBER
, TRANSACTION_TYPE_NAME
, ORDER_NUMBER
, CREDIT_STATUS
, CREDIT_STATUS_SORT
FROM ONT.OE_CC_PROCESSOR_TEMP;
ONT.OE_CC_PROCESSOR_TEMP does not reference any database object
ONT.OE_CC_PROCESSOR_TEMP is referenced by following:
APPS
OE_CC_PROCESSOR_TEMP
|
|
|
|