EOCF_CTX_TYPE(SQL Table) |
Index Back |
|---|---|
context type definitioncontext type definition |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | EOCF_CTX_TYPE_ID | Number(31,0) | DECIMAL(31) NOT NULL | key identifying a configured type of context |
| 2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 3 | EOCF_CTX_CLASSNAME | Character(80) | VARCHAR2(80) NOT NULL | the name of a class implementing the delivery of terms within a context |
| 4 | DESCRLONG | Long Character | CLOB | Long Description |