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


TABLE: CS.CS_CSZ_SRCH_RESULT_COLS

Object Details
Object Name: CS_CSZ_SRCH_RESULT_COLS
Object Type: TABLE
Owner: CS
FND Design Data: TableCS.CS_CSZ_SRCH_RESULT_COLS
Subobject Name:
Status: VALID


This table stores information about the Saved Search result columns . Each saved search can have multiple columns in a specified order in the results table. This information is used to display the Saved Search Results, and is captured in Create/Update Saved Search -Selected columns region.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CS_CSZ_SRCH_RESULT_COLS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSEARCH_ID
ColumnATTR_SEQ
Columns
Name Datatype Length Mandatory Comments
SEARCH_ID NUMBER
Yes Id of the saved search.
ATTR_SEQ NUMBER
Yes Sequence of attribute displayed in results table e.g. 1, 2
ATTR_ID VARCHAR2 (30) Yes Attribute identifier.
ATTR_GROUP_ID NUMBER

Used for extensible attribute type.
ATTR_TYPE VARCHAR2 (15) Yes Attribute type.
OBJECT_VERSION_NUMBER NUMBER (9)
Object version number
CREATION_DATE DATE
Yes Standard WHO column.
CREATED_BY NUMBER (15) Yes Standard WHO column.
LAST_UPDATE_DATE DATE
Yes Standard WHO column.
LAST_UPDATED_BY NUMBER (15) Yes Standard WHO column.
LAST_UPDATE_LOGIN NUMBER (15)
Standard WHO column.
Query Text

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


SELECT SEARCH_ID
,      ATTR_SEQ
,      ATTR_ID
,      ATTR_GROUP_ID
,      ATTR_TYPE
,      OBJECT_VERSION_NUMBER
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM CS.CS_CSZ_SRCH_RESULT_COLS;

Dependencies

[top of page]

CS.CS_CSZ_SRCH_RESULT_COLS does not reference any database object

CS.CS_CSZ_SRCH_RESULT_COLS is referenced by following:

SchemaCS
ViewCS_CSZ_SRCH_RESULT_COLS#