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


TABLE: AMS.AMS_IBA_MS_ITEMS_DENORM

Object Details
Object Name: AMS_IBA_MS_ITEMS_DENORM
Object Type: TABLE
Owner: AMS
FND Design Data: TableAMS.AMS_IBA_MS_ITEMS_DENORM
Subobject Name:
Status: VALID


This table is updated by running a concurrent program. MINISITE_ITEM_ID, MINISITE_ID, TOP_SECTION_ID, ITEM_ID and INVENTORY_ORG_ID are all from the iStore tables.


Storage Details
Tablespace: TablespaceAPPS_TS_SUMMARY
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AMS_IBA_MS_ITEMS_DENORM_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SUMMARY ColumnMINISITE_ID
ColumnITEM_ID
ColumnTOP_SECTION_ID
Columns
Name Datatype Length Mandatory Comments
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_UPDATED_DATE DATE
Yes Standard WHO Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard WHO Column
SECURITY_GROUP_ID NUMBER (15)
Standard WHO Column
OBJECT_VERSION_NUMBER NUMBER

Standard WHO Column
MINISITE_ITEM_ID NUMBER
Yes item id of the item in the minisite
MINISITE_ID NUMBER
Yes Minisite id.
TOP_SECTION_ID NUMBER
Yes Some of the sections in iStore are top section. top_section_id holds Id of one such section.
ITEM_ID NUMBER (38) Yes Inventory item id.
INVENTORY_ORG_ID NUMBER (32) Yes Inventory Organization id.
START_DATE_ACTIVE DATE
Yes Starting date from which the minisite is available
END_DATE_ACTIVE DATE

Date after which the minisite is no longer available.
Query Text

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


SELECT CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATED_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
,      OBJECT_VERSION_NUMBER
,      MINISITE_ITEM_ID
,      MINISITE_ID
,      TOP_SECTION_ID
,      ITEM_ID
,      INVENTORY_ORG_ID
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
FROM AMS.AMS_IBA_MS_ITEMS_DENORM;

Dependencies

[top of page]

AMS.AMS_IBA_MS_ITEMS_DENORM does not reference any database object

AMS.AMS_IBA_MS_ITEMS_DENORM is referenced by following:

SchemaAMS
ViewAMS_IBA_MS_ITEMS_DENORM#