[Home] [Help]
[Dependency Information]
| Object Name: | GMI_ITEM_CONV_AUDIT |
|---|---|
| Object Type: | TABLE |
| Owner: | GMI |
| FND Design Data: | GMI.GMI_ITEM_CONV_AUDIT
|
| Subobject Name: | |
| Status: | VALID |
Contains history of all lot conversions holding old and new values and date of change
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GMI_ITEM_CONV_AUDIT_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CONV_AUDIT_ID
|
| 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 |
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;
GMI.GMI_ITEM_CONV_AUDIT does not reference any database object
GMI.GMI_ITEM_CONV_AUDIT is referenced by following:
APPS
GMI_ITEM_CONV_AUDIT
|
|
|
|