DBA Data[Home] [Help] [Dependency Information]


TABLE: APPS.AMV_TEMP_IDS

Object Details
Object Name: AMV_TEMP_IDS
Object Type: TABLE
Owner: APPS
FND Design Data: TableAMV.AMV_TEMP_IDS
Subobject Name:
Status: VALID

Temporary Table Details

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.

Storage Details
Tablespace: Tablespace
PCT Free: 10
PCT Used: 40
Columns
Name Datatype Length Mandatory Comments
ID NUMBER

NUMBER_VALUE NUMBER

SCORE NUMBER

OBJ_CODE VARCHAR2 (30)
SECURITY_GROUP_ID NUMBER

Query Text

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;

Dependencies

[top of page]

APPS.AMV_TEMP_IDS does not reference any database object

APPS.AMV_TEMP_IDS is referenced by following:

SchemaAPPS
Package BodyAMV_SEARCH_PVT - show dependent code