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


TABLE: CZ.CZ_UI_IMAGES

Object Details
Object Name: CZ_UI_IMAGES
Object Type: TABLE
Owner: CZ
FND Design Data: TableCZ.CZ_UI_IMAGES
Subobject Name:
Status: VALID


CZ_UI_IMAGES is used to record the image files (icons) used to render various types of UI content within a user interface.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Primary Key: CZ_UI_IMAGES_PK
  1. ColumnUI_DEF_ID
  2. ColumnIMAGE_USAGE_CODE
  3. ColumnENTITY_CODE
Indexes
Index Type Uniqueness Tablespace Column
CZ_UI_IMAGES_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnUI_DEF_ID
ColumnIMAGE_USAGE_CODE
ColumnENTITY_CODE
CZ_UI_IMAGES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnDELETED_FLAG
ColumnUI_DEF_ID
ColumnIMAGE_USAGE_CODE
ColumnENTITY_CODE
Columns
Name Datatype Length Mandatory Comments
UI_DEF_ID NUMBER
Yes UI def for which this record describes an image usage
MASTER_TEMPLATE_FLAG VARCHAR2 (1) Yes Denormalization from the UI DEF to which this record is attached, indicates whether this is part of an actual User Interface, a Master Template, or a Fragment
IMAGE_USAGE_CODE NUMBER
Yes Indicates how this image is to be used: 0 - indicator (read only); 1 - selector, that is clicking the image may change the value of the associated object
IMAGE_FILE VARCHAR2 (4000)
Records the path of the image to use for this logic state
LAST_UPDATE_LOGIN NUMBER (15)
Records the login ID under which this record was last updated
LAST_UPDATE_DATE DATE
Yes Standard field recording the date/time this record was last updated
CREATED_BY NUMBER (15)
Standard field recording the ID of the user that created this record
LAST_UPDATED_BY NUMBER

Standard field recording the ID of the user that last updated this record
CREATION_DATE DATE
Yes Standard field recording the date this record was created
DELETED_FLAG VARCHAR2 (1) Yes Standard flag; '0' indicates the record is active, '1' means deleted. Other values are reserved
SEEDED_FLAG VARCHAR2 (1) Yes
ENTITY_CODE NUMBER
Yes Replaces LOGIC_STATE as part of PK.
Query Text

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


SELECT UI_DEF_ID
,      MASTER_TEMPLATE_FLAG
,      IMAGE_USAGE_CODE
,      IMAGE_FILE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      CREATION_DATE
,      DELETED_FLAG
,      SEEDED_FLAG
,      ENTITY_CODE
FROM CZ.CZ_UI_IMAGES;

Dependencies

[top of page]

CZ.CZ_UI_IMAGES does not reference any database object

CZ.CZ_UI_IMAGES is referenced by following:

SchemaAPPS
SynonymCZ_UI_IMAGES
TriggerCZ_UI_IMAGES_T1
TriggerCZ_UI_IMAGES_T2