[Home] [Help]
[Dependency Information]
| Object Name: | GR_ITEM_GENERAL_MIG |
|---|---|
| Object Type: | TABLE |
| Owner: | GR |
| FND Design Data: | GR.GR_ITEM_GENERAL_MIG
|
| Subobject Name: | |
| Status: | VALID |
View of Regulatory Item Explosion details, includes the items details for Regulatory Items with regard to the Convergence model
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GR_ITEM_GENERAL_MIG_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ITEM_CODE
ORGANIZATION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ITEM_CODE | VARCHAR2 | (32) | Yes | Item Code identifying the item. |
| ORGANIZATION_ID | NUMBER | (15) | Yes | Surrogate id uniquely identifying the organization. |
| INVENTORY_ITEM_ID | NUMBER | (15) | Surrogate id uniquely identifying the Inventory Item. | |
| MIGRATION_IND | NUMBER | (5) | Column used as migration indicator. |
Cut, paste (and edit) the following text to query this object:
SELECT ITEM_CODE
, ORGANIZATION_ID
, INVENTORY_ITEM_ID
, MIGRATION_IND
FROM GR.GR_ITEM_GENERAL_MIG;
GR.GR_ITEM_GENERAL_MIG does not reference any database object
GR.GR_ITEM_GENERAL_MIG is referenced by following:
GR
GR_ITEM_GENERAL_MIG#
|
|
|
|