Search Results mwc_group_id
Overview
IGS.IGS_PS_SCH_MWC_ALL is an interface table in the Oracle E-Business Suite Student Systems (IGS) product family. Its display name, "Export Scheduling Meet-With Class Detail," indicates its purpose: it holds Unit Section "meet-with" class information intended for consumption by a third-party scheduling interface. In the Oracle EBS 12.1.1 schema it is owned by the IGS schema and registered under FND Design Data as IGS.IGS_PS_SCH_MWC_ALL. All rows carry the standard WHO audit columns, and the table resides in the APPS_TS_INTERFACE tablespace, consistent with its role as a staging/export structure rather than a core transactional table.
The object lifecycle is marked active, with public scope and the BUSINESS_ENTITY category IGS_UNIT. The documented metadata notes that the corresponding production table is IGS_PS_USO_CLAS_MEET, meaning this interface table is populated from or destined for that transactional structure. Based on the mined foreign-key topology, the heuristic Data Vault classification is satellite-leaning — that is, it is best modeled as descriptive context attached to a parent hub (the scheduling unit section occurrence/use) rather than as an independent hub or a pure link.
Key Information Stored
The surrogate primary key is MWC_GROUP_ID (IGS_PS_SCH_MWC_ALL_PK), a sequence-generated number that uniquely identifies a meet-with group. A unique index on the same column (IGS_PS_SCH_MWC_ALL_U1) reinforces it as both the physical and business-key candidate.
MEET_WITH_CLASS_GROUP_NAME— the descriptive name of the meet-with class group (up to 150 characters).HOST_UOO_ID/GUEST_UOO_ID— identifiers for the host and guest Unit Section occurrences participating in the meet-with group. These supersede the deprecatedHOST_USO_ID/GUEST_USO_IDcolumns, which are flagged obsolete.MWC_MAX_ENROLLMENT_NUMBER— the maximum enrollment permitted for the group, a common scheduling constraint.ORG_ID— the operating unit identifier, enabling multi-org filtering.INT_USEC_ID— the scheduling-interface Unit Section identifier;INT_OCCURS_IDis the older occurrence-level identifier and is marked obsolete.- Standard WHO columns (
CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN) provide audit traceability.
Common Use Cases and Queries
Typical usage centers on export and reconciliation of scheduling data exchanged with external timetabling systems. Reporting scenarios include auditing maximum-enrollment constraints, verifying host/guest pairings, and detecting stale interface rows pending load.
SELECT mwc_group_id,
meet_with_class_group_name,
host_uoo_id,
guest_uoo_id,
mwc_max_enrollment_number
FROM igs.igs_ps_sch_mwc_all
WHERE org_id = :p_org_id;
A join to the interface Unit Section table validates that each group references a loaded scheduling record:
SELECT a.mwc_group_id, a.int_usec_id, b.*
FROM igs.igs_ps_sch_mwc_all a,
igs.igs_ps_sch_usec_int_all b
WHERE a.int_usec_id = b.int_usec_id;
Related Objects
IGS.IGS_PS_SCH_USEC_INT_ALL— referenced viaINT_USEC_ID; the scheduling-interface Unit Section parent.IGS.IGS_PS_SCH_INT_ALL— referenced via the obsoleteINT_OCCURS_IDcolumn.IGS.IGS_PS_USO_CLAS_MEET— the documented production counterpart table populated from this interface.- Scheduling interface concurrent programs that read
IGS_PS_SCH_MWC_ALLto export meet-with class detail to third-party systems.
Because interface tables are transient by design, queries should generally be scoped by ORG_ID and INT_USEC_ID and reconciled against the production table before downstream use.
-
TABLE: IGS.IGS_PS_SCH_MWC_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_SCH_MWC_ALL, object_name:IGS_PS_SCH_MWC_ALL, status:VALID,
-
VIEW: APPS.IGS_PS_SCH_MWC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_SCH_MWC, object_name:IGS_PS_SCH_MWC, status:VALID,
-
Table: IGS_PS_SCH_MWC_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_SCH_MWC_ALL, object_name:IGS_PS_SCH_MWC_ALL, status:VALID, product: IGS - Student System , description: Contains information about meet with group associated with a unit section occurrence for a particular transaction. , implementation_dba_data: IGS.IGS_PS_SCH_MWC_ALL ,
-
Table: IGS_PS_SCH_MWC_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Contains information about meet with group associated with a unit section occurrence for a particular transaction. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_SCH_MWC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_SCH_MWC, object_name:IGS_PS_SCH_MWC, status:VALID, product: IGS - Student System , description: Retrofitted , implementation_dba_data: APPS.IGS_PS_SCH_MWC ,
-
View: IGS_PS_SCH_MWC
12.2.2
product: IGS - Student System (Obsolete) , description: Retrofitted , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PS_USEC_SCHEDULE dependencies on IGS_PS_SCH_MWC_ALL
12.1.1
-
APPS.IGS_PS_USEC_SCHEDULE SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_USEC_SCHEDULE
12.1.1
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,