FND Design Data [Home] [Help]

View: ICX_AS_EVENT_ENROLLED_COUNT_V

Product: ICX - Oracle iProcurement
Description: Enrolled Attendees Count View
Implementation/DBA Data: Not implemented in this database
View Text

SELECT EVENT_ID
, SUM(NUM_ENROLLED)
FROM AS_EVENT_ENROLLMENTS GROUP BY EVENT_ID

Columns

Name
EVENT_ID
TOTAL