[Home] [Help]
[Dependency Information]
| Object Name: | IGS_DA_XML_TESTSEGMENTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_DA_XML_TESTSEGMENTS_V
|
| Subobject Name: | |
| Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
XML element TestSegments (child of Examination).
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TEST_SEGMENT_NAME | VARCHAR2 | (30) | Yes | Contains the name of the test segment |
| TEST_SEGMENT_SCORE | NUMBER | Contains the score of the test segment | ||
| PERSON_ID | NUMBER | (15) | Yes | Describes the details of the person ID code that is being passed. |
| TEST_RESULTS_ID | NUMBER | (15) | Yes | Test result |
Cut, paste (and edit) the following text to query this object:
SELECT TEST_SEGMENT_NAME
, TEST_SEGMENT_SCORE
, PERSON_ID
, TEST_RESULTS_ID
FROM APPS.IGS_DA_XML_TESTSEGMENTS_V;
APPS
IGS_AD_TEST_RESULTS
IGS_AD_TEST_SEG_RESULTS_V
APPS.IGS_DA_XML_TESTSEGMENTS_V is not referenced by any database object
|
|
|
|