[Home] [Help]
[Dependency Information]
| Object Name: | GMD_QC_E_SAMPLES_USED_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | GMD.GMD_QC_E_SAMPLES_USED_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| COMPOSITE_RESULT_ID | NUMBER | Yes | Composite Results Identification | |
| RESULT_ID | NUMBER | Yes | Results unique identifier | |
| SAMPLE_NO | VARCHAR2 | (80) | Yes | Sampling Number |
| SAMPLE_ID | NUMBER | Yes | Sample Unique Identifier; db-seq | |
| SAMPLE_DESC | VARCHAR2 | (80) | Sampling Description | |
| TEST_RESULT | VARCHAR2 | (80) | ||
| EXCLUDE_IND | VARCHAR2 | (80) | ||
| TEST_UNIT | VARCHAR2 | (25) |
Cut, paste (and edit) the following text to query this object:
SELECT COMPOSITE_RESULT_ID
, RESULT_ID
, SAMPLE_NO
, SAMPLE_ID
, SAMPLE_DESC
, TEST_RESULT
, EXCLUDE_IND
, TEST_UNIT
FROM APPS.GMD_QC_E_SAMPLES_USED_V;
APPS
FND_LOOKUP_VALUES_VL
GMD_COMPOSITE_RESULT_ASSOC
GMD_QC_TESTS
GMD_RESULTS
GMD_SAMPLES
APPS.GMD_QC_E_SAMPLES_USED_V is not referenced by any database object
|
|
|
|