DBA Data[Home] [Help] [Dependency Information]


TABLE: FUN.FUN_RULE_BULK_RESULT_GT

Object Details
Object Name: FUN_RULE_BULK_RESULT_GT
Object Type: TABLE
Owner: FUN
FND Design Data: TableFUN.FUN_RULE_BULK_RESULT_GT
Subobject Name:
Status: VALID

Global temporary table used by the bulk API to store the result values.

Temporary Table Details

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.

Storage Details
Tablespace: Tablespace
PCT Free: 10
PCT Used: 40
Indexes
Index Type Uniqueness Tablespace Column
FUN_RULE_RESULT_BULK_GT_N1 NORMAL NONUNIQUE Tablespace ColumnID
Columns
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
Query Text

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;

Dependencies

[top of page]

FUN.FUN_RULE_BULK_RESULT_GT does not reference any database object

FUN.FUN_RULE_BULK_RESULT_GT is referenced by following:

SchemaAPPS
SynonymFUN_RULE_BULK_RESULT_GT