[Home] [Help]
[Dependency Information]
| Object Name: | IGSBV_AD_PER_TST_RSLT_DTLS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSBV_AD_PER_TST_RSLT_DTLS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TST_RSLT_DTLS_ID | NUMBER | (15) | Yes | Unique identifier that identifies the test segments for a test |
| TEST_RESULTS_ID | NUMBER | (15) | Yes | Unique identifier that identifies the test results |
| PERSON_ID | NUMBER | (15) | Yes | Person for whom the test results is stored |
| ADMISSION_TEST_TYPE | VARCHAR2 | (30) | Yes | Admission Test Type |
| TEST_SEGMENT_ID | NUMBER | (15) | Yes | Unique identifier that identifies a test segment |
| TEST_SCORE | NUMBER | Test score for this test segment | ||
| TEST_SCORE_PERCENTILE | NUMBER | Test score percentile | ||
| NATIONAL_PERCENTILE | NUMBER | Score percentile of national pool of test takers | ||
| STATE_PERCENTILE | NUMBER | Score percentile of state pool of test takers | ||
| PERCENTILE_YEAR_RANK | NUMBER | Percentile year rank | ||
| SCORE_BAND_LOWER | NUMBER | Score band lower | ||
| SCORE_BAND_UPPER | NUMBER | Score band upper | ||
| IRREGULARITY_CODE_ID | NUMBER | (15) | Any irregularity associated with the test conducted like data cancelled, candidate being absent or delayed in taking the test, candidate canceling the test. | |
| _DF | CHAR | (38) | Descriptive flexfield structure defining tag | |
| CREATED_BY | NUMBER | (15) | Yes | Standard WHO column |
| CREATION_DATE | DATE | Yes | Standard WHO column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard WHO column |
| LAST_UPDATE_DATE | DATE | Yes | Standard WHO column |
Cut, paste (and edit) the following text to query this object:
SELECT TST_RSLT_DTLS_ID
, TEST_RESULTS_ID
, PERSON_ID
, ADMISSION_TEST_TYPE
, TEST_SEGMENT_ID
, TEST_SCORE
, TEST_SCORE_PERCENTILE
, NATIONAL_PERCENTILE
, STATE_PERCENTILE
, PERCENTILE_YEAR_RANK
, SCORE_BAND_LOWER
, SCORE_BAND_UPPER
, IRREGULARITY_CODE_ID
, _DF
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSBV_AD_PER_TST_RSLT_DTLS;
APPS
IGS_AD_TEST_RESULTS
IGS_AD_TST_RSLT_DTLS
APPS.IGSBV_AD_PER_TST_RSLT_DTLS is not referenced by any database object
|
|
|
|