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


VIEW: APPS.CZ_CREATEUICONTENT_LKV

Object Details
Object Name: CZ_CREATEUICONTENT_LKV
Object Type: VIEW
Owner: APPS
FND Design Data: ViewCZ.CZ_CREATEUICONTENT_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
DATA_TYPE_ID NUMBER
Yes
VALUE_SEQ NUMBER

DATA_VALUE VARCHAR2 (255) Yes
CONTENT_BIND_SIGNATURE NUMBER

NULL_VALUE_FLAG VARCHAR2 (1)
VALUE_LABEL VARCHAR2 (255)
VALUE_DESCRIPTION VARCHAR2 (4000)
VALUE_NOTES CLOB (4000)
LANGUAGE VARCHAR2 (4) Yes
SOURCE_LANG VARCHAR2 (4) Yes
LAST_UPDATED_BY NUMBER (15) Yes Standard field recording the ID of the user that last updated this record
LAST_UPDATE_DATE DATE
Yes Standard field recording the date/time this record was last updated
LAST_UPDATE_LOGIN NUMBER

CREATED_BY NUMBER (15) Yes Standard field recording the ID of the user that created this record
CREATION_DATE DATE
Yes Standard field recording the date this record was created
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT LIST_NAME
,      DATA_TYPE_ID
,      VALUE_SEQ
,      DATA_VALUE
,      CONTENT_BIND_SIGNATURE
,      NULL_VALUE_FLAG
,      VALUE_LABEL
,      VALUE_DESCRIPTION
,      VALUE_NOTES
,      LANGUAGE
,      SOURCE_LANG
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
FROM APPS.CZ_CREATEUICONTENT_LKV;

Dependencies

[top of page]

APPS.CZ_CREATEUICONTENT_LKV references the following:

SchemaAPPS
ViewCZ_LOOKUP_VALUES_VL
APPS.CZ_CREATEUICONTENT_LKV is referenced by following:

SchemaAPPS
ViewCZ_PAGE_ELEMENT_CHILDREN_V