EOCF_EV_ACT_VW(SQL View) |
Index Back |
---|---|
event type action listevent type list of actions allowed for the given type |
SELECT A.EOCF_EVENT_ID , A.EOCF_EVENT_TYPE_ID , A.EOCF_ACTION_TYP_ID FROM PS_EOCF_ACT_VALEVT A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EOCF_EVENT_ID | Number(31,0) | DECIMAL(31) NOT NULL | unique identifier for an event definition |
2 | EOCF_EVENT_TYPE_ID | Number(31,0) | DECIMAL(31) NOT NULL | what kind of event is this |
3 | EOCF_ACTION_TYP_ID | Number(31,0) | DECIMAL(31) NOT NULL |
the unique identifier pointing to a discreet action type configuration
Prompt Table: EOCF_EVTACT_PVW |