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


TABLE: IBE.IBE_DSP_OBJ_LGL_CTNT

Object Details
Object Name: IBE_DSP_OBJ_LGL_CTNT
Object Type: TABLE
Owner: IBE
FND Design Data: TableIBE.IBE_DSP_OBJ_LGL_CTNT
Subobject Name:
Status: VALID


Stores the default logical items for selected display context labels and objects. The type of these objects can be ' C' (category), 'I' (item) or 'S' (section). The display context labels can have the type of either 'TEMPLATE' or 'MEDIA'. The type of the default logical items should be matched with the type of the display context labels, and the default logical items need to be applicable to the objects as well.
Display context labels with type 'TEMPLATE' can only be selected by category or item objects, and only the logical templates, which have been pre-assigned to the corresponding category or categories the item belongs to, are qualified to be chosen as the default logical templates.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBE_DSP_OBJ_LGL_CTNT_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnOBJECT_TYPE
ColumnOBJECT_ID
ColumnCONTEXT_ID
IBE_DSP_OBJ_LGL_CTNT_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnOBJ_LGL_CTNT_ID
IBE_DSP_OBJ_LGL_CTNT_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnITEM_ID
IBE_DSP_OBJ_LGL_CTNT_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnOBJECT_ID
IBE_DSP_OBJ_LGL_CTNT_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCONTEXT_ID
Columns
Name Datatype Length Mandatory Comments
OBJ_LGL_CTNT_ID NUMBER
Yes Object Logical Content Identifier.
OBJECT_VERSION_NUMBER NUMBER (9) Yes Standard version column
CREATED_BY NUMBER (15) Yes Standard WHO column
CREATION_DATE DATE
Yes Standard WHO column
LAST_UPDATED_BY NUMBER (15) Yes Standard WHO column
LAST_UPDATE_DATE DATE
Yes Standard WHO column
LAST_UPDATE_LOGIN NUMBER (15)
Standard WHO column
SECURITY_GROUP_ID NUMBER

Security Group Identifier.
CONTEXT_ID NUMBER
Yes Display Context Identifier.
OBJECT_TYPE VARCHAR2 (1) Yes The type of the object. Can be either 'C' (category), 'I' (item) or 'S' (section)
OBJECT_ID NUMBER
Yes Object Identifier.
ITEM_ID NUMBER

Item Identifier.
Query Text

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


SELECT OBJ_LGL_CTNT_ID
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
,      CONTEXT_ID
,      OBJECT_TYPE
,      OBJECT_ID
,      ITEM_ID
FROM IBE.IBE_DSP_OBJ_LGL_CTNT;

Dependencies

[top of page]

IBE.IBE_DSP_OBJ_LGL_CTNT does not reference any database object

IBE.IBE_DSP_OBJ_LGL_CTNT is referenced by following:

SchemaAPPS
SynonymIBE_DSP_OBJ_LGL_CTNT