Search Results org_unit
Overview
The APPS.IGS_EN_NSC_BRANCH_V view is a lightweight reporting and integration object within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 environments. It belongs to the Oracle Student System (formerly Oracle Student Information System) product family, as indicated by the IGS_ prefix on its underlying objects, and specifically supports National Student Clearinghouse (NSC) related processing for enrollment and branch reporting. The view presents a normalized list of organization alternate identifiers suitable for consumption by external reporting extracts or downstream integrations.
Its primary function is to expose alternate identifiers associated with organizational units in a pre-formatted, concatenated string form. This makes it convenient for flat-file extracts and other interfaces where a single "alternate_id" field must carry both the identifier value and its identifier type. A special sentinel row consisting of '00' padded to twenty characters and a type of '00' is unioned into the result set.
Underlying Base Objects
Although the documented ETRM metadata lists no referenced base objects, the view text shows that it is defined over the object IGS_OR_ORG_ALT_IDS_V. That intermediate view supplies organization alternate identifier data, including columns such as ORG_ALTERNATE_ID, ORG_ALTERNATE_ID_TYPE, ORG_STRUCTURE_TYPE, and END_DATE.
The definition filters IGS_OR_ORG_ALT_IDS_V to rows where ORG_STRUCTURE_TYPE = 'ORG_UNIT' and where the record is still effective, expressed as NVL(END_DATE, SYSDATE) >= SYSDATE. In other words, active organizational-unit alternate identifiers are returned; those with a past end date are excluded. A second branch of the UNION selects a literal sentinel pair from DUAL. Because ETRM does not document the underlying base tables of IGS_OR_ORG_ALT_IDS_V for this object, the practical dependency chain terminates at that intermediate view and the DUAL pseudo-table.
Key Columns
- ALTERNATE_ID — The presentation column. It is constructed as
RPAD(ORG_ALTERNATE_ID,20) || ' ' || ORG_ALTERNATE_ID_TYPE. The identifier value is right-padded to twenty characters, followed by a space and the identifier type, yielding a fixed-width-friendly composite string. For the sentinel row it has the value'00'padded to twenty characters, a space, and'00'. - ALTERNATE_ID_TYPE — The companion column, constructed as
ORG_ALTERNATE_ID || ' ' || ORG_ALTERNATE_ID_TYPE. It carries the unpadded alternate identifier concatenated with its type, providing a compact combined representation. For the sentinel row it resolves to'00 00'.
Both columns expose the same pairing of identifier value and identifier type; the difference is the padding applied to the identifier portion in ALTERNATE_ID. The type portion distinguishes the external agency or scheme to which an identifier belongs, which is essential for NSC style reporting where identifiers must be interpreted unambiguously.
Common Use Cases and Queries
This view is typically used to populate list-of-values displays, validation queries, and extract files where a single textual alternate identifier and its type are required. Because it already concatenates the identifier and type, it reduces the need for downstream string construction. A basic query returns all available active organization-unit identifiers:
SELECT alternate_id, alternate_id_type FROM apps.igs_en_nsc_branch_v;SELECT alternate_id FROM apps.igs_en_nsc_branch_v WHERE alternate_id_type <> '00 00';— excludes the sentinel row.SELECT alternate_id FROM apps.igs_en_nsc_branch_v WHERE alternate_id LIKE '0000000123%';— filters by a known identifier prefix, accounting for right-padding.
A representative extract joins the view to other student-system entities on the alternate identifier, using the padded form for fixed-width output feeds and the compact ALTERNATE_ID_TYPE form for readability. Because the view restricts to active records and to ORG_UNIT structure type, consumers should treat it as a curated, point-in-time list rather than a complete historical inventory of alternate identifiers. The unioned '00' row is conventionally interpreted as a placeholder or "no identifier" default, and should be filtered out when only genuine identifiers are desired.
The view is read-only and is intended for query and reporting access under the APPS schema; no maintenance DML should be directed at it. Its behavior is stable across EBS 12.1.1 and 12.2.2, as the definition relies only on standard SQL constructs available in both releases.
-
VIEW: APPS.IGS_EN_NSC_BRANCH_V
12.1.1
-
Lookup Type: ORG_STRUCTURE_TYPE
12.1.1
product: IGS - Student System , meaning: Organization Structure Type , description: Organization Structure Type ,
-
Lookup Type: ORG_STRUCTURE_TYPE
12.2.2
product: IGS - Student System (Obsolete) , meaning: Organization Structure Type , description: Organization Structure Type ,
-
Lookup Type: VS_AS_MULTI_REC_SORT_ORDER
12.1.1
product: IGS - Student System , meaning: Static Values For Multi Record Sort Order , description: Static Values For Multi Record Sort Order ,
-
Lookup Type: IGS_DA_OVRD_ELT_LEVEL
12.2.2
product: IGS - Student System (Obsolete) , meaning: IGS: Override elements for System Date Alias , description: Overriding elements for System Date Types ,
-
Lookup Type: UNIT_WAITLIST
12.1.1
product: IGS - Student System , meaning: Unit Waitlist , description: Unit Waitlist ,
-
Lookup Type: UNIT_WAITLIST
12.2.2
product: IGS - Student System (Obsolete) , meaning: Unit Waitlist , description: Unit Waitlist ,
-
Lookup Type: RESERVE_SEAT_PRIORITY
12.2.2
product: IGS - Student System (Obsolete) , meaning: Reserve Seating Priorities , description: Reserve Seating Priorities ,
-
Lookup Type: TIMESLOT_PRIORITY
12.2.2
product: IGS - Student System (Obsolete) , meaning: Timeslot Priority , description: Timeslot Priority ,
-
Lookup Type: VS_AS_MULTI_REC_SORT_ORDER
12.2.2
product: IGS - Student System (Obsolete) , meaning: Static Values For Multi Record Sort Order , description: Static Values For Multi Record Sort Order ,
-
VIEW: APPS.IGS_PS_RSV_ORGUN_PRF_V
12.1.1
-
VIEW: APPS.IGS_PS_RSV_USEC_PRF_V
12.1.1
-
View: IGS_EN_NSC_BRANCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_NSC_BRANCH_V, object_name:IGS_EN_NSC_BRANCH_V, status:VALID, product: IGS - Student System , description: This view picks up the branch code for National Student Clearing House creation process. This is used in the value set of concurrent process. , implementation_dba_data: APPS.IGS_EN_NSC_BRANCH_V ,
-
Lookup Type: IGS_DA_OVRD_ELT_LEVEL
12.1.1
product: IGS - Student System , meaning: IGS: Override elements for System Date Alias , description: Overriding elements for System Date Types ,
-
Lookup Type: RESERVE_SEAT_PRIORITY
12.1.1
product: IGS - Student System , meaning: Reserve Seating Priorities , description: Reserve Seating Priorities ,
-
Lookup Type: TIMESLOT_PRIORITY
12.1.1
product: IGS - Student System , meaning: Timeslot Priority , description: Timeslot Priority ,
-
VIEW: APPS.IGS_PS_RSV_UOP_PRF_V
12.1.1
-
View: IGS_EN_NSC_BRANCH_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view picks up the branch code for National Student Clearing House creation process. This is used in the value set of concurrent process. , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: REPORT
12.2.2
product: IGS - Student System (Obsolete) , meaning: Report , description: Report ,
-
Lookup Type: REPORT
12.1.1
product: IGS - Student System , meaning: Report , description: Report ,
-
View: IGS_PS_RSV_USEC_PRF_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains the preferences for a given priority for the reserved seating at Unit Section Level .Case and Seed document: PS201_Enhancments_Nov03_PS_3045069_CS_DP2.doc - Obsolete , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_RSV_ORGUN_PRF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_RSV_ORGUN_PRF_V, object_name:IGS_PS_RSV_ORGUN_PRF_V, status:VALID, product: IGS - Student System , description: This view displays the preferences for a given priority for reserved seating at Organizational Unit Level . Case and Seed document: PS201_Enhancments_Nov03_PS_3045069_CS_DP2.doc - Obsolete , implementation_dba_data: APPS.IGS_PS_RSV_ORGUN_PRF_V ,
-
TABLE: IGS.IGS_CA_DA_OVD_RULES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CA_DA_OVD_RULES, object_name:IGS_CA_DA_OVD_RULES, status:VALID,
-
View: IGS_PS_RSV_ORGUN_PRF_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view displays the preferences for a given priority for reserved seating at Organizational Unit Level . Case and Seed document: PS201_Enhancments_Nov03_PS_3045069_CS_DP2.doc - Obsolete , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_RSV_UOP_PRF_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains the preferences for a given priority for reserved seating at Unit Offering Pattern Level. Case and Seed document: PS201_Enhancments_Nov03_PS_3045069_CS_DP2.doc - Obsolete , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_RSV_UOP_PRF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_RSV_UOP_PRF_V, object_name:IGS_PS_RSV_UOP_PRF_V, status:VALID, product: IGS - Student System , description: This view contains the preferences for a given priority for reserved seating at Unit Offering Pattern Level. Case and Seed document: PS201_Enhancments_Nov03_PS_3045069_CS_DP2.doc - Obsolete , implementation_dba_data: APPS.IGS_PS_RSV_UOP_PRF_V ,
-
View: IGS_PS_RSV_USEC_PRF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_RSV_USEC_PRF_V, object_name:IGS_PS_RSV_USEC_PRF_V, status:VALID, product: IGS - Student System , description: This view contains the preferences for a given priority for the reserved seating at Unit Section Level .Case and Seed document: PS201_Enhancments_Nov03_PS_3045069_CS_DP2.doc - Obsolete , implementation_dba_data: APPS.IGS_PS_RSV_USEC_PRF_V ,
-
VIEW: APPS.IGS_EN_TIMESLOT_PREF_V
12.1.1
-
View: IGS_EN_TIMESLOT_PREF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_TIMESLOT_PREF_V, object_name:IGS_EN_TIMESLOT_PREF_V, status:VALID, product: IGS - Student System , description: The view selects all the columns related to Timeslot Preferences. , implementation_dba_data: APPS.IGS_EN_TIMESLOT_PREF_V ,
-
View: IGS_EN_TIMESLOT_PREF_V
12.2.2
product: IGS - Student System (Obsolete) , description: The view selects all the columns related to Timeslot Preferences. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_GE_GEN_001
12.1.1
-
APPS.IGS_OR_ORG_NOTES_PKG SQL Statements
12.1.1
-
APPS.IGS_OR_ORG_ALT_IDS_PKG SQL Statements
12.1.1
-
PACKAGE: APPS.OKL_CREDIT_DATAPOINTS_PVT
12.1.1
-
PACKAGE: APPS.OKL_CREDIT_DATAPOINTS_PVT
12.2.2
-
PACKAGE BODY: APPS.IGS_OR_ORG_NOTES_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_OR_ORG_ALT_IDS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_WLST_GEN_PROC
12.1.1
-
APPS.ZX_EXTRACT_PKG SQL Statements
12.1.1
-
APPS.IGS_EN_NSC_PKG SQL Statements
12.1.1
-
APPS.PER_ZA_WSP_LOOKUP dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
APPS.PER_ZA_WSP_LOOKUP dependencies on HR_ALL_ORGANIZATION_UNITS
12.2.2
-
PACKAGE BODY: APPS.IGS_OR_ORG_ACCR_DTLS_PKG
12.1.1
-
APPS.IGS_HE_EXTRACT_PKG SQL Statements
12.1.1
-
APPS.IGS_PS_VALIDATE_GENERIC_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.OTA_FR_PLAN_DFORM
12.2.2
-
PACKAGE BODY: APPS.OTA_FR_PLAN_DFORM
12.1.1
-
APPS.PER_ZA_WSP_LOOKUP SQL Statements
12.1.1
-
APPS.IGS_GE_GEN_001 dependencies on IGS_OR_UNIT
12.1.1
-
APPS.OTA_FR_PLAN_DFORM dependencies on HR_ORGANIZATION_UNITS
12.2.2