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


TABLE: ICX.POR_TEMPLATE_FAV_INFO

Object Details
Object Name: POR_TEMPLATE_FAV_INFO
Object Type: TABLE
Owner: ICX
Subobject Name:
Status: VALID


This table stores the information template attribute values entered by the user for each favorite list line.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
POR_TEMPLATE_FAV_INFO_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnFAVORITE_LIST_LINE_ID
ColumnATTRIBUTE_CODE
Columns
Name Datatype Length Mandatory Comments
FAVORITE_LIST_LINE_ID NUMBER
Yes Internal identifier of favorite list line with which the template attribute is associated
ATTRIBUTE_CODE VARCHAR2 (30) Yes Unique identifier of information template attribute. This is a foreign key to column ATTRIBUTE_CODE in POR_TEMPLATE_ATTRIBUTES_B table
ATTRIBUTE_VALUE VARCHAR2 (240)
Attribute value entered by user
CREATED_BY NUMBER
Yes Internal identifier of user who created the row
CREATION_DATE DATE
Yes Date on which row was created
LAST_UPDATED_BY NUMBER
Yes Internal identifier of user who last updated the row
LAST_UPDATE_DATE DATE
Yes Date on which row was last updated
LAST_UPDATE_LOGIN NUMBER

Operating system login of user who last updated the row
Query Text

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


SELECT FAVORITE_LIST_LINE_ID
,      ATTRIBUTE_CODE
,      ATTRIBUTE_VALUE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM ICX.POR_TEMPLATE_FAV_INFO;

Dependencies

[top of page]

ICX.POR_TEMPLATE_FAV_INFO does not reference any database object

ICX.POR_TEMPLATE_FAV_INFO is referenced by following:

SchemaAPPS
SynonymPOR_TEMPLATE_FAV_INFO