EOCF_EV_TYPE_VW(SQL View) |
Index Back |
|---|---|
event type definitionevent type definition |
| SELECT EOCF_EVENT_TYPE_ID , EOCF_EVTYP_NAME ,STATUS FROM PS_EOCF_EVENT_TYPE WHERE STATUS = 'A' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Number(31,0) | DECIMAL(31) NOT NULL | what kind of event is this | |
| 2 | EOCF_EVTYP_NAME | Character(30) | VARCHAR2(30) NOT NULL | user-defined name to identify the characteristics of a particular action |
| 3 | STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Status Indicator
A=Active I=Inactive Default Value: A |