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


TABLE: HR.AME_ITEM_CLASSES

Object Details
Object Name: AME_ITEM_CLASSES
Object Type: TABLE
Owner: HR
FND Design Data: TablePER.AME_ITEM_CLASSES
Subobject Name:
Status: VALID


This table stores the details item classes.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AME_ITEM_CLASSES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnITEM_CLASS_ID
ColumnSTART_DATE
ColumnEND_DATE
AME_ITEM_CLASSES_UK1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnNAME
ColumnSTART_DATE
ColumnEND_DATE
Columns
Name Datatype Length Mandatory Comments
ITEM_CLASS_ID NUMBER (15) Yes Item class identifier
NAME VARCHAR2 (100) Yes Item class name
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
START_DATE DATE
Yes Date on which row is activated
END_DATE DATE

Date on which row is inactivated
OBJECT_VERSION_NUMBER NUMBER (9)
System-generated version of row. Increments by one with each update
Query Text

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


SELECT ITEM_CLASS_ID
,      NAME
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      START_DATE
,      END_DATE
,      OBJECT_VERSION_NUMBER
FROM HR.AME_ITEM_CLASSES;

Dependencies

[top of page]

HR.AME_ITEM_CLASSES does not reference any database object

HR.AME_ITEM_CLASSES is referenced by following:

SchemaAPPS
SynonymAME_ITEM_CLASSES