[Home] [Help]
[Dependency Information]
| Object Name: | CZ_ACTIONDISPLAYUPDT_LKV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CZ.CZ_ACTIONDISPLAYUPDT_LKV
|
| Subobject Name: | |
| Status: | VALID |
CZ_ACTIONDISPLAYUPDT_LKV lists the options for updating externally-derived attributes of Configurator items at run time -- update prices, update ATP, or both.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LIST_NAME | VARCHAR2 | (50) | Yes | Describes this list |
| DATA_VALUE | VARCHAR2 | (255) | Yes | Encoded handle for this value |
| NUMERIC_ID_VALUE | NUMBER | Optional numeric value | ||
| VALUE_SEQ | NUMBER | Provides sequence for values in this list | ||
| DATA_TYPE_ID | NUMBER | Yes | Data type of this value | |
| NULL_VALUE_FLAG | VARCHAR2 | (1) | Indicates ('1') if this value is to be used to signify a NULL selection from the user | |
| VALUE_LABEL | VARCHAR2 | (255) | Label for this value | |
| VALUE_DESCRIPTION | VARCHAR2 | (4000) | Description of this value | |
| VALUE_NOTES | CLOB | (4000) | Notes further describing this value | |
| LANGUAGE | VARCHAR2 | (4) | Yes | Language for label, description, notes |
| SOURCE_LANG | VARCHAR2 | (4) | Yes | Current language when label, description, notes were entered |
Cut, paste (and edit) the following text to query this object:
SELECT LIST_NAME
, DATA_VALUE
, NUMERIC_ID_VALUE
, VALUE_SEQ
, DATA_TYPE_ID
, NULL_VALUE_FLAG
, VALUE_LABEL
, VALUE_DESCRIPTION
, VALUE_NOTES
, LANGUAGE
, SOURCE_LANG
FROM APPS.CZ_ACTIONDISPLAYUPDT_LKV;
APPS
CZ_LOOKUP_VALUES_VL
APPS.CZ_ACTIONDISPLAYUPDT_LKV is not referenced by any database object
|
|
|
|