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


TABLE: AMV.AMV_C_ITEM_TYPES

Object Details
Object Name: AMV_C_ITEM_TYPES
Object Type: TABLE
Owner: AMV
FND Design Data: TableAMV.AMV_C_ITEM_TYPES
Subobject Name:
Status: VALID


AMV_C_ITEM_TYPES stores all item types associated with a specific channel. If item types are set up for a channel they can be used as part of a matching criteria to decide if information should be published to this channel.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AMV_C_ITEM_TYPES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnCHANNEL_ITEM_TYPE_ID
AMV_C_ITEM_TYPES_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnCHANNEL_ID
ColumnITEM_TYPE
AMV_C_ITEM_TYPES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnITEM_TYPE
Columns
Name Datatype Length Mandatory Comments
CHANNEL_ITEM_TYPE_ID NUMBER
Yes Channel Item Type Identifier
OBJECT_VERSION_NUMBER NUMBER (9) Yes This column is used for locking purposes
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
CHANNEL_ID NUMBER
Yes Channel Identifier
ITEM_TYPE VARCHAR2 (30) Yes Item Type
SECURITY_GROUP_ID NUMBER

Used in hosted environments
Query Text

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


SELECT CHANNEL_ITEM_TYPE_ID
,      OBJECT_VERSION_NUMBER
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      CHANNEL_ID
,      ITEM_TYPE
,      SECURITY_GROUP_ID
FROM AMV.AMV_C_ITEM_TYPES;

Dependencies

[top of page]

AMV.AMV_C_ITEM_TYPES does not reference any database object

AMV.AMV_C_ITEM_TYPES is referenced by following:

SchemaAPPS
SynonymAMV_C_ITEM_TYPES