Search Results issue_reason
Overview
IGS_SV_CRT_CONT_BLK_V is an APPS-owned view in the IGS (Student System) product of Oracle E-Business Suite, valid in both 12.1.1 and 12.2.2. It exists to supply the data required to render the XML block that describes "create continuation" information for a student. In practice, the view surfaces the subset of person records that require a continuation enrollment certificate to be produced — that is, students whose issuing reason is coded as a continuation ('C') and whose record status indicates a new, unprocessed record ('N').
Its role is primarily reporting and integration: the view is consumed by the student system's document/print generation processes (for example, Student Self-Service or enrollment certificate printing), which query it to obtain the batch identifier, person, form type, issuing reason, and session boundary dates needed to assemble the XML payload. Because it is a view rather than a table, it provides a stable, read-only interface against the underlying person data, insulating downstream XML generation from the physical structure of the base table.
Underlying Base Objects
The view is defined over a single documented base object: IGS_SV_PERSONS, aliased as PERS. The definition applies two fixed filter predicates that determine its contents:
- PERS.RECORD_STATUS = 'N' — restricts output to records in "new" status, i.e., those not yet processed or superseded.
- PERS.ISSUING_REASON = 'C' — restricts output to the continuation issuing reason, which is the defining characteristic of this block.
The documented metadata lists no other referenced base objects, so the view is essentially a filtered, projected slice of IGS_SV_PERSONS. Note that the column ISSUING_REASON in the base table is exposed through the view under the alias ISSUE_REASON, a naming distinction that is important when writing predicates or joins against the view.
Key Columns
- BATCH_ID — Identifier of the processing/print batch to which the person record belongs; used to group records for a single XML generation run.
- PERSON_ID — The unique identifier of the student/person for whom continuation information is being produced; the primary join key to person and party tables.
- PRINT_FORM — Indicates the form type or format to be printed for the record, guiding the XML layout.
- ISSUE_REASON — The aliased issuing reason; always 'C' for continuation in this view, but retained for downstream XML tagging.
- CURR_SESSION_END_DATE — The end date of the current session, forming the lower boundary of the continuation period.
- NEXT_SESSION_START_DATE — The start date of the next session, forming the upper boundary of the continuation period.
Common Use Cases and Queries
Typical usage is in the generation of continuation enrollment certificates and in reconciliation reports confirming which students are pending continuation output. A representative query listing pending continuation records is:
- SELECT batch_id, person_id, print_form, issue_reason, curr_session_end_date, next_session_start_date FROM apps.igs_sv_crt_cont_blk_v ORDER BY batch_id, person_id;
To isolate a single processing run, filter on the batch identifier:
- SELECT person_id, print_form, curr_session_end_date, next_session_start_date FROM apps.igs_sv_crt_cont_blk_v WHERE batch_id = :p_batch_id;
Because the view already constrains RECORD_STATUS and ISSUING_REASON, callers need not re-apply those predicates; doing so is redundant. Join to person or party tables via PERSON_ID when student names or demographics are required for the XML block, always qualifying the view with the APPS schema in EBS environments.
-
View: IGS_SV_CRT_CONT_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_CRT_CONT_BLK_V, object_name:IGS_SV_CRT_CONT_BLK_V, status:VALID, product: IGS - Student System , description: View for obtaining information for the XML block describing the create continuation information for the student. , implementation_dba_data: APPS.IGS_SV_CRT_CONT_BLK_V ,
-
VIEW: APPS.IGS_SV_CRT_STAT_CNGE_BLK_V
12.1.1
-
View: IGS_SV_CRT_OTHR_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_CRT_OTHR_BLK_V, object_name:IGS_SV_CRT_OTHR_BLK_V, status:VALID, product: IGS - Student System , description: View for obtaining information for the XML block describing the creation of other information for the student. , implementation_dba_data: APPS.IGS_SV_CRT_OTHR_BLK_V ,
-
View: IGS_SV_CRT_TRNS_BLK_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for obtaining information for the XML block describing the create transfer information for student. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_SV_CRT_REIN_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_CRT_REIN_BLK_V, object_name:IGS_SV_CRT_REIN_BLK_V, status:VALID,
-
View: IGS_SV_CRT_STAT_CNGE_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_CRT_STAT_CNGE_BLK_V, object_name:IGS_SV_CRT_STAT_CNGE_BLK_V, status:VALID, product: IGS - Student System , description: View for fetching Status change information for student , implementation_dba_data: APPS.IGS_SV_CRT_STAT_CNGE_BLK_V ,
-
VIEW: APPS.IGS_SV_CRT_CONT_BLK_V
12.1.1
-
View: IGS_SV_CRT_TRNS_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_CRT_TRNS_BLK_V, object_name:IGS_SV_CRT_TRNS_BLK_V, status:VALID, product: IGS - Student System , description: View for obtaining information for the XML block describing the create transfer information for student. , implementation_dba_data: APPS.IGS_SV_CRT_TRNS_BLK_V ,
-
View: IGS_SV_CRT_STAT_CNGE_BLK_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for fetching Status change information for student , implementation_dba_data: Not implemented in this database ,
-
View: IGS_SV_CRT_INIT_BLK_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for obtaining information for the XML block describing the create initial student information. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_SV_CRT_REIN_BLK_V
12.1.1
-
View: IGS_SV_CRT_INIT_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_CRT_INIT_BLK_V, object_name:IGS_SV_CRT_INIT_BLK_V, status:VALID, product: IGS - Student System , description: View for obtaining information for the XML block describing the create initial student information. , implementation_dba_data: APPS.IGS_SV_CRT_INIT_BLK_V ,
-
View: IGS_SV_CRT_CONT_BLK_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for obtaining information for the XML block describing the create continuation information for the student. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_SV_CRT_OTHR_BLK_V
12.1.1
-
VIEW: APPS.IGS_SV_CRT_OTHR_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_CRT_OTHR_BLK_V, object_name:IGS_SV_CRT_OTHR_BLK_V, status:VALID,
-
VIEW: APPS.IGS_SV_CRT_STAT_CNGE_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_CRT_STAT_CNGE_BLK_V, object_name:IGS_SV_CRT_STAT_CNGE_BLK_V, status:VALID,
-
VIEW: APPS.IGS_SV_CRT_INIT_BLK_V
12.1.1
-
VIEW: APPS.IGS_SV_CRT_TRNS_BLK_V
12.1.1
-
View: IGS_SV_CRT_REIN_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_CRT_REIN_BLK_V, object_name:IGS_SV_CRT_REIN_BLK_V, status:VALID, product: IGS - Student System , description: View for obtaining information for the XML block describing the creating of reinstatement for the student. , implementation_dba_data: APPS.IGS_SV_CRT_REIN_BLK_V ,
-
View: IGS_SV_CRT_OTHR_BLK_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for obtaining information for the XML block describing the creation of other information for the student. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_SV_CRT_REIN_BLK_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for obtaining information for the XML block describing the creating of reinstatement for the student. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_SV_CRT_TRNS_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_CRT_TRNS_BLK_V, object_name:IGS_SV_CRT_TRNS_BLK_V, status:VALID,
-
VIEW: APPS.IGS_SV_CRT_INIT_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_CRT_INIT_BLK_V, object_name:IGS_SV_CRT_INIT_BLK_V, status:VALID,
-
VIEW: APPS.IGS_SV_CRT_CONT_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_CRT_CONT_BLK_V, object_name:IGS_SV_CRT_CONT_BLK_V, status:VALID,
-
View: IGSFV_NONIMMIGRANT_STUDENTS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains information about international non-immigrant students. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_SV_CRT_STDT_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_CRT_STDT_BLK_V, object_name:IGS_SV_CRT_STDT_BLK_V, status:VALID, product: IGS - Student System , description: View for obtaining information for the XML block describing the creation of the student information. , implementation_dba_data: APPS.IGS_SV_CRT_STDT_BLK_V ,
-
View: IGS_SV_CRT_STDT_BLK_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for obtaining information for the XML block describing the creation of the student information. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_SV_CRT_STDT_BLK_V
12.1.1
-
View: IGSBV_NONIMMIGRANT_STUDENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_NONIMMIGRANT_STUDENTS, object_name:IGSBV_NONIMMIGRANT_STUDENTS, status:VALID, product: IGS - Student System , description: This entity contains information about international non-immigrant students. , implementation_dba_data: APPS.IGSBV_NONIMMIGRANT_STUDENTS ,
-
VIEW: APPS.IGSBV_NONIMMIGRANT_STUDENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_NONIMMIGRANT_STUDENTS, object_name:IGSBV_NONIMMIGRANT_STUDENTS, status:VALID,
-
View: IGSFV_NONIMMIGRANT_STUDENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_NONIMMIGRANT_STUDENTS, object_name:IGSFV_NONIMMIGRANT_STUDENTS, status:VALID, product: IGS - Student System , description: This entity contains information about international non-immigrant students. , implementation_dba_data: APPS.IGSFV_NONIMMIGRANT_STUDENTS ,
-
View: IGSBV_NONIMMIGRANT_STUDENTS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains information about international non-immigrant students. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_NONIMMIGRANT_STUDENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_NONIMMIGRANT_STUDENTS, object_name:IGSFV_NONIMMIGRANT_STUDENTS, status:VALID,
-
TABLE: IGS.IGS_PE_NONIMG_FORM
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_NONIMG_FORM, object_name:IGS_PE_NONIMG_FORM, status:VALID,
-
View: IGS_PE_NONIMG_FORM_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for IGS_PE_NONIMG_FORM base table , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PE_NONIMG_FORM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_NONIMG_FORM_V, object_name:IGS_PE_NONIMG_FORM_V, status:VALID,
-
View: IGS_PE_NONIMG_FORM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_NONIMG_FORM_V, object_name:IGS_PE_NONIMG_FORM_V, status:VALID, product: IGS - Student System , description: View for IGS_PE_NONIMG_FORM base table , implementation_dba_data: APPS.IGS_PE_NONIMG_FORM_V ,
-
VIEW: APPS.IGS_SV_CRT_STDT_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_CRT_STDT_BLK_V, object_name:IGS_SV_CRT_STDT_BLK_V, status:VALID,
-
APPS.IGS_PE_NONIMG_FORM_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_NONIMG_FORM_PKG
12.1.1
-
APPS.IGS_SV_NI_BATCH_PROCESS_PKG SQL Statements
12.1.1
-
APPS.IGS_SV_BATCH_PROCESS_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_SV_NI_BATCH_PROCESS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_SV_BATCH_PROCESS_PKG
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'. ,