Search Results citizenship1_id
Overview
IGS_SS_INQ_PERSON is a self-service inquiry view owned by the APPS schema within the IGS (Student System) product family of Oracle E-Business Suite. Its documented status is VALID, and it is described in the ETRM metadata as the "Self Service Inquiry Person View." The object type is a view, and the implementation exposes selected person and inquiry attributes from the underlying IGS_SS_INQ_PERSON_ALL table through a column-renaming SELECT. In practice, the view presents a denormalized, read-oriented projection of prospective or inquiry persons used by student self-service inquiry flows, reporting, and integration extracts. Because it is a view rather than a base table, it carries no independent data storage and reflects the current state of its underlying base object at query time.
Underlying Base Objects
The documented view text defines IGS_SS_INQ_PERSON over a single base object, IGS_SS_INQ_PERSON_ALL, aliased as TAB. Each output column is a direct alias of a corresponding base column, with TAB.ROWID exposed as ROW_ID. The base table is an _ALL suffixed object, which in the Oracle EBS multi-tenant convention implies the presence of an ORG_ID column supporting multi-organization or operating-unit filtering; ORG_ID is indeed projected by the view. The documented ETRM metadata lists no additional referenced base objects beyond IGS_SS_INQ_PERSON_ALL, and no joins, unions, or function-based expressions appear in the view text, so the relationship to the base object is strictly one-to-one at the row level prior to any predicate applied by the caller. No database link or synonym indirection is indicated.
Key Columns
- ROW_ID / INQ_PERSON_ID: ROW_ID carries the base table ROWID; INQ_PERSON_ID is the primary identifier of the inquiry person record.
- ORG_ID: Organization identifier supporting multi-org access and reporting segmentation.
- Name attributes: GIVEN_NAME, MIDDLE_NAME, SURNAME, PREFERRED_GIVEN_NAME, TITLE, SUFFIX, and PRE_NAME_ADJUNCT provide the full personal name structure.
- BIRTH_DT and SEX: Date of birth and gender of the inquiry person.
- ETHNIC_ORIGIN, CITIZENSHIP1_ID, CITIZENSHIP2_ID: Demographic and citizenship attributes. CITIZENSHIP2_ID is the second citizenship reference and is the column most frequently targeted by ad hoc inquiries from this view.
- REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE: Linkage to the admission application and program of interest associated with the inquiry.
- STATUS: Current status of the inquiry person record.
- Audit columns: LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN, and IMP_SOURCE_TYPE_ID record creation, modification, and import provenance.
Common Use Cases and Queries
The view is typically used for self-service inquiry, recruitment prospect reporting, and downstream extraction into data warehouses or CRM systems. Because CITIZENSHIP2_ID is commonly searched, the following query is representative:
- Filter by second citizenship: SELECT INQ_PERSON_ID, GIVEN_NAME, SURNAME, CITIZENSHIP1_ID, CITIZENSHIP2_ID, STATUS FROM APPS.IGS_SS_INQ_PERSON WHERE CITIZENSHIP2_ID IS NOT NULL AND ORG_ID = :p_org_id;
- Active inquiries by program: SELECT INQ_PERSON_ID, SURNAME, PROGRAM_ID, STATUS FROM APPS.IGS_SS_INQ_PERSON WHERE PROGRAM_ID = :p_program_id AND STATUS = 'ACTIVE';
- Recent updates for integration: SELECT INQ_PERSON_ID, LAST_UPDATE_DATE, IMP_SOURCE_TYPE_ID FROM APPS.IGS_SS_INQ_PERSON WHERE LAST_UPDATE_DATE > :p_since_date;
Queries should observe multi-org security by binding ORG_ID where the client implementation enforces operating unit access, and should reference the APPS schema prefix in production SQL.
-
View: IGS_SS_INQ_PERSON
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SS_INQ_PERSON, object_name:IGS_SS_INQ_PERSON, status:VALID, product: IGS - Student System , description: Self Service Inquiry Person View , implementation_dba_data: APPS.IGS_SS_INQ_PERSON ,
-
View: IGS_RC_IS_PERSON
12.1.1
product: IGS - Student System , description: Entry Status Organization units view , implementation_dba_data: Not implemented in this database ,
-
View: IGR_IS_PERSON
12.2.2
product: IGS - Student System (Obsolete) , description: Entry Status Organization units view , implementation_dba_data: Not implemented in this database ,
-
View: IGR_IS_PERSON
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_IS_PERSON, object_name:IGR_IS_PERSON, status:VALID, product: IGS - Student System , description: Entry Status Organization units view , implementation_dba_data: APPS.IGR_IS_PERSON ,
-
View: IGS_SS_INQ_PERSON
12.2.2
product: IGS - Student System (Obsolete) , description: Self Service Inquiry Person View , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RC_IS_PERSON
12.2.2
product: IGS - Student System (Obsolete) , description: Entry Status Organization units view , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGR_IS_PERSON
12.1.1
-
VIEW: APPS.IGS_SS_INQ_PERSON
12.1.1
-
VIEW: APPS.IGS_SS_INQ_PERSON
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SS_INQ_PERSON, object_name:IGS_SS_INQ_PERSON, status:VALID,
-
TABLE: IGS.IGS_SS_INQ_PERSON_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SS_INQ_PERSON_ALL, object_name:IGS_SS_INQ_PERSON_ALL, status:VALID,
-
TABLE: IGS.IGR_IS_PER_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGR_IS_PER_ALL, object_name:IGR_IS_PER_ALL, status:VALID,
-
VIEW: APPS.IGR_IS_PERSON
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_IS_PERSON, object_name:IGR_IS_PERSON, status:VALID,
-
APPS.IGR_IMP_001 SQL Statements
12.1.1
-
APPS.IGR_IMP_001 dependencies on IGS_PE_CITIZEN_INT
12.1.1
-
PACKAGE BODY: APPS.IGR_IMP_001
12.1.1
-
APPS.IGR_IMP_001 dependencies on FND_FILE
12.1.1
-
APPS.IGR_IMP_001 dependencies on FND_MESSAGE
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'. ,