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


TABLE: GMI.IC_CYCL_ADT

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


Cycle audit table. Provides onhand quantity, count quantity, and
variance quantities to support variance adjustments.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IC_CYCL_ADT_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCYCLE_ID
ColumnSEQ_NO
IC_CYCL_ADT_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSEQ_NO
ColumnCYCLE_ID
ColumnITEM_ID
ColumnWHSE_CODE
ColumnLOCATION
ColumnLOT_NO
ColumnSUBLOT_NO
Columns
Name Datatype Length Mandatory Comments
CYCLE_ID NUMBER
Yes Surrogate key identifying the cycle.
SEQ_NO NUMBER
Yes Unique sequential numeric identifier. This identifies the run for producing a report. The value is generated by the program.
CYCL_ADT_ID NUMBER (15) Yes Surrogate key for the Audit/sequence combination.
ITEM_ID NUMBER
Yes Surrogate key for the item counted.
LOCATION VARCHAR2 (16) Yes Location in which the item was counted.
WHSE_CODE VARCHAR2 (4) Yes Warehouse in which the item was counted.
LOT_NO VARCHAR2 (32)
Lot number.
SUBLOT_NO VARCHAR2 (20)
Sublot number.
LINE_TYPE NUMBER
Yes Line type. 1=Header, 2=Completed transaction which occurred between cycle start and time item was counted.
CYCLE_NO VARCHAR2 (32) Yes Number of the cycle.
CYCLESTART_DT DATE
Yes Cycle start date.
ITEM_COUNT_DT DATE
Yes Date item was counted.
COUNT_NO NUMBER
Yes Count number.
ITEM_NO VARCHAR2 (32) Yes Item number.
ITEM_DESC1 VARCHAR2 (70) Yes Item description.
LOT_ID NUMBER
Yes Surrogate key for the lot/sublot counted.
TRANS_DATE DATE
Yes Date of transaction that occured between time cycle was started and time item was counted.
DOC_TYPE VARCHAR2 (4)
Type of document that created transaction that occured between time cycle was started and time item was counted.
TRANS_QTY1 NUMBER
Yes Transaction quantity, in the primary UOM of item. Equals frozen_qty1 for line_type=1.
TRANS_QTY2 NUMBER

Transaction quantity, in the secondary UOM of item, if dual UOM controlled. Equals frozen_qty2 for line_type=1.
FROZEN_QTY1 NUMBER
Yes Frozen quantity when the count started, in the primary UOM of item.
FROZEN_QTY2 NUMBER

Frozen quantity when the count started, in the secondary UOM of an item, if dual UOM controlled..
UOM1 VARCHAR2 (4) Yes Primary unit of measure for item.
UOM2 VARCHAR2 (4)
Secondary unit of measure for item, if dual UOM controlled.
COUNT_QTY1 NUMBER
Yes Quantity counted, in the primary UOM of an item.
COUNT_QTY2 NUMBER

Quantity counted, in the secondary UOM of an item, if dual UOM controlled.
ONHAND NUMBER
Yes Onhand quantity when the report is run, in the primary UOM of an item.
ONHAND2 NUMBER

Onhand quantity when the report is run, in the secondary UOM of an item, if dual UOM controlled.
VAR_QTY1 NUMBER
Yes Variance quantity, in the primary UOM of an item. Equals (count_qty1 - onhand).
VAR_QTY2 NUMBER

Variance quantity, in the secondary UOM of an item, if dual UOM controlled. Equals (count_qty2 - onhand2).
VAR_PERCENT NUMBER
Yes Variance percent. Equals ((var_qty1 / onhand) * 100).
POST_ONHAND NUMBER
Yes Quantity onhand after posting, in the primary UOM of an item.
POST_ONHAND2 NUMBER

Quantity onhand after posting, in the secondary UOM of an item, if dual UOM controlled.
DELETE_MARK NUMBER
Yes Standard: 0=Active record (default); 1=Marked for (logical) deletion.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
CREATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
CREATION_DATE DATE
Yes Standard who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
Query Text

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


SELECT CYCLE_ID
,      SEQ_NO
,      CYCL_ADT_ID
,      ITEM_ID
,      LOCATION
,      WHSE_CODE
,      LOT_NO
,      SUBLOT_NO
,      LINE_TYPE
,      CYCLE_NO
,      CYCLESTART_DT
,      ITEM_COUNT_DT
,      COUNT_NO
,      ITEM_NO
,      ITEM_DESC1
,      LOT_ID
,      TRANS_DATE
,      DOC_TYPE
,      TRANS_QTY1
,      TRANS_QTY2
,      FROZEN_QTY1
,      FROZEN_QTY2
,      UOM1
,      UOM2
,      COUNT_QTY1
,      COUNT_QTY2
,      ONHAND
,      ONHAND2
,      VAR_QTY1
,      VAR_QTY2
,      VAR_PERCENT
,      POST_ONHAND
,      POST_ONHAND2
,      DELETE_MARK
,      LAST_UPDATED_BY
,      CREATED_BY
,      LAST_UPDATE_DATE
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
FROM GMI.IC_CYCL_ADT;

Dependencies

[top of page]

GMI.IC_CYCL_ADT does not reference any database object

GMI.IC_CYCL_ADT is referenced by following:

SchemaAPPS
SynonymIC_CYCL_ADT