DBA Data[Home] [Help] [Dependency Information]


TABLE: GMD.GMD_SPEC_MAPPING

Object Details
Object Name: GMD_SPEC_MAPPING
Object Type: TABLE
Owner: GMD
FND Design Data: TableGMD.GMD_SPEC_MAPPING
Subobject Name:
Status: VALID


Table used to map old spec definition to new definition


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GMD_SPEC_MAPPING_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_ARCHIVE ColumnQC_SPEC_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

GMD.GMD_SPEC_MAPPING does not reference any database object

GMD.GMD_SPEC_MAPPING is referenced by following:

SchemaGMD
ViewGMD_SPEC_MAPPING#