Search Results child_location_cd
Overview
IGS_PS_SCH_X_USEC_INT is an interface view belonging to the IGS – Student System product family, which Oracle classifies as obsolete in the EBS 12.1.1 and 12.2.2 releases. The view captures Scheduler Interface Unit Section Cross Listings data, serving as a staging and integration surface through which external scheduling or timetabling processes supply cross-listing relationships between unit sections into the Student System. Its name decomposes as "Scheduler Cross Unit Section Interface," indicating its position between an upstream scheduling source and the core Student System scheduling tables.
The object is documented as "Not implemented in this database," and no base objects are documented in the ETRM metadata. Consequently, it should be treated as a legacy compatibility artifact rather than an active integration point in a standard, unpatched EBS 12.1.1 or 12.2.2 environment. The view text references IGS_PS_SCH_X_USEC_INT_ALL, the underlying _ALL table, which is the multi-organization (ORG_ID-enabled) base object. Querying the view is equivalent to selecting from that table with the column alias ROWID AS ROW_ID.
Underlying Base Objects
The only referenced base object is IGS_PS_SCH_X_USEC_INT_ALL. The view definition is a straightforward projection: it selects every column from the _ALL table and exposes ROW_ID as an alias of the table's physical ROWID. No joins, filters, or aggregations are applied. Because the _ALL table carries ORG_ID, the view is multi-org aware, and reporting queries should be filtered by operating unit unless the session context handles it automatically.
In a standard 12.1.1 or 12.2.2 installation the object is reported as not implemented, meaning the table and view may be absent from the database entirely. Developers encountering this view should first verify DBA_OBJECTS, ALL_VIEWS, and ALL_TAB_COLUMNS before assuming its presence.
Key Columns
- ROW_ID — physical ROWID of the underlying row in IGS_PS_SCH_X_USEC_INT_ALL; useful for direct row identification and updates.
- INT_USEC_X_USEC_ID — primary identifier for the interface cross-listing record.
- INT_USEC_ID — the parent interface unit section identifier; this is the column most commonly queried by users searching on "int_usec_id," linking the cross-listing row to its owning scheduler interface unit section.
- UNIT_SEC_CROSS_UNIT_SEC_ID — identifier of the cross-listed unit section relationship.
- PARENT_UOO_ID / CHILD_UOO_ID — parent and child unit offering option identifiers, defining the hierarchy in the cross-listing.
- CHILD_UNIT_CD, CHILD_VERSION_NUMBER, CHILD_TITLE, CHILD_CAL_TYPE, CHILD_ALTERNATE_CODE — descriptive attributes of the child unit and its calendar type.
- START_DT / END_DT — effective date range for the cross-listing.
- CHILD_CI_SEQUENCE_NUMBER, CHILD_UNIT_CLASS, CHILD_UNIT_MODE, CHILD_LOCATION_CD, CHILD_LOCATION_DESCRIPTION — delivery and location attributes of the child section.
- CROSS_LIST_GROUP_NAME / CLASS_MAX_ENROLLMENT_NUMBER — grouping name and enrollment capacity for the cross-listed class.
- ORG_ID — operating unit identifier supporting multi-org security.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard audit columns.
Common Use Cases and Queries
Typical scenarios involve auditing scheduler integration output, reconciling cross-listed sections, and debugging failed interface loads. Because the view exposes INT_USEC_ID directly, the most frequent access pattern filters by that identifier:
SELECT int_usec_id, int_usec_x_usec_id, child_unit_cd, child_cal_type, start_dt, end_dt FROM igs_ps_sch_x_usec_int WHERE int_usec_id = :p_int_usec_id;
To report all cross-listings for an operating unit within a scheduling window:
SELECT cross_list_group_name, child_unit_cd, child_title, class_max_enrollment_number FROM igs_ps_sch_x_usec_int WHERE org_id = :p_org_id AND start_dt >= :p_from_date AND end_dt <= :p_to_date;
Reconciliation against processed data uses PARENT_UOO_ID and CHILD_UOO_ID as join keys. Given the obsolete status and "not implemented" documentation, all such queries should be preceded by an existence check, and any dependency on this view should be migrated to the supported Student System scheduling tables in current implementations.
-
View: IGS_PS_SCH_X_USEC_INT
12.2.2
product: IGS - Student System (Obsolete) , description: Interface View to capture the Scheduler Interface Unit Section Cross Listings Data , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_USEC_X_USEC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_USEC_X_USEC_V, object_name:IGS_PS_USEC_X_USEC_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_USEC_X_USEC_V ,
-
View: IGS_PS_SCH_X_USEC_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_SCH_X_USEC_INT, object_name:IGS_PS_SCH_X_USEC_INT, status:VALID, product: IGS - Student System , description: Interface View to capture the Scheduler Interface Unit Section Cross Listings Data , implementation_dba_data: APPS.IGS_PS_SCH_X_USEC_INT ,
-
VIEW: APPS.IGS_PS_SCH_X_USEC_INT
12.1.1
-
View: IGS_PS_USEC_X_USEC_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_SCH_X_USEC_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_SCH_X_USEC_INT, object_name:IGS_PS_SCH_X_USEC_INT, status:VALID,
-
VIEW: APPS.IGS_PS_USEC_X_USEC_V
12.1.1
-
VIEW: APPS.IGS_PS_USEC_X_USEC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_USEC_X_USEC_V, object_name:IGS_PS_USEC_X_USEC_V, status:VALID,
-
TABLE: IGS.IGS_PS_SCH_X_USEC_INT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_SCH_X_USEC_INT_ALL, object_name:IGS_PS_SCH_X_USEC_INT_ALL, status:VALID,
-
APPS.IGS_PS_USEC_SCHEDULE SQL Statements
12.1.1
-
APPS.IGS_PS_USEC_SCHEDULE dependencies on IGS_PS_USEC_X_USEC_V
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'. ,