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


VIEW: APPS.CZ_ACCESS_SUMMARY_LKV

Object Details
Object Name: CZ_ACCESS_SUMMARY_LKV
Object Type: VIEW
Owner: APPS
FND Design Data: ViewCZ.CZ_ACCESS_SUMMARY_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 entry
NULL_VALUE_FLAG VARCHAR2 (1)
Indicates ('1') if this entry is to be used to signify a NULL response from the user
VALUE_LABEL VARCHAR2 (255)
Label for this value
VALUE_DESCRIPTION VARCHAR2 (4000)
Description for this value
VALUE_NOTES CLOB (4000)
Notes on this value
LANGUAGE VARCHAR2 (4) Yes Languate for label, description, notes
SOURCE_LANG VARCHAR2 (4) Yes Current language for label, description, notes when these were entered
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
FROM APPS.CZ_ACCESS_SUMMARY_LKV;

Dependencies

[top of page]

APPS.CZ_ACCESS_SUMMARY_LKV references the following:

SchemaAPPS
ViewCZ_LOOKUP_VALUES_VL

APPS.CZ_ACCESS_SUMMARY_LKV is not referenced by any database object