[Home] [Help]
[Dependency Information]
| Object Name: | HZ_MATCHED_PARTY_SITES_GT |
|---|---|
| Object Type: | TABLE |
| Owner: | AR |
| Subobject Name: | |
| Status: | VALID |
AR.HZ_MATCHED_PARTY_SITES_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 |
|---|---|---|---|---|
| HZ_MATCHED_PARTY_SITES_GT_U1 | NORMAL | UNIQUE |
|
SEARCH_CONTEXT_ID
PARTY_SITE_ID
|
| HZ_MATCHED_PARTY_SITES_GT_N1 | NORMAL | NONUNIQUE |
|
SEARCH_CONTEXT_ID
PARTY_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PARTY_ID | NUMBER | |||
| PARTY_SITE_ID | NUMBER | |||
| SCORE | NUMBER | |||
| SEARCH_CONTEXT_ID | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT PARTY_ID
, PARTY_SITE_ID
, SCORE
, SEARCH_CONTEXT_ID
FROM AR.HZ_MATCHED_PARTY_SITES_GT;
AR.HZ_MATCHED_PARTY_SITES_GT does not reference any database object
AR.HZ_MATCHED_PARTY_SITES_GT is referenced by following:
APPS
HZ_MATCHED_PARTY_SITES_GT
|
|
|
|