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


TABLE: CZ.CZ_UI_NODE_PROPS

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


This table is used to attach named properties to UI Nodes, allowing arbitrary extension of UI functionality.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Primary Key: CZ_UI_NODE_PROPS_PK
  1. ColumnKEY_STR
  2. ColumnUI_DEF_ID
  3. ColumnUI_NODE_ID
Indexes
Index Type Uniqueness Tablespace Column
CZ_UI_NODE_PROPS_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnKEY_STR
ColumnUI_DEF_ID
ColumnUI_NODE_ID
CZ_UI_NODE_PROPS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnUI_NODE_ID
ColumnUI_DEF_ID
ColumnDELETED_FLAG
CZ_UI_NODE_PROPS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnUI_DEF_ID
ColumnDELETED_FLAG
ColumnUI_NODE_ID
Columns
Name Datatype Length Mandatory Comments
LAST_UPDATE_LOGIN NUMBER (15)
Records the login ID under which this record was last updated
UI_NODE_ID NUMBER (9) Yes Associates this named value to a particular UI node
UI_DEF_ID NUMBER (9) Yes Identifies a User Interface for this record
KEY_STR VARCHAR2 (40) Yes Textual string providing an identifier for the UI property. Conventionally contains no spaces or punctuation.
VALUE_STR VARCHAR2 (255)
Value for this UI property on this node
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
CONTAINER_ID NUMBER

Specifies the UI Node ID of the 'container' (screen) of the node to which this property is attached. DENORMALIZATION.
Query Text

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


SELECT LAST_UPDATE_LOGIN
,      UI_NODE_ID
,      UI_DEF_ID
,      KEY_STR
,      VALUE_STR
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      DELETED_FLAG
,      EFF_FROM
,      EFF_TO
,      CREATED_BY
,      LAST_UPDATED_BY
,      SECURITY_MASK
,      EFF_MASK
,      CHECKOUT_USER
,      CONTAINER_ID
FROM CZ.CZ_UI_NODE_PROPS;

Dependencies

[top of page]

CZ.CZ_UI_NODE_PROPS does not reference any database object

CZ.CZ_UI_NODE_PROPS is referenced by following:

SchemaAPPS
SynonymCZ_UI_NODE_PROPS
TriggerCZ_UI_NODE_PROPS_T1
TriggerCZ_UI_NODE_PROPS_T2