Search Results igs_pe_passport
Overview
The IGS_PE_PASSPORT table is a component of the Oracle E-Business Suite IGS (Student System) product family, a module now classified as obsolete in the ETRM documentation set for releases 12.1.1 and 12.2.2. The table's documented purpose is to hold all passport-related information associated with a person record. In the Oracle EBS data model, this object functions as a person-level identity document store, capturing the passport details that institutions collect for applicants, students, and other constituents during admissions, registration, and visa processing workflows.
From a Data Vault modeling perspective, the heuristic classification derived from the foreign key structure is satellite-leaning. This classification suggests the table behaves primarily as a satellite attached to a person hub, carrying descriptive and time-bound attributes about a passport rather than acting as an independent business entity hub or a pure link between two hubs. The relationship to HZ_PARTIES via PERSON_ID supports this interpretation, while the presence of dependent child tables (notably IGS_PE_VISA) indicates the satellite participates in a broader document-tracking hierarchy.
Implementation notes in the metadata record that the object is not implemented in the reference database instance, which is consistent with its obsolete status. Organizations running legacy Student System deployments may still encounter the table in historical schemas.
Key Information Stored
The physical schema documents 31 columns owned by the IGS schema. The most significant columns include:
- PASSPORT_ID — The surrogate primary key, uniquely identifying each passport record. Documented as the basis of the IGS_PE_PASSPORT_PK unique index.
- PERSON_ID — Foreign key to HZ_PARTIES, linking the passport to the owning party record.
- PASSPORT_NUMBER — The passport number as issued by the governing authority.
- PASSPORT_CNTRY_CODE — The country code of the issuing authority, forming part of the business-key candidate.
- PASSPORT_EXPIRY_DATE — The expiration date of the passport.
A secondary unique index, IGS_PE_PASSPORT_U1, is defined over PERSON_ID, PASSPORT_CNTRY_CODE, and PASSPORT_NUMBER, establishing these three columns as the documented business-key candidate. This composite key enforces the natural uniqueness of a passport within a person and issuing-country combination. The remaining attributes are the standard EBS descriptive flexfield columns ATTRIBUTE_CATEGORY and ATTRIBUTE1 through ATTRIBUTE20, together with the standard Who columns: CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, and LAST_UPDATE_LOGIN.
Common Use Cases and Queries
Typical reporting and operational scenarios include retrieving all passports for a given person, identifying passports nearing expiry, and joining passport data to visa records for immigration reporting. A representative query retrieving active passport details is:
SELECT p.passport_number, p.passport_cntry_code, p.passport_expiry_date FROM igs_pe_passport p WHERE p.person_id = :person_id;- Expiry monitoring:
SELECT person_id, passport_number FROM igs_pe_passport WHERE passport_expiry_date < SYSDATE + 90; - Visa correlation: joining IGS_PE_PASSPORT to IGS_PE_VISA on PASSPORT_ID to report passport and visa status together.
Because the module is obsolete, these patterns most commonly appear in historical data migration, archival extraction, or reconciliation efforts when moving legacy Student System data to a successor platform.
Related Objects
The following objects are documented as participating in foreign key relationships with IGS_PE_PASSPORT:
- HZ_PARTIES — Referenced via IGS_PE_PASSPORT.PERSON_ID; the parent party hub supplying the person identity.
- IGS_PE_VISA — References IGS_PE_PASSPORT via IGS_PE_VISA.PASSPORT_ID; the primary dependent child table.
- IGS_PE_VISA_INT — Also references IGS_PE_PASSPORT via PASSPORT_ID; the interface variant of the visa entity.
These relationships define the satellite's position within the Student System identity and immigration document model, with HZ_PARTIES as the upstream hub and the visa tables as downstream dependents.
-
Table: IGS_PE_PASSPORT
12.2.2
product: IGS - Student System (Obsolete) , description: Table that holds all passport related information , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PE_PASSPORT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_PASSPORT, object_name:IGS_PE_PASSPORT, status:VALID, product: IGS - Student System , description: Table that holds all passport related information , implementation_dba_data: IGS.IGS_PE_PASSPORT ,
-
VIEW: APPS.IGSBV_PASSPORTS
12.1.1
-
VIEW: APPS.IGSFV_PASSPORTS
12.1.1
-
VIEW: APPS.IGS_PE_PASSPORT_V
12.1.1
-
SYNONYM: APPS.IGS_PE_PASSPORT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_PASSPORT, status:VALID,
-
VIEW: APPS.IGSFV_VISAS
12.1.1
-
Table: IGS_PE_PASSPORT_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_PASSPORT_INT, object_name:IGS_PE_PASSPORT_INT, status:VALID, product: IGS - Student System , description: Interface Table for IGS_PE_PASSPORT , implementation_dba_data: IGS.IGS_PE_PASSPORT_INT ,
-
VIEW: APPS.IGS_PE_VISA_V
12.1.1
-
Table: IGS_PE_PASSPORT_INT
12.2.2
product: IGS - Student System (Obsolete) , description: Interface Table for IGS_PE_PASSPORT , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PE_PASSPORT_PKG SQL Statements
12.1.1
-
Table: IGS_PE_VISA
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_VISA, object_name:IGS_PE_VISA, status:VALID, product: IGS - Student System , description: This is the table that will contain all information related to the visa , implementation_dba_data: IGS.IGS_PE_VISA ,
-
View: IGSBV_PASSPORTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PASSPORTS, object_name:IGSBV_PASSPORTS, status:VALID, product: IGS - Student System , description: This entity contains information about a person's passport details. , implementation_dba_data: APPS.IGSBV_PASSPORTS ,
-
PACKAGE BODY: APPS.IGS_PE_PERSON_ALIAS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PE_PERSON_ALIAS_PKG, status:VALID,
-
PACKAGE: APPS.IGS_PE_VISAPASS_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_PE_VISAPASS_PUB, status:VALID,
-
View: IGSBV_PASSPORTS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains information about a person's passport details. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_VISAS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_VISAS, object_name:IGSFV_VISAS, status:VALID, product: IGS - Student System , description: This entity contains information about a person's visa details. , implementation_dba_data: APPS.IGSFV_VISAS ,
-
PACKAGE BODY: APPS.IGS_PE_PASSPORT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PE_PASSPORT_PKG, status:VALID,
-
View: IGSFV_PASSPORTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PASSPORTS, object_name:IGSFV_PASSPORTS, status:VALID, product: IGS - Student System , description: This entity contains information about a person's passport details. , implementation_dba_data: APPS.IGSFV_PASSPORTS ,
-
Table: IGS_PE_VISA
12.2.2
product: IGS - Student System (Obsolete) , description: This is the table that will contain all information related to the visa , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_PASSPORTS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains information about a person's passport details. , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_PE_PASSPORT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_PASSPORT, object_name:IGS_PE_PASSPORT, status:VALID,
-
PACKAGE BODY: APPS.IGS_PE_VISAPASS_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PE_VISAPASS_PUB, status:VALID,
-
PACKAGE BODY: APPS.IGS_PE_VISA_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PE_VISA_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_TEST_RESULTS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_TEST_RESULTS_PKG, status:VALID,
-
View: IGS_PE_PASSPORT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PASSPORT_V, object_name:IGS_PE_PASSPORT_V, status:VALID, product: IGS - Student System , description: View designed to retrieve all the passport records stored for a person , implementation_dba_data: APPS.IGS_PE_PASSPORT_V ,
-
PACKAGE BODY: APPS.IGS_PE_PERS_DISABLTY_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PE_PERS_DISABLTY_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_SV_NI_BATCH_PROCESS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_SV_NI_BATCH_PROCESS_PKG, status:VALID,
-
View: IGS_PE_PASSPORT_V
12.2.2
product: IGS - Student System (Obsolete) , description: View designed to retrieve all the passport records stored for a person , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_VISAS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains information about a person's visa details. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_VISA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_VISA_V, object_name:IGS_PE_VISA_V, status:VALID, product: IGS - Student System , description: This view is designed to retrieve all information on the visas that are stored for a person. , implementation_dba_data: APPS.IGS_PE_VISA_V ,
-
VIEW: APPS.IGSFV_PASSPORTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PASSPORTS, object_name:IGSFV_PASSPORTS, status:VALID,
-
PACKAGE BODY: APPS.IGS_PE_PERSON_SS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PE_PERSON_SS_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_SV_BATCH_PROCESS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_SV_BATCH_PROCESS_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_IMP_026
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_IMP_026, status:VALID,
-
VIEW: APPS.IGSBV_PASSPORTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PASSPORTS, object_name:IGSBV_PASSPORTS, status:VALID,
-
View: IGS_PE_VISA_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is designed to retrieve all information on the visas that are stored for a person. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_PE_PASSPORT_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_SS_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_SS_GEN_001, status:VALID,
-
VIEW: APPS.IGS_PE_PASSPORT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PASSPORT_V, object_name:IGS_PE_PASSPORT_V, status:VALID,
-
VIEW: APPS.IGSFV_VISAS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_VISAS, object_name:IGSFV_VISAS, status:VALID,
-
VIEW: APPS.IGS_PE_VISA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_VISA_V, object_name:IGS_PE_VISA_V, status:VALID,
-
TABLE: IGS.IGS_PE_PASSPORT_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_PASSPORT_INT, object_name:IGS_PE_PASSPORT_INT, status:VALID,
-
APPS.IGS_AD_IMP_026 SQL Statements
12.1.1
-
APPS.IGS_PE_VISAPASS_PUB SQL Statements
12.1.1
-
APPS.IGS_PE_PERSON_ALIAS_PKG dependencies on IGS_PE_PASSPORT
12.1.1
-
APPS.IGS_PE_VISAPASS_PUB dependencies on IGS_PE_PASSPORT
12.1.1
-
APPS.IGS_AD_IMP_026 dependencies on IGS_PE_PASSPORT
12.1.1
-
APPS.PQP_HRTCA_INTEGRATION SQL Statements
12.2.2
-
APPS.PQP_HRTCA_INTEGRATION SQL Statements
12.1.1