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


TABLE: IBE.IBE_DSP_MSITE_SCT_SECTS

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


The table IBE_DSP_MSITE_SCT_SECTS contains the information about what sections are associated with a Specialty Store and vice versa. A Specialty Store can have many sections associated with it. A section can be associated to more than one Specialty Store.
LEVEL NUMBER column specifies the level number of child section ID. This field is applicable for only master Specialty Store. Root section ID will have level number 1, and its children will have level number 2, and so on.
SORT_ORDER column specifies the order of the child section within the parent section. This field is used for displaying child sections under a parent section.
CONCAT_IDS column is applicable only for master Specialty Store. It stores the concatenation of the section IDs of its ancestors sections starting from the root section ID. The delimiter used between the section IDs is '.'. The last section ID in the field is the current section's parent section ID.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBE_DSP_MSITE_SCT_SECTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnMINI_SITE_SECTION_SECTION_ID
IBE_DSP_MSITE_SCT_SECTS_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnMINI_SITE_ID
ColumnPARENT_SECTION_ID
ColumnCHILD_SECTION_ID
IBE_DSP_MSITE_SCT_SECTS_U3 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnCHILD_SECTION_ID
ColumnMINI_SITE_ID
IBE_DSP_MSITE_SCT_SECTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnLEVEL_NUMBER
Columns
Name Datatype Length Mandatory Comments
MINI_SITE_SECTION_SECTION_ID NUMBER
Yes Mini site section section identifier.
OBJECT_VERSION_NUMBER NUMBER (9) Yes Object Version Number for Locking
CREATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
SECURITY_GROUP_ID NUMBER

Security Group Identifier.
MINI_SITE_ID NUMBER
Yes Mini site identifier
PARENT_SECTION_ID NUMBER

Parent Section identifier
CHILD_SECTION_ID NUMBER
Yes Identifier of the child section for the parent section.
START_DATE_ACTIVE DATE
Yes Start date active.
END_DATE_ACTIVE DATE

End date active.
LEVEL_NUMBER NUMBER

The level number of child section ID.
SORT_ORDER NUMBER

Specifies the order of the child section within the parent section.
CONCAT_IDS VARCHAR2 (2000)
Stores the concatenation of the section IDs of its ancestors sections starting from the root section.
Query Text

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


SELECT MINI_SITE_SECTION_SECTION_ID
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
,      MINI_SITE_ID
,      PARENT_SECTION_ID
,      CHILD_SECTION_ID
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      LEVEL_NUMBER
,      SORT_ORDER
,      CONCAT_IDS
FROM IBE.IBE_DSP_MSITE_SCT_SECTS;

Dependencies

[top of page]

IBE.IBE_DSP_MSITE_SCT_SECTS does not reference any database object

IBE.IBE_DSP_MSITE_SCT_SECTS is referenced by following:

SchemaAPPS
SynonymIBE_DSP_MSITE_SCT_SECTS