[Home] [Help]
[Dependency Information]
Object Name: | PER_INTERIM_ENTITY_LIST |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
HR.PER_INTERIM_ENTITY_LIST 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$TRANSACTION. Data is removed at the end of this period.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: | 40 |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ENTITY_NAME | VARCHAR2 | (150) | ||
STATE | NUMBER | (1) | ||
PK1 | VARCHAR2 | (30) | ||
PK2 | VARCHAR2 | (30) | ||
PK3 | VARCHAR2 | (30) | ||
PK4 | VARCHAR2 | (30) | ||
PK5 | VARCHAR2 | (30) |
Cut, paste (and edit) the following text to query this object:
SELECT ENTITY_NAME
, STATE
, PK1
, PK2
, PK3
, PK4
, PK5
FROM HR.PER_INTERIM_ENTITY_LIST;
HR.PER_INTERIM_ENTITY_LIST does not reference any database object
HR.PER_INTERIM_ENTITY_LIST is referenced by following:
|
|
|