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


VIEW: APPS.CZ_STDBUTTON_ATTRS_LKV

Object Details
Object Name: CZ_STDBUTTON_ATTRS_LKV
Object Type: VIEW
Owner: APPS
FND Design Data: ViewCZ.CZ_STDBUTTON_ATTRS_LKV
Subobject Name:
Status: VALID


CZ_ACCESS_SUMMARY is a lookup view listing the functions available to an administrator in reviewing and revising access permissions on Configurator objects.


[View Source]

Columns
Name Datatype Length Mandatory Comments
LIST_NAME VARCHAR2 (50) Yes Describes this list
DATA_VALUE VARCHAR2 (255) Yes Coded value (never null)
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 for 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
ATTRIBUTE_SET_JRAD_DOC VARCHAR2 (255)
Languate for label, description, notes
Query Text

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
,      ATTRIBUTE_SET_JRAD_DOC
FROM APPS.CZ_STDBUTTON_ATTRS_LKV;

Dependencies

[top of page]

APPS.CZ_STDBUTTON_ATTRS_LKV references the following:

SchemaAPPS
ViewCZ_LOOKUP_VALUES_VL
SynonymCZ_UI_TEMPLATES

APPS.CZ_STDBUTTON_ATTRS_LKV is not referenced by any database object