[Home] [Help]
[Dependency Information]
| Object Name: | IBY_PAY_DASHBOARD_GT |
|---|---|
| Object Type: | TABLE |
| Owner: | APPS |
| FND Design Data: | IBY.IBY_PAY_DASHBOARD_GT
|
| Subobject Name: | |
| Status: | VALID |
APPS.IBY_PAY_DASHBOARD_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 |
|---|---|---|---|---|
| IBY_PAY_DASHBOARD_GT_N1 | NORMAL | NONUNIQUE |
|
CHECKRUN_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PAYMENT_SERVICE_REQUEST_ID | NUMBER | (15) | ||
| CHECKRUN_ID | NUMBER | (15) | ||
| CHECKRUN_NAME | VARCHAR2 | (255) | Yes | |
| STATE | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT PAYMENT_SERVICE_REQUEST_ID
, CHECKRUN_ID
, CHECKRUN_NAME
, STATE
FROM APPS.IBY_PAY_DASHBOARD_GT;
APPS.IBY_PAY_DASHBOARD_GT does not reference any database object
APPS.IBY_PAY_DASHBOARD_GT is referenced by following:
APPS
IBY_UTILITY_PVT
- show dependent code
|
|
|
|