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


TABLE: IGS.IGS_DA_OUT_TST_SGMT

Object Details
Object Name: IGS_DA_OUT_TST_SGMT
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGS_DA_OUT_TST_SGMT
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


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_DA_OUT_TST_SGMT_U1 NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnBATCH_ID
ColumnPERSON_ID
ColumnTEST_SEQ_NUM
ColumnTEST_SEGMT_NAME
Columns
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
Query Text

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;

Dependencies

[top of page]

IGS.IGS_DA_OUT_TST_SGMT does not reference any database object

IGS.IGS_DA_OUT_TST_SGMT is referenced by following:

SchemaAPPS
SynonymIGS_DA_OUT_TST_SGMT