SA_TCMP_REL_TBL(SQL Table) |
Index Back |
---|---|
Test Component RelationshipsUse SA_TCMP_REL_TBL to define the valid components for an academic test. The component id prompts, but does not edit, on the Test Components Table. This allows for entering components that aren't on the Test Components Table. You may do this if a component is unique to a test. Use SA_TEST_TBL to assign codes to tests and enter descriptions. A test can be any type of skill test that an person must take to qualify for admission or qualification assessment or certification, etc.. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(11) | VARCHAR2(11) NOT NULL |
Test ID codes.
Prompt Table: SA_TEST_TBL |
|
2 | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
|
3 | Character(5) | VARCHAR2(5) NOT NULL | Enter the test component information. | |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL |
Short Description
Default Value: SA_TCMP_REL_TBL.DESCR |
6 | MAX_SCORE | Number(7,2) | DECIMAL(6,2) NOT NULL | Maximum Score field to keep track the highest score. |
7 | MIN_SCORE | Number(7,2) | DECIMAL(6,2) NOT NULL | Minimum Score field to keep track the lowest score. |
8 | EDI_SPEEDE_TST_CD | Character(5) | VARCHAR2(5) NOT NULL | Subtest Code |
9 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
10 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
11 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
12 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
13 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |
14 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |