Search Results hz_gender
Overview
IGS_AD_PS_APLCNTX_LKUP_V is a lookup-oriented view in the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 environments, owned by the APPS schema and part of the Oracle Student System (formerly Student Information System) product family. The IGS_ prefix and the _AD_PS_ naming convention identify it as belonging to the Admissions module, specifically the person/applicant context subsystem. The view exposes admitted-applicant and application-context attributes alongside decoded lookup meanings, and is designed to present human-readable values in conjunction with the underlying code values stored in the database.
The _LKUP_V suffix signals that the view exists primarily to resolve lookup codes into their display meanings. In this case, the lookup translation is applied to the SEX column, which is decoded against the HZ_GENDER lookup type using a scalar subquery against FND_LOOKUP_VALUES. This makes the view suitable for reports, concurrent programs, OAF pages, and integration extracts where gender must be rendered as a meaning rather than a code.
Underlying Base Objects
The documented view text shows that IGS_AD_PS_APLCNTX_LKUP_V is defined entirely over a single underlying view:
- IGS_AD_PS_APPL_APLCNTX_V (aliased as
ACACV) — the sole source object in the SELECT statement.
The ETRM metadata does not document the base tables referenced by IGS_AD_PS_APPL_APLCNTX_V; it is listed as an internal view. A secondary, non-persistent source is the Oracle Applications lookup infrastructure:
- FND_LOOKUP_VALUES — queried inline for the
MEANING_SEXcolumn, filtered byLOOKUP_TYPE = 'HZ_GENDER',VIEW_APPLICATION_ID = 222,SECURITY_GROUP_ID = 0, and the session language viaUSERENV('LANG').
Because the view layers a decode over its source, it introduces no new persistence and simply projects the context view's columns with one derived descriptive attribute.
Key Columns
- PERSON_ID — Surrogate identifier for the applicant/person record; the primary join key to person and party tables.
- ADMISSION_APPL_NUMBER — The admission application number identifying a specific application.
- NOMINATED_COURSE_CD — Code of the course nominated on the application.
- CONTEXT_BLOCK_NAME — Name of the application context block the row belongs to.
- SEX — Raw gender code from the source view.
- MEANING_SEX — Decoded gender meaning resolved from
HZ_GENDER; returns NULL whenSEXis NULL. - BIRTH_DT — Applicant's date of birth.
- ENCUMBERED_IND / DECEASED_IND — Indicator flags carried through from the applicant record.
- COMMENCEMENT_PERIOD — The admission commencement period associated with the applicant's application context (the column that matched the search term).
- ADMISSION_PROCESS_CAT — Admission process category code.
- TITLE — Applicant title.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — Standard EBS audit (WHO) columns.
Common Use Cases and Queries
This view is typically used to report on admitted applicants with their commencement period, application number, and gender presented in display form. A representative query retrieving applicant context is:
SELECT person_id, admission_appl_number, nominated_course_cd, commencement_period, sex, meaning_sex FROM apps.igs_ad_ps_aplcntx_lkup_v WHERE commencement_period = :p_period;SELECT person_id, admission_appl_number, birth_dt FROM apps.igs_ad_ps_aplcntx_lkup_v WHERE encumbered_ind = 'Y';SELECT admission_process_cat, COUNT(*) FROM apps.igs_ad_ps_aplcntx_lkup_v GROUP BY admission_process_cat;
Typical scenarios include admissions reporting by intake/commencement period, integration feeds that require a decoded gender value, and extract programs joining on PERSON_ID or ADMISSION_APPL_NUMBER. As with all APPS views, appropriate grants and a compatible language/session context are required for the HZ_GENDER lookup to resolve correctly.
-
Lookup Type: HZ_GENDER
12.1.1
product: AR - Receivables , meaning: Gender , description: The sex of a person or other being. The Tag field represents the corresponding standard ISO 5218 gender code. There is no significance that male is 1 and female is 2. ,
-
Lookup Type: HZ_GENDER
12.2.2
product: AR - Receivables , meaning: Gender , description: The sex of a person or other being. The Tag field represents the corresponding standard ISO 5218 gender code. There is no significance that male is 1 and female is 2. ,
-
VIEW: APPS.IGS_AD_PS_APLCNTX_LKUP_V
12.1.1
-
VIEW: APPS.IGS_PE_DUP_PERSON_V
12.1.1
-
VIEW: APPS.IGS_EN_ELGB_OVR_V
12.1.1
-
VIEW: APPS.IGS_FI_PARTIES_V
12.1.1
-
VIEW: APPS.IGS_PS_FAC_WL_V
12.1.1
-
VIEW: APPS.IGS_PE_PERSON_LKUPV_V
12.1.1
-
VIEW: APPS.IGS_AD_INTERFACE_V
12.1.1
-
VIEW: APPS.IGS_AD_IMP_PAR_MATCHES_V
12.1.1
-
VIEW: APPS.IGS_AS_SUAAI_HIST_V
12.1.1
-
VIEW: APPS.IGS_PE_PERSON_DTLS_V
12.1.1
-
VIEW: APPS.IGS_AS_SU_STMPTOUT_MID
12.1.1
-
View: IGS_PE_DUP_PERSON_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_PS_APLCNTX_LKUP_V
12.2.2
product: IGS - Student System (Obsolete) , description: View of IGS_AD_PS_APPL_APLCNTX_V for forms, requiring this table as a context block - Obsolete , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_PS_APLCNTX_LKUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLCNTX_LKUP_V, object_name:IGS_AD_PS_APLCNTX_LKUP_V, status:VALID, product: IGS - Student System , description: View of IGS_AD_PS_APPL_APLCNTX_V for forms, requiring this table as a context block - Obsolete , implementation_dba_data: APPS.IGS_AD_PS_APLCNTX_LKUP_V ,
-
View: IGS_PE_DUP_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_DUP_PERSON_V, object_name:IGS_PE_DUP_PERSON_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_DUP_PERSON_V ,
-
VIEW: APPS.IGS_PE_FAMILY_DTLS_V
12.1.1
-
VIEW: APPS.IGS_AS_SU_STMPTOUT_V
12.1.1
-
View: IGS_EN_ELGB_OVR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_ELGB_OVR_V, object_name:IGS_EN_ELGB_OVR_V, status:VALID, product: IGS - Student System , description: Describes the Enrollment Category Eligibility Validation Override step Details , implementation_dba_data: APPS.IGS_EN_ELGB_OVR_V ,
-
View: IGS_FI_PARTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_PARTIES_V, object_name:IGS_FI_PARTIES_V, status:VALID, product: IGS - Student System , description: Displays parties of type 'PERSON' and 'ORGANIZATION' and related context information. , implementation_dba_data: APPS.IGS_FI_PARTIES_V ,
-
View: IGS_FI_PARTIES_V
12.2.2
product: IGS - Student System (Obsolete) , description: Displays parties of type 'PERSON' and 'ORGANIZATION' and related context information. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_PERSON_LKUPV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON_LKUPV_V, object_name:IGS_PE_PERSON_LKUPV_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_PERSON_LKUPV_V ,
-
View: IGS_EN_ELGB_OVR_V
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the Enrollment Category Eligibility Validation Override step Details , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_IMP_PAR_MATCHES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_IMP_PAR_MATCHES_V, object_name:IGS_AD_IMP_PAR_MATCHES_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_IMP_PAR_MATCHES_V ,
-
View: IGS_PS_FAC_WL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_FAC_WL_V, object_name:IGS_PS_FAC_WL_V, status:VALID, product: IGS - Student System , description: This view stores the workload for the faculty. , implementation_dba_data: APPS.IGS_PS_FAC_WL_V ,
-
View: IGS_PS_FAC_WL_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view stores the workload for the faculty. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_PERSON_LKUPV_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_IMP_PAR_MATCHES_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_SS_PERSON_V
12.1.1
-
View: IGS_AS_SUAAI_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUAAI_HIST_V, object_name:IGS_AS_SUAAI_HIST_V, status:VALID, product: IGS - Student System , description: This view displays the context information for the student assessment items outcomes history. , implementation_dba_data: APPS.IGS_AS_SUAAI_HIST_V ,
-
View: IGS_AS_SU_STMPTOUT_MID
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SU_STMPTOUT_MID, object_name:IGS_AS_SU_STMPTOUT_MID, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AS_SU_STMPTOUT_MID ,
-
View: IGS_AS_SUAAI_HIST_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view displays the context information for the student assessment items outcomes history. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PE_PERSON
12.1.1
-
VIEW: APPS.IGS_PE_PERSON_SV
12.1.1
-
View: IGS_AS_SU_STMPTOUT_MID
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_PERSON_DTLS_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_SU_STMPTOUT_V
12.2.2
product: IGS - Student System (Obsolete) , description: Multi org View for student unit attempt outcome records. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_PERSON_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON_DTLS_V, object_name:IGS_PE_PERSON_DTLS_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_PERSON_DTLS_V ,
-
VIEW: APPS.IGS_PE_PERSON_V
12.1.1
-
View: IGS_AD_INTERFACE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_INTERFACE_V, object_name:IGS_AD_INTERFACE_V, status:VALID, product: IGS - Student System , description: Created using a join condition between igs_ad_interface and igs_lookups_view , implementation_dba_data: APPS.IGS_AD_INTERFACE_V ,
-
View: IGS_AD_INTERFACE_V
12.2.2
product: IGS - Student System (Obsolete) , description: Created using a join condition between igs_ad_interface and igs_lookups_view , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_FAMILY_DTLS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Obsolete - View to see the family details for the Student . , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_SU_STMPTOUT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SU_STMPTOUT_V, object_name:IGS_AS_SU_STMPTOUT_V, status:VALID, product: IGS - Student System , description: Multi org View for student unit attempt outcome records. , implementation_dba_data: APPS.IGS_AS_SU_STMPTOUT_V ,
-
View: IGS_PE_FAMILY_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_FAMILY_DTLS_V, object_name:IGS_PE_FAMILY_DTLS_V, status:VALID, product: IGS - Student System , description: Obsolete - View to see the family details for the Student . , implementation_dba_data: APPS.IGS_PE_FAMILY_DTLS_V ,
-
VIEW: APPS.IGS_AD_SS_INTPER_V
12.1.1
-
View: IGS_AD_SS_PERSON_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view retrieves the Person Information , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_PERSON_SV
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_PE_PERSON_SV is used to manipulate the secured information about persons stored in the database. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_SS_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_SS_PERSON_V, object_name:IGS_AD_SS_PERSON_V, status:VALID, product: IGS - Student System , description: This view retrieves the Person Information , implementation_dba_data: APPS.IGS_AD_SS_PERSON_V ,
-
View: IGS_PE_PERSON_SV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON_SV, object_name:IGS_PE_PERSON_SV, status:VALID, product: IGS - Student System , description: IGS_PE_PERSON_SV is used to manipulate the secured information about persons stored in the database. , implementation_dba_data: APPS.IGS_PE_PERSON_SV ,