[Home] [Help]
[Dependency Information]
Object Name: | AK_OBJECT_VALUES_TEMP |
---|---|
Object Type: | TABLE |
Owner: | AK |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
AK_OBJECT_VALUES_TEMP is used to create the LOV for the Value
field on the Run Flows form. The lov for the Value field calls a
package called AK_RUN_FLOW_PKG which uses this table to store the
results from running AK_QUERY_PKG.EXEC_QUERY.
This table should never be populated by any user.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AK_OBJECT_VALUES_TEMP_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TRACE_NUM | NUMBER | (15) | Yes | Trace number |
REGION_APPLICATION_ID | NUMBER | (15) | Product team's application id that this region belong to | |
REGION_CODE | VARCHAR2 | (30) | Region identifier | |
DISPLAY_VALUE | VARCHAR2 | (510) | Display value | |
KEY_VALUE1 | VARCHAR2 | (240) | First key value of the database object which the region is based on | |
KEY_VALUE2 | VARCHAR2 | (240) | Second key value of the database object which the region is based on | |
KEY_VALUE3 | VARCHAR2 | (240) | Third key value of the database object which the region is based on | |
KEY_VALUE4 | VARCHAR2 | (240) | Fourth key value of the database object which the region is based on | |
KEY_VALUE5 | VARCHAR2 | (240) | Fifth key value of the database object which the region is based on | |
KEY_VALUE6 | VARCHAR2 | (240) | Sixth key value of the database object which the region is based on | |
KEY_VALUE7 | VARCHAR2 | (240) | Seventh key value of the database object which the region is based on | |
KEY_VALUE8 | VARCHAR2 | (240) | Eighth key value of the database object which the region is based on | |
KEY_VALUE9 | VARCHAR2 | (240) | Ninth key value of the database object which the region is based on | |
KEY_VALUE10 | VARCHAR2 | (240) | Tenth key value of the database object which the region is based on |
Cut, paste (and edit) the following text to query this object:
SELECT TRACE_NUM
, REGION_APPLICATION_ID
, REGION_CODE
, DISPLAY_VALUE
, KEY_VALUE1
, KEY_VALUE2
, KEY_VALUE3
, KEY_VALUE4
, KEY_VALUE5
, KEY_VALUE6
, KEY_VALUE7
, KEY_VALUE8
, KEY_VALUE9
, KEY_VALUE10
FROM AK.AK_OBJECT_VALUES_TEMP;
AK.AK_OBJECT_VALUES_TEMP does not reference any database object
AK.AK_OBJECT_VALUES_TEMP is referenced by following:
|
|
|