[Home] [Help]
[Dependency Information]
| Object Name: | GMP_ITEM_WPS |
|---|---|
| Object Type: | TABLE |
| Owner: | GMP |
| FND Design Data: | GMP.GMP_ITEM_WPS
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GMP_ITEM_WPS_PK | NORMAL | UNIQUE |
APPS_TS_INTERFACE
|
ITEM_ID
WHSE_CODE
PLANT_CODE
|
| GMP_ITEM_WPS_N1 | NORMAL | NONUNIQUE |
APPS_TS_INTERFACE
|
ITEM_ID
PLANT_CODE
|
| GMP_ITEM_WPS_N2 | NORMAL | NONUNIQUE |
APPS_TS_INTERFACE
|
ITEM_ID
ORGANIZATION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ITEM_NO | VARCHAR2 | (32) | Yes | OPM Item Number , defined in OPM Inventory |
| ITEM_ID | NUMBER | (10) | Yes | OPM Item ID |
| ITEM_UM | VARCHAR2 | (4) | Yes | Unit of Measure for the OPM Item |
| UOM_CODE | VARCHAR2 | (3) | Yes | UOM Code for the OPM Item |
| LOT_CONTROL | NUMBER | (5) | Yes | Lot Control Indicator |
| ITEM_DESC1 | VARCHAR2 | (70) | Yes | OPM Item description |
| APS_ITEM_ID | NUMBER | Yes | APPS Surrogate key for the Item | |
| ORGANIZATION_ID | NUMBER | Yes | APPS Organization Surrogate key | |
| WHSE_CODE | VARCHAR2 | (4) | Yes | OPM Warehouse code where Items are located |
| REPLEN_IND | NUMBER | (5) | Yes | Replenishment Indicator which is defined in the OPM Plant Ware house effectivity. |
| CONSUM_IND | NUMBER | (5) | Yes | Consumption Indicator which is defined in the OPM Plant Ware house effectivity. |
| PLANT_CODE | VARCHAR2 | (4) | Yes | Plant code the Item is Associated with |
| CREATION_DATE | DATE | Yes | Standard "Row Who" column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard "Row Who" column |
| LAST_UPDATE_DATE | DATE | Yes | Standard "Row Who" column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard "Row Who" column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard "Row Who" column |
Cut, paste (and edit) the following text to query this object:
SELECT ITEM_NO
, ITEM_ID
, ITEM_UM
, UOM_CODE
, LOT_CONTROL
, ITEM_DESC1
, APS_ITEM_ID
, ORGANIZATION_ID
, WHSE_CODE
, REPLEN_IND
, CONSUM_IND
, PLANT_CODE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM GMP.GMP_ITEM_WPS;
GMP.GMP_ITEM_WPS does not reference any database object
GMP.GMP_ITEM_WPS is referenced by following:
APPS
GMP_ITEM_WPS
|
|
|
|