MTG_SEL_VW1

(SQL View)
Index Back

Campus Mtg Selections View1

MTG_SEL_VW1 is used to check if Attendee is already attending the meeting or not. It is used in the Event_Meeting1_sec & Event_Meeting_sec panelsl.

SELECT CAMPUS_EVENT_NBR , CAMPUS_EVENT_ATND , EVENT_MTG_NBR , EMPLID FROM PS_CAMPUS_MTG_SEL

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 CAMPUS_EVENT_NBR Character(9) VARCHAR2(9) NOT NULL Event ID

Prompt Table: CAMPUS_EVENT

2 CAMPUS_EVENT_ATND Character(5) VARCHAR2(5) NOT NULL Campus Event Attendee

Prompt Table: CAMPUS_EVNT_ATT

3 EVENT_MTG_NBR Number(4,0) SMALLINT NOT NULL Event Meeting Nbr
4 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID

Prompt Table: PEOPLE_SRCH