[Home] [Help]
[Dependency Information]
| Object Name: | AMV_TEMP_IDS |
|---|---|
| Object Type: | TABLE |
| Owner: | APPS |
| FND Design Data: | AMV.AMV_TEMP_IDS
|
| Subobject Name: | |
| Status: | VALID |
APPS.AMV_TEMP_IDS 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 |
|---|---|---|---|---|
| ID | NUMBER | |||
| NUMBER_VALUE | NUMBER | |||
| SCORE | NUMBER | |||
| OBJ_CODE | VARCHAR2 | (30) | ||
| SECURITY_GROUP_ID | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, NUMBER_VALUE
, SCORE
, OBJ_CODE
, SECURITY_GROUP_ID
FROM APPS.AMV_TEMP_IDS;
APPS.AMV_TEMP_IDS does not reference any database object
APPS.AMV_TEMP_IDS is referenced by following:
APPS
AMV_SEARCH_PVT
- show dependent code
|
|
|
|