Search Results fee_payer_code
Overview
IGSFV_UC_APPLICANTS is a full view owned by the APPS schema within the IGS (Student System) product of Oracle E-Business Suite. In ETRM 12.2.2 it is documented with a status of VALID and is described as the "Full View for UCAS Applicant Details." Its purpose is to expose, in a single denormalized result set, the attributes captured by the Oracle Student System for applicants received through UCAS (the UK Universities and Colleges Admissions Service) and similar admissions routes. Rather than forcing report authors and integrators to join several normalized applicant tables, the view maps internal column names to recognizable UCAS-oriented aliases, making it suitable for operational reporting, extracts, and inbound/outbound integration with admissions systems.
The view behaves identically in Oracle EBS 12.1.1 and 12.2.2 in terms of its column list and semantics; differences between the releases lie in the underlying table definitions and patching level rather than in the view contract itself. Note that the view name carries the "FV" (full view) prefix convention common in the IGS data model, indicating an uncompressed, all-columns projection.
Underlying Base Objects
The ETRM metadata for this object records no documented referenced base objects. Based on the view text and standard IGS schema conventions, the projection is drawn from the UCAS applicant base entity in the IGS data model — the IGS_UC_APPLICANTS table (and its associated address, qualification, and reply detail tables in the fuller implementation). The column aliasing pattern (for example, AP.APP_ID APPLICANT_ID, AP.ROUTE_B ROUTE_B_FLAG) confirms a single driving base table aliased as AP, with each physical column renamed to a business-friendly label.
Because the metadata records no other documented base objects, treat the view as a thin wrapper over the applicant table. Where the deployed view joins additional tables (personal details, domicile, qualifications), those joins are implicit and should be verified against the APPS.IGSFV_UC_APPLICANTS view text in the target instance before relying on them.
Key Columns
APPLICANT_ID(APP_ID),PERSONAL_ID, andOSS_PERSON_ID— primary and cross-reference identifiers linking the applicant to the person record.UCAS_APPLICANT_NUMBERandUCAS_APPLICANT_CHECK_DIGIT— the UCAS applicant number and its check digit.ROUTE_B_FLAG(ROUTE_B) — the Route B indicator, frequently searched for the string "route_b_flag"; identifies applicants processed via the Route B admissions path.FEE_PAYER_CODE,FEE_TEXT,DOMICILE_CODE,RESIDENTIAL_CATEGORY— fee and residency classification attributes.APPLICATION_DATE,APPLICATION_SENT_DATE,APPLICATION_SENT_RUN,APPLICATION_SOURCE— submission and processing traceability.QUAL_BTEC_FLAG,QUAL_ILC_FLAG,QUAL_AILC_FLAG,QUAL_IB_FLAG,OTHER_EXAMINATION_QUAL_FLAG,QUAL_NUM_WINTER_A_LEVELS,QUAL_NUM_PREVIOUS_QUALS— qualification profile flags and counts.ELECTRONIC_APPL_SYSTEM_FLAG,RECORD_OF_ACHEIVEMENT_FLAG,MANUAL_QUAL_CHECK— application channel and manual-check indicators.FIRM_CHOICE_NUMBER,FIRM_REPLY,INSURANCE_REPLY,CONFIRMATION_HIST_FIRM_REPLY,CONFIRMATION_HIST_INSU_REPLY— choice and reply history.APPLICANT_STATUS,WITHDRAWN,WITHDRAWN_DATE,RELEASE_TO_CLEARING_REASON— status and clearing attributes.PERSONAL_STATEMENT,PREVIOUS_SURNAME,CRIMINAL_CONVICTIONS_FLAG,UK_ENTRY_DATE— personal declaration fields.
Common Use Cases and Queries
Typical scenarios include reporting on applicants by admission route, reconciling UCAS submissions, driving clearing and confirmation processes, and extracting applicant data for downstream systems. Because Route B is a distinct admissions pathway, queries filtering on the route flag are common.
- Applicants on the Route B path:
SELECT applicant_id, ucas_applicant_number, applicant_status FROM apps.igsfv_uc_applicants WHERE route_b_flag = 'Y';
- Electronic applicants with their status and fee code:
SELECT ucas_applicant_number, applicant_status, fee_payer_code FROM apps.igsfv_uc_applicants WHERE electronic_appl_system_flag = 'Y';
- Withdrawn or clearing applicants:
SELECT applicant_id, withdrawn_date, release_to_clearing_reason FROM apps.igsfv_uc_applicants WHERE withdrawn = 'Y';
Always apply the standard EBS security context and confirm the deployed view text, since the documented ETRM metadata for this object does not enumerate all base objects.
-
View: IGSFV_UC_APPLICANTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UC_APPLICANTS, object_name:IGSFV_UC_APPLICANTS, status:VALID, product: IGS - Student System , description: Full View for UCAS Applicant Details , implementation_dba_data: APPS.IGSFV_UC_APPLICANTS ,
-
View: IGSFV_UC_APPLICANTS
12.2.2
product: IGS - Student System (Obsolete) , description: Full View for UCAS Applicant Details , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_UC_APPLICANTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UC_APPLICANTS, object_name:IGSBV_UC_APPLICANTS, status:VALID, product: IGS - Student System , description: Base view for UCAS Applicant details , implementation_dba_data: APPS.IGSBV_UC_APPLICANTS ,
-
View: IGSBV_UC_APPLICANTS
12.2.2
product: IGS - Student System (Obsolete) , description: Base view for UCAS Applicant details , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_UC_APPLICANTS
12.1.1
-
VIEW: APPS.IGSFV_UC_APPLICANTS
12.1.1
-
View: IGS_UC_APPL_DTLS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Selects the Application , Application choice and clearing details for the applicants you can see , implementation_dba_data: Not implemented in this database ,
-
View: IGS_UC_APPL_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_UC_APPL_DTLS_V, object_name:IGS_UC_APPL_DTLS_V, status:VALID, product: IGS - Student System , description: Selects the Application , Application choice and clearing details for the applicants you can see , implementation_dba_data: APPS.IGS_UC_APPL_DTLS_V ,
-
VIEW: APPS.IGSBV_UC_APPLICANTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UC_APPLICANTS, object_name:IGSBV_UC_APPLICANTS, status:VALID,
-
VIEW: APPS.IGSFV_UC_APPLICANTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UC_APPLICANTS, object_name:IGSFV_UC_APPLICANTS, status:VALID,
-
TABLE: IGS.IGS_UC_APPLICANTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_APPLICANTS, object_name:IGS_UC_APPLICANTS, status:VALID,
-
VIEW: APPS.IGS_UC_APPL_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_UC_APPL_DTLS_V, object_name:IGS_UC_APPL_DTLS_V, status:VALID,
-
APPS.IGS_UC_APPLICANTS_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_UC_APPLICANTS_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'. ,