EOCF_TMSUBSR_VW(SQL View) |
Index Back |
---|---|
Term Subject Search ViewTerm Subject Search View |
SELECT A.EOCF_ELEMENT_ID ,A.EOCF_SUBJECT_ID , B.EOCF_SUBJECT_NAME FROM PS_EOCF_ELEM_SUBJ A , PS_EOCF_SUBJECT B WHERE A.EOCF_SUBJECT_ID = B.EOCF_SUBJECT_ID AND A.EOCF_ELEMENT_TYPE = '01' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EOCF_LIB_TERM_ID | Number(31,0) | DECIMAL(31) NOT NULL |
a library element that can be evaluated.
NOTE: this primary key value is actually a foreign key to the library element portion of a term. Terms are sub-types of elements.
Prompt Table: EOCF_TERM_DEFN |
2 | EOCF_SUBJECT_ID | Number(31,0) | DECIMAL(31) NOT NULL |
Library Subject Id
Prompt Table: EOCF_SUBJECT |
3 | EOCF_SUBJECT_NAME | Character(30) | VARCHAR2(30) NOT NULL | the name of the subject under which things are filed in the library |