[Home] [Help]
[Dependency Information]
| Object Name: | CZ_UI_IMAGES |
|---|---|
| Object Type: | TABLE |
| Owner: | CZ |
| FND Design Data: | CZ.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.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
UI_DEF_ID
IMAGE_USAGE_CODE
ENTITY_CODE| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CZ_UI_IMAGES_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
UI_DEF_ID
IMAGE_USAGE_CODE
ENTITY_CODE
|
| CZ_UI_IMAGES_N1 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
DELETED_FLAG
UI_DEF_ID
IMAGE_USAGE_CODE
ENTITY_CODE
|
| 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. |
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;
CZ.CZ_UI_IMAGES does not reference any database object
CZ.CZ_UI_IMAGES is referenced by following:
APPS
CZ_UI_IMAGES
CZ_UI_IMAGES_T1
CZ_UI_IMAGES_T2
|
|
|
|