[Home] [Help]
[Dependency Information]
| Object Name: | CZ_UI_PROPERTIES |
|---|---|
| Object Type: | TABLE |
| Owner: | CZ |
| FND Design Data: | CZ.CZ_UI_PROPERTIES
|
| Subobject Name: | |
| Status: | VALID |
This table is used to attach named properties to a user interface as a whole, allowing arbitrary extension of UI functionality.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
KEY_STR
UI_DEF_ID| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CZ_UI_PROPERTIES_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
KEY_STR
UI_DEF_ID
|
| CZ_UI_PROPERTIES_N1 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
UI_DEF_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LAST_UPDATE_LOGIN | NUMBER | (15) | Records the login ID under which this record was last updated | |
| KEY_STR | VARCHAR2 | (40) | Yes | Textual string providing an identifier for the UI property. Conventionally contains no spaces or punctuation |
| UI_DEF_ID | NUMBER | (9) | Yes | Identifies a User Interface for this record |
| VALUE_STR | VARCHAR2 | (255) | Value for this UI property | |
| CREATION_DATE | DATE | Yes | Standard field recording the date this record was created | |
| LAST_UPDATE_DATE | DATE | Yes | Standard field recording the date/time this record was last updated | |
| DELETED_FLAG | VARCHAR2 | (1) | Yes | Standard flag; '0' indicates the record is active, '1' means deleted. Other values are reserved |
| EFF_FROM | DATE | UNUSED | ||
| EFF_TO | DATE | UNUSED | ||
| CREATED_BY | NUMBER | (15) | Yes | Standard field recording the ID of the user that created this record |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard field recording the ID of the user that last updated this record |
| SECURITY_MASK | VARCHAR2 | (40) | UNUSED | |
| EFF_MASK | VARCHAR2 | (40) | UNUSED | |
| CHECKOUT_USER | VARCHAR2 | (40) | UNUSED |
Cut, paste (and edit) the following text to query this object:
SELECT LAST_UPDATE_LOGIN
, KEY_STR
, UI_DEF_ID
, VALUE_STR
, CREATION_DATE
, LAST_UPDATE_DATE
, DELETED_FLAG
, EFF_FROM
, EFF_TO
, CREATED_BY
, LAST_UPDATED_BY
, SECURITY_MASK
, EFF_MASK
, CHECKOUT_USER
FROM CZ.CZ_UI_PROPERTIES;
CZ.CZ_UI_PROPERTIES does not reference any database object
CZ.CZ_UI_PROPERTIES is referenced by following:
APPS
CZ_UI_PROPERTIES
CZ_UI_PROPERTIES_T1
CZ_UI_PROPERTIES_T2
|
|
|
|