Search Results reprint_reason
Overview
IGS_SV_OPT_EMPL_DUM_V is a reporting view belonging to the IGS — Student System product family in Oracle E-Business Suite 12.1.1 and 12.2.2. Its documented purpose is to fetch Optional Practical Training (OPT) employment details for students, data that is assembled for transmission to the Student and Exchange Visitor Information System (SEVIS). OPT is a period of authorized off-campus employment available to eligible F-1 nonimmigrant students, and its reporting is a regulated activity; consequently the view sits within the SEVIS-facing side of the Student System rather than in general academic records reporting.
The object is explicitly classified as obsolete in the ETRM documentation, and the metadata records that it is not implemented in the reference database. The _DUM suffix and the absence of a referenced base-object list indicate a placeholder or dummy definition retained for backward compatibility with earlier releases or with interface code that once expected a view of this name. In practice, sites on 12.1.1 or 12.2.2 should treat the view as non-functional unless a custom implementation has supplied it.
Underlying Base Objects
No referenced base objects are documented in the ETRM metadata, and the object is reported as not implemented. The view text supplied in the documentation, however, defines IGS_SV_OPT_EMPL_DUM_V over two IGS Student System tables:
- IGS_SV_PERSONS — aliased PERS, the driving table supplying person, batch, SEVIS user, and reprint attributes.
- IGS_SV_BTCH_SUMMARY — aliased OPTSUMM, the SEVIS batch summary table used to restrict the result set to the OPT employment transmission.
The join is on PERSON_ID and BATCH_ID, filtered by RECORD_STATUS = 'C' on the person row, TAG_CODE = 'SV_OPT_EMPL' and ADM_ACTION_CODE = 'SEND' on the batch summary row. These predicates confine the view to current persons belonging to an OPT employment batch that has been marked for transmission.
Key Columns
- BATCH_ID — identifier of the SEVIS batch to which the employment record belongs.
- PDSO_SEVIS_ID — the SEVIS identifier of the Principal Designated School Official associated with the record; this is the column a user searching on "pdso_sevis_id" would be looking for.
- PERSON_ID — the internal person identifier from the person table.
- SEVIS_USER_ID — the SEVIS user identifier carried for the record.
- PERSON_NUMBER — derived by zero-padding the leading ten characters of PERSON_ID via TO_CHAR with the '0000000000' format mask.
- RECORD_NUMBER — the record sequence number within the batch.
- PERSON_ID_LONG — a fourteen-character zero-padded derivation of PERSON_ID, used for transmittal layouts requiring the longer form.
- REPRINT_REASON — REPRINT_RSN_CODE with reason code '11' suppressed to NULL via DECODE.
- REPRINT_REMARKS — free-text remarks accompanying a reprint.
Common Use Cases and Queries
Because the view is documented as obsolete and unimplemented, the primary diagnostic use case is verification: confirming whether the object exists at a given site and, if a custom version has been created, inspecting its definition and output. Reference queries are useful when reviewing historical EL/OPT employment extracts or reconciling SEVIS batch contents by PDSO.
A basic existence check on 12.2.2 is:
SELECT object_name, object_type, status FROM all_objects WHERE object_name = 'IGS_SV_OPT_EMPL_DUM_V';
Where an implementation is present, a representative query selecting the SEVIS-oriented attributes is:
SELECT batch_id, pdso_sevis_id, person_id, sevis_user_id, person_number, record_number, reprint_reason, reprint_remarks FROM igs_sv_opt_empl_dum_v WHERE batch_id = :batch_id ORDER BY record_number;
A second scenario filters by PDSO to group transmittable OPT employment records:
SELECT pdso_sevis_id, COUNT(*) record_count FROM igs_sv_opt_empl_dum_v GROUP BY pdso_sevis_id;
Given the obsolete classification, any production dependency on this view should be re-pointed to the supported SEVIS OPT employment objects shipped in the current release before an upgrade from 12.1.1 to 12.2.2 is undertaken.
-
View: IGS_SV_OPT_EMPL_DUM_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for fetching OPT employment details for students. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_SV_PRGM_DUM_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for fetching Program information for student. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_SV_OPT_EMPL_DUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_OPT_EMPL_DUM_V, object_name:IGS_SV_OPT_EMPL_DUM_V, status:VALID, product: IGS - Student System , description: View for fetching OPT employment details for students. , implementation_dba_data: APPS.IGS_SV_OPT_EMPL_DUM_V ,
-
View: IGS_SV_PRGM_DUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_PRGM_DUM_V, object_name:IGS_SV_PRGM_DUM_V, status:VALID, product: IGS - Student System , description: View for fetching Program information for student. , implementation_dba_data: APPS.IGS_SV_PRGM_DUM_V ,
-
View: IGS_SV_EV_PROG_DUM_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for fetching program information for Exchange Visitor students , implementation_dba_data: Not implemented in this database ,
-
View: IGS_SV_DSCPL_ACT_BLK_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for obtaining information for the XML block describing the disciplinary actions taken on the student. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_SV_EV_UPD_BLK_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for use on XML batch for add dummy block , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_SV_CPT_EMPL_DUM_V
12.1.1
-
View: IGS_SV_OFF_EMPL_DUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_OFF_EMPL_DUM_V, object_name:IGS_SV_OFF_EMPL_DUM_V, status:VALID, product: IGS - Student System , description: View for fetching off campus employment informations for students , implementation_dba_data: APPS.IGS_SV_OFF_EMPL_DUM_V ,
-
View: IGS_SV_CPT_EMPL_DUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_CPT_EMPL_DUM_V, object_name:IGS_SV_CPT_EMPL_DUM_V, status:VALID, product: IGS - Student System , description: View for fetching CPT employment records , implementation_dba_data: APPS.IGS_SV_CPT_EMPL_DUM_V ,
-
View: IGS_SV_CPT_EMPL_DUM_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for fetching CPT employment records , implementation_dba_data: Not implemented in this database ,
-
View: IGS_SV_UPD_STDT_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_UPD_STDT_BLK_V, object_name:IGS_SV_UPD_STDT_BLK_V, status:VALID, product: IGS - Student System , description: View for obtaining information for the XML block describing the updated student information. , implementation_dba_data: APPS.IGS_SV_UPD_STDT_BLK_V ,
-
View: IGS_SV_EV_UPD_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EV_UPD_BLK_V, object_name:IGS_SV_EV_UPD_BLK_V, status:VALID, product: IGS - Student System , description: View for use on XML batch for add dummy block , implementation_dba_data: APPS.IGS_SV_EV_UPD_BLK_V ,
-
View: IGS_SV_STATUS_DUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_STATUS_DUM_V, object_name:IGS_SV_STATUS_DUM_V, status:VALID, product: IGS - Student System , description: View for fetching status information for student. , implementation_dba_data: APPS.IGS_SV_STATUS_DUM_V ,
-
View: IGS_SV_DSCPL_ACT_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_DSCPL_ACT_BLK_V, object_name:IGS_SV_DSCPL_ACT_BLK_V, status:VALID, product: IGS - Student System , description: View for obtaining information for the XML block describing the disciplinary actions taken on the student. , implementation_dba_data: APPS.IGS_SV_DSCPL_ACT_BLK_V ,
-
View: IGS_SV_STATUS_DUM_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for fetching status information for student. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_SV_UPD_STDT_BLK_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for obtaining information for the XML block describing the updated student information. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_SV_EDT_FINC_BLK_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for obtaining information for the XML block describing the financial updates made by the student. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_SV_EV_PROG_DUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EV_PROG_DUM_V, object_name:IGS_SV_EV_PROG_DUM_V, status:VALID, product: IGS - Student System , description: View for fetching program information for Exchange Visitor students , implementation_dba_data: APPS.IGS_SV_EV_PROG_DUM_V ,
-
View: IGS_SV_DPND_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_DPND_BLK_V, object_name:IGS_SV_DPND_BLK_V, status:VALID, product: IGS - Student System , description: View for obtaining information for the XML block describing the creation of the student dependent main information. , implementation_dba_data: APPS.IGS_SV_DPND_BLK_V ,
-
View: IGS_SV_EDT_FINC_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EDT_FINC_BLK_V, object_name:IGS_SV_EDT_FINC_BLK_V, status:VALID, product: IGS - Student System , description: View for obtaining information for the XML block describing the financial updates made by the student. , implementation_dba_data: APPS.IGS_SV_EDT_FINC_BLK_V ,
-
View: IGS_SV_EV_DPND_BLK_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for the creation of the Exchange Visitor dependent block in the XML file sent to SEVIS , implementation_dba_data: Not implemented in this database ,
-
View: IGS_SV_DROP_BLW_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_DROP_BLW_BLK_V, object_name:IGS_SV_DROP_BLW_BLK_V, status:VALID, product: IGS - Student System , description: View to be used for the drop below full course XML block , implementation_dba_data: APPS.IGS_SV_DROP_BLW_BLK_V ,
-
View: IGS_SV_DPND_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 dependent main information. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_SV_OFF_EMPL_DUM_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for fetching off campus employment informations for students , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_SV_OFF_EMPL_DUM_V
12.1.1
-
VIEW: APPS.IGS_SV_PRGM_DUM_V
12.1.1
-
View: IGS_SV_DROP_BLW_BLK_V
12.2.2
product: IGS - Student System (Obsolete) , description: View to be used for the drop below full course XML block , implementation_dba_data: Not implemented in this database ,
-
View: IGS_SV_EV_SOA_DUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EV_SOA_DUM_V, object_name:IGS_SV_EV_SOA_DUM_V, status:VALID, product: IGS - Student System , description: View for fetching site of activities for Exchange Visitor students , implementation_dba_data: APPS.IGS_SV_EV_SOA_DUM_V ,
-
View: IGS_SV_EV_SOA_DUM_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for fetching site of activities for Exchange Visitor students , implementation_dba_data: Not implemented in this database ,
-
View: IGS_SV_EV_UPD_FIN_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EV_UPD_FIN_BLK_V, object_name:IGS_SV_EV_UPD_FIN_BLK_V, status:VALID, product: IGS - Student System , description: View for update financial information for Exchange Visitor in the XML file being sent to SEVIS. , implementation_dba_data: APPS.IGS_SV_EV_UPD_FIN_BLK_V ,
-
VIEW: APPS.IGS_SV_UPD_STDT_BLK_V
12.1.1
-
VIEW: APPS.IGS_SV_EV_UPD_BLK_V
12.1.1
-
VIEW: APPS.IGS_SV_DSCPL_ACT_BLK_V
12.1.1
-
VIEW: APPS.IGS_SV_EV_SOA_DUM_V
12.1.1
-
VIEW: APPS.IGS_SV_EV_PROG_DUM_V
12.1.1
-
VIEW: APPS.IGS_SV_CPT_EMPL_DUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_CPT_EMPL_DUM_V, object_name:IGS_SV_CPT_EMPL_DUM_V, status:VALID,
-
VIEW: APPS.IGS_SV_OPT_EMPL_DUM_V
12.1.1
-
VIEW: APPS.IGS_SV_DPND_BLK_V
12.1.1
-
View: IGS_SV_EV_DPND_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EV_DPND_BLK_V, object_name:IGS_SV_EV_DPND_BLK_V, status:VALID, product: IGS - Student System , description: View for the creation of the Exchange Visitor dependent block in the XML file sent to SEVIS , implementation_dba_data: APPS.IGS_SV_EV_DPND_BLK_V ,
-
VIEW: APPS.IGS_SV_DROP_BLW_BLK_V
12.1.1
-
VIEW: APPS.IGS_SV_STATUS_DUM_V
12.1.1
-
TABLE: IGS.IGS_SV_PRGMS_INFO_M1R
12.1.1
owner:IGS, object_type:TABLE, object_name:IGS_SV_PRGMS_INFO_M1R, status:VALID,
-
VIEW: APPS.IGS_SV_OPT_EMPL_DUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_OPT_EMPL_DUM_V, object_name:IGS_SV_OPT_EMPL_DUM_V, status:VALID,
-
VIEW: APPS.IGS_SV_STATUS_DUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_STATUS_DUM_V, object_name:IGS_SV_STATUS_DUM_V, status:VALID,
-
VIEW: APPS.IGS_SV_PRGM_DUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_PRGM_DUM_V, object_name:IGS_SV_PRGM_DUM_V, status:VALID,
-
View: IGS_SV_EV_UPD_FIN_BLK_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for update financial information for Exchange Visitor in the XML file being sent to SEVIS. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_SV_EV_PROG_DUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EV_PROG_DUM_V, object_name:IGS_SV_EV_PROG_DUM_V, status:VALID,
-
VIEW: APPS.IGS_SV_DSCPL_ACT_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_DSCPL_ACT_BLK_V, object_name:IGS_SV_DSCPL_ACT_BLK_V, status:VALID,
-
VIEW: APPS.IGS_SV_EV_SOA_DUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EV_SOA_DUM_V, object_name:IGS_SV_EV_SOA_DUM_V, status:VALID,