[Home] [Help]
[Dependency Information]
Object Name: | CZ_UI_PAGE_SETS |
---|---|
Object Type: | TABLE |
Owner: | CZ |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
CZ_UI_PAGE_SETS identifies a list of pages to be used in a UI Menu or a Page Flow.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
CZ_UI_PAGE_SETS_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() |
CZ_UI_PAGE_SETS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PAGE_SET_ID | NUMBER | Yes | identifies Page Set ( PK) | |
UI_DEF_ID | NUMBER | Yes | identifies UI (PK) | |
PAGE_SET_TYPE | NUMBER | Yes | 1-PAGE FLOW | |
NAME | VARCHAR2 | (255) | Yes | Identifies name of Page Set |
DESCRIPTION | VARCHAR2 | (2000) | ||
SUPPRESS_REFRESH_FLAG | VARCHAR2 | (1) | Yes | '0' or '1' |
TRAIN_JRAD_DOC | VARCHAR2 | (255) | Reference to a JRAD document containing UI train. This value is populated by UI gen/refresh | |
DELETED_FLAG | VARCHAR2 | (1) | Yes | Standard flag; '0' indicates the record is active, '1' means deleted. Other values are reserved |
CREATED_BY | NUMBER | 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 | |
LAST_UPDATED_BY | NUMBER | 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 | Records the login ID under which this record was last updated | ||
SIDE_NAV_WIDTH | VARCHAR2 | (4) | Yes | |
PERSISTENT_NODE_ID | NUMBER | |||
PAGEBASE_EXPL_NODE_ID | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT PAGE_SET_ID
, UI_DEF_ID
, PAGE_SET_TYPE
, NAME
, DESCRIPTION
, SUPPRESS_REFRESH_FLAG
, TRAIN_JRAD_DOC
, DELETED_FLAG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, SIDE_NAV_WIDTH
, PERSISTENT_NODE_ID
, PAGEBASE_EXPL_NODE_ID
FROM CZ.CZ_UI_PAGE_SETS;
CZ.CZ_UI_PAGE_SETS does not reference any database object
CZ.CZ_UI_PAGE_SETS is referenced by following:
|
|
|