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


TABLE: GMI.GMI_ITEM_CONV_AUDIT

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


Contains history of all lot conversions holding old and new values and date of change


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GMI_ITEM_CONV_AUDIT_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCONV_AUDIT_ID
Columns
Name Datatype Length Mandatory Comments
CONV_AUDIT_ID NUMBER
Yes Surrogate which identifies a unique record in this table
CONVERSION_ID NUMBER
Yes Foreign key identifying the item/lot conversion for which this audit record was created
CONVERSION_DATE DATE
Yes The date on which this conversion was changed
REASON_CODE VARCHAR2 (4)
The reason code associated with the conversion change
OLD_TYPE_FACTOR NUMBER

The conversion factor prior to the change
NEW_TYPE_FACTOR NUMBER
Yes New conversion factor
EVENT_SPEC_DISP_ID NUMBER

Foreign key identifying the source of lot conversion in OPM quality management
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_UPDATE_LOGIN NUMBER (15)
Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
BATCH_ID NUMBER (10)
Batch id of batch affected by conversion change
UPDATE_BATCH_INDICATOR NUMBER (10)
Indicates type of conversion update
Query Text

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


SELECT CONV_AUDIT_ID
,      CONVERSION_ID
,      CONVERSION_DATE
,      REASON_CODE
,      OLD_TYPE_FACTOR
,      NEW_TYPE_FACTOR
,      EVENT_SPEC_DISP_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      BATCH_ID
,      UPDATE_BATCH_INDICATOR
FROM GMI.GMI_ITEM_CONV_AUDIT;

Dependencies

[top of page]

GMI.GMI_ITEM_CONV_AUDIT does not reference any database object

GMI.GMI_ITEM_CONV_AUDIT is referenced by following:

SchemaAPPS
SynonymGMI_ITEM_CONV_AUDIT