[Home] [Help]
[Dependency Information]
| Object Name: | GMP_PDR_ITEMS_GTMP |
|---|---|
| Object Type: | TABLE |
| Owner: | GMP |
| FND Design Data: | GMP.GMP_PDR_ITEMS_GTMP
|
| Subobject Name: | |
| Status: | VALID |
GMP.GMP_PDR_ITEMS_GTMP is a global temporary table. The current session is able see data that it placed in the table but other sessions cannot. Data in the table is temporary. It has a data duration of SYS$SESSION. Data is removed at the end of this period.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GMP_PDR_ITEMS_GTMP_N1 | NORMAL | NONUNIQUE |
|
ORGANIZATION_ID
INVENTORY_ITEM_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| INVENTORY_ITEM_ID | NUMBER | |||
| ORGANIZATION_ID | NUMBER | |||
| ORGANIZATION_CODE | VARCHAR2 | (7) | ||
| ITEM_NAME | VARCHAR2 | (250) | ||
| CATEGORY_NAME | VARCHAR2 | (250) | ||
| BUYER_NAME | VARCHAR2 | (240) | ||
| PLANNER_CODE | VARCHAR2 | (10) | ||
| ABC_CLASS_NAME | VARCHAR2 | (40) | ||
| BASE_ITEM_ID | NUMBER | |||
| STANDARD_COST | NUMBER | |||
| CALCULATE_ATP | NUMBER | |||
| WIP_SUPPLY_TYPE | NUMBER | |||
| BOM_ITEM_TYPE | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT INVENTORY_ITEM_ID
, ORGANIZATION_ID
, ORGANIZATION_CODE
, ITEM_NAME
, CATEGORY_NAME
, BUYER_NAME
, PLANNER_CODE
, ABC_CLASS_NAME
, BASE_ITEM_ID
, STANDARD_COST
, CALCULATE_ATP
, WIP_SUPPLY_TYPE
, BOM_ITEM_TYPE
FROM GMP.GMP_PDR_ITEMS_GTMP;
GMP.GMP_PDR_ITEMS_GTMP does not reference any database object
GMP.GMP_PDR_ITEMS_GTMP is referenced by following:
APPS
GMP_PDR_ITEMS_GTMP
|
|
|
|