[Home] [Help]
[Dependency Information]
| Object Name: | FUN_RULE_BULK_RESULT_GT |
|---|---|
| Object Type: | TABLE |
| Owner: | FUN |
| FND Design Data: | FUN.FUN_RULE_BULK_RESULT_GT
|
| Subobject Name: | |
| Status: | VALID |
Global temporary table used by the bulk API to store the result values.
FUN.FUN_RULE_BULK_RESULT_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 |
|---|---|---|---|---|
| FUN_RULE_RESULT_BULK_GT_N1 | NORMAL | NONUNIQUE |
|
ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ID | NUMBER | (15) | Yes | Identifier which uniquely identifies the row in the parameter table used by the bulk API |
| RULE_DETAIL_ID | NUMBER | (15) | Rule detail identifier | |
| RULE_NAME | VARCHAR2 | (80) | Rule name | |
| RESULT_APPLICATION_ID | NUMBER | (15) | Application identifier | |
| RESULT_VALUE | VARCHAR2 | (1024) | Result value |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, RULE_DETAIL_ID
, RULE_NAME
, RESULT_APPLICATION_ID
, RESULT_VALUE
FROM FUN.FUN_RULE_BULK_RESULT_GT;
FUN.FUN_RULE_BULK_RESULT_GT does not reference any database object
FUN.FUN_RULE_BULK_RESULT_GT is referenced by following:
APPS
FUN_RULE_BULK_RESULT_GT
|
|
|
|