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


TABLE: GMI.IC_ITEM_CDT

Object Details
Object Name: IC_ITEM_CDT
Object Type: TABLE
Owner: GMI
FND Design Data: TableGMI.IC_ITEM_CDT
Subobject Name:
Status: VALID


This table contains the scheduled count date for items for cycle counting.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IC_ITEM_CDT_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnITEM_CDT_ID
IC_ITEM_CDT_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnWHSE_CODE
ColumnITEM_ID
ColumnSCHED_DT
ColumnCYCLE_TYPE
ColumnCYCLE_ID
Columns
Name Datatype Length Mandatory Comments
ITEM_CDT_ID NUMBER (15) Yes Primary key for IC_ITEM_CDT.
WHSE_CODE VARCHAR2 (4) Yes Warehouse in which the item is counted.
ITEM_ID NUMBER (10) Yes Surrogate key for the item counted.
SCHED_DT DATE
Yes Scheduled count date.
CYCLE_TYPE NUMBER (5) Yes Cycle type. 0=Not yet assigned, 1=Exception, 2=Control, 3=Rank, 4=Supercycle, 5=Miscellaneous entry, 9=Satisfied by other.
CYCLE_ID NUMBER (10)
Surrogate key for the cycle.
COUNT_DATE DATE
Yes Date item was counted.
CREATION_DATE DATE
Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
CREATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
DELETE_MARK NUMBER (5) Yes Standard: 0=Active record (default); 1=Marked for (logical) deletion.
TEXT_CODE NUMBER (10)
ID which joins any rows of text in this table to the Text Table for this Module
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
Query Text

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


SELECT ITEM_CDT_ID
,      WHSE_CODE
,      ITEM_ID
,      SCHED_DT
,      CYCLE_TYPE
,      CYCLE_ID
,      COUNT_DATE
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      DELETE_MARK
,      TEXT_CODE
,      LAST_UPDATE_LOGIN
FROM GMI.IC_ITEM_CDT;

Dependencies

[top of page]

GMI.IC_ITEM_CDT does not reference any database object

GMI.IC_ITEM_CDT is referenced by following:

SchemaAPPS
SynonymIC_ITEM_CDT