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