[Home] [Help]
[Dependency Information]
| Object Name: | PA_ASGMT_CHANGED_ITEMS |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| Subobject Name: | |
| Status: | VALID |
PA.PA_ASGMT_CHANGED_ITEMS 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 |
|---|---|---|---|---|
| ASSIGNMENT_ID | NUMBER | Yes | ||
| CHANGED_ITEM_NAME | VARCHAR2 | (240) | Yes | |
| OLD_VALUE | VARCHAR2 | (2000) | ||
| NEW_VALUE | VARCHAR2 | (2000) | ||
| DATE_RANGE | VARCHAR2 | (240) |
Cut, paste (and edit) the following text to query this object:
SELECT ASSIGNMENT_ID
, CHANGED_ITEM_NAME
, OLD_VALUE
, NEW_VALUE
, DATE_RANGE
FROM PA.PA_ASGMT_CHANGED_ITEMS;
PA.PA_ASGMT_CHANGED_ITEMS does not reference any database object
PA.PA_ASGMT_CHANGED_ITEMS is referenced by following:
APPS
PA_ASGMT_CHANGED_ITEMS
|
|
|
|