[Home] [Help]
[Dependency Information]
Object Name: | IGS_DA_OUT_TST_SGMT |
---|---|
Object Type: | TABLE |
Owner: | IGS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IGS_DA_OUT_TST_SGMT stores outgoing information on the test segments for the tests found for students selected in the request. --Obsolete
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGS_DA_OUT_TST_SGMT_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
BATCH_ID | NUMBER | Yes | Unique ID for a request | |
PERSON_ID | NUMBER | (15) | Yes | Unique identifier for a person |
TEST_SEQ_NUM | NUMBER | Yes | References "parent" test sequence number found in tests table . | |
TEST_SEGMT_NAME | VARCHAR2 | (30) | Yes | Name of the test segment |
TEST_SEGMT_SCORE | NUMBER | Score associated with the test segment above | ||
CREATION_DATE | DATE | Yes | Standard who column | |
CREATED_BY | NUMBER | (15) | Yes | Standard who column |
LAST_UPDATE_LOGIN | NUMBER | (15) | 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 BATCH_ID
, PERSON_ID
, TEST_SEQ_NUM
, TEST_SEGMT_NAME
, TEST_SEGMT_SCORE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM IGS.IGS_DA_OUT_TST_SGMT;
IGS.IGS_DA_OUT_TST_SGMT does not reference any database object
IGS.IGS_DA_OUT_TST_SGMT is referenced by following:
|
|
|