[Home] [Help]
[Dependency Information]
| Object Name: | GMD_SPEC_MAPPING |
|---|---|
| Object Type: | TABLE |
| Owner: | GMD |
| FND Design Data: | GMD.GMD_SPEC_MAPPING
|
| Subobject Name: | |
| Status: | VALID |
Table used to map old spec definition to new definition
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GMD_SPEC_MAPPING_N1 | NORMAL | NONUNIQUE |
APPS_TS_ARCHIVE
|
QC_SPEC_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| QC_SPEC_ID | NUMBER | (15) | Specification line id from old table | |
| SPEC_ID | NUMBER | (15) | Specification header id in new table | |
| TEST_ID | NUMBER | (15) | Specification test id (detail line) in new table | |
| QC_REC_TYPE | VARCHAR2 | (4) | Type of specification I:Inventory W:Wip C:Customer S:Supplier | |
| SPEC_VR_ID | NUMBER | (15) | Validity rule id for specification header | |
| START_DATE | DATE | First date that specification was valid | ||
| END_DATE | DATE | Last date that specification was valid | ||
| VR_SPEC_ID | NUMBER | (15) | new validity rule id |
Cut, paste (and edit) the following text to query this object:
SELECT QC_SPEC_ID
, SPEC_ID
, TEST_ID
, QC_REC_TYPE
, SPEC_VR_ID
, START_DATE
, END_DATE
, VR_SPEC_ID
FROM GMD.GMD_SPEC_MAPPING;
GMD.GMD_SPEC_MAPPING does not reference any database object
GMD.GMD_SPEC_MAPPING is referenced by following:
GMD
GMD_SPEC_MAPPING#
|
|
|
|