EOCF_IMSRVW_LNG(SQL View) |
Index Back |
---|---|
DL Search View for Impl lngData Libarary Search Lng View for Impl Definition page. |
SELECT A.EOCF_IMPL_ID , B.LANGUAGE_CD ,B.EOCF_IMPL_NAME ,C.EOCF_RESMTHD_NAME ,B.DESCR50 FROM PS_EOCF_IMPL_DEFN A , PS_EOCF_IMPDEN_LNG B , PS_EOCF_RESMTH_LNG C WHERE A.EOCF_IMPL_ID = B.EOCF_IMPL_ID AND A.EOCF_RES_MTHD_ID = C.EOCF_RES_MTHD_ID AND B.LANGUAGE_CD = C.LANGUAGE_CD |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EOCF_IMPL_ID | Number(31,0) | DECIMAL(31) NOT NULL | the ID value uniquely identifying a term implementation |
2 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
3 | EOCF_IMPL_NAME | Character(50) | VARCHAR2(50) NOT NULL | the name of the Implementation in the library |
4 | EOCF_RESMTHD_NAME | Character(30) | VARCHAR2(30) NOT NULL | the name of the resolution method in the library |
5 | DESCR50 | Character(50) | VARCHAR2(50) NOT NULL | Description of length 50 |