[Home] [Help]
[Dependency Information]
| Object Name: | PER_RESPONSIBILITY_OWNER |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| Subobject Name: | |
| Status: | VALID |
HR.PER_RESPONSIBILITY_OWNER 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 |
|---|---|---|---|---|
| PER_RESPONSIBILITY_OWNER_N1 | NORMAL | NONUNIQUE |
|
RESPONSIBILITY_ID
APPLICATION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RESPONSIBILITY_ID | NUMBER | (15) | Yes | |
| APPLICATION_ID | NUMBER | (15) | Yes | |
| SECURITY_GROUP_ID | VARCHAR2 | (40) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT RESPONSIBILITY_ID
, APPLICATION_ID
, SECURITY_GROUP_ID
FROM HR.PER_RESPONSIBILITY_OWNER;
HR.PER_RESPONSIBILITY_OWNER does not reference any database object
HR.PER_RESPONSIBILITY_OWNER is referenced by following:
APPS
PER_RESPONSIBILITY_OWNER
|
|
|
|