Search Results school_code
Overview
APPS.PER_JP_SCHOOL_LOOKUPS_V is a supplementary database view defined in the APPS schema of Oracle E-Business Suite, documented as VALID in Release 12.1.1 and 12.2.2. It belongs to the Oracle Human Resources (PER) product family and supports the Japanese localization of Oracle HRMS, specifically the school and major qualification lookups used on employee and applicant records. Functionally, the view exposes descriptive information about Japanese educational institutions (schools) and their associated academic majors, so that Oracle Forms screens and concurrent programs can present and validate that data without embedding complex join logic in each form. It is registered in FND Design Data (PER.PER_JP_SCHOOL_LOOKUPS_V) and is explicitly described as "a supplementary view used to simplify forms coding." ETRM documentation carries a standing warning: Oracle does not recommend querying or altering data through this view, since its definition may change dramatically in subsequent minor or major releases. The user's search term, "school_code," maps directly to the SCHOOL_CODE column surfaced by this view — the short alphanumeric identifier used to distinguish one school from another within the Japanese school lookup data.
Underlying Base Objects
The view is defined over the base object PER_JP_SCHOOL_LOOKUPS, exposed through an APPS synonym. This is the single documented dependency; the view does not itself reference additional tables or views. In practice, the base lookup table stores the Japanese school and major master data (codes, names, kana-name variants), while PER_JP_SCHOOL_LOOKUPS_V presents that data in a denormalized, forms-friendly row shape. ETRM records note that PER_JP_SCHOOL_LOOKUPS_V is not referenced by any other database object, confirming it is a leaf-level read-only convenience view rather than a foundational object used elsewhere in the schema. Because the ETRM source lists only PER_JP_SCHOOL_LOOKUPS as the referenced base object, any interpretation of the derived columns (such as ROW_ID) should be treated as a view affordance rather than a true physical column on the table.
Key Columns
The view returns fourteen columns, which can be grouped as follows:
- ROW_ID (VARCHAR2, 18) — Row identifier, used by Oracle Forms for record navigation.
- SCHOOL_ID (VARCHAR2, 11) — Unique identifier for a school record.
- SCHOOL_TYPE (VARCHAR2) — Classification of the school (for example, category or level).
- SCHOOL_CODE (VARCHAR2) — The code the user searched on; the user-facing short identifier for the school.
- SCHOOL_NAME (VARCHAR2, 80) — School name in the standard Japanese character set.
- SCHOOL_NAME_KANA (VARCHAR2, 300) — School name in kana, used for phonetic matching and sorting.
- MAJOR_CODE (VARCHAR2) — Code identifying the major, department, or course of study.
- MAJOR (VARCHAR2, 50) — Major name.
- MAJOR_KANA (VARCHAR2, 180) — Major name in kana.
- Audit columns — CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN (Who columns inherited from the base record).
Common Use Cases and Queries
Typical uses include extracting school and major lists for HR or applicant reporting, validating employee education records against school codes, and building integrations or data extracts for Japanese localization requirements. A participant's SCHOOL_CODE is generally resolved against this view to obtain the descriptive SCHOOL_NAME and SCHOOL_NAME_KANA. A representative query is:
SELECT school_id, school_code, school_name, school_name_kana, major_code, major, major_kana FROM apps.per_jp_school_lookups_v WHERE school_code = :school_code;SELECT school_code, school_name FROM apps.per_jp_school_lookups_v ORDER BY school_name_kana;
Because ETRM classifies this as a forms-support view, direct querying is discouraged for production interfaces; where stability is required, the underlying PER_JP_SCHOOL_LOOKUPS table or a controlled custom view should be used instead.
-
VIEW: APPS.PER_JP_SCHOOL_LOOKUPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_JP_SCHOOL_LOOKUPS_V, object_name:PER_JP_SCHOOL_LOOKUPS_V, status:VALID,
-
VIEW: APPS.PER_JP_SCHOOL_LOOKUPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_JP_SCHOOL_LOOKUPS_V, object_name:PER_JP_SCHOOL_LOOKUPS_V, status:VALID,
-
View: PER_JP_SCHOOL_LOOKUPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_JP_SCHOOL_LOOKUPS_V, object_name:PER_JP_SCHOOL_LOOKUPS_V, status:VALID, product: PER - Human Resources , description: This view is used to display Japanese school information. , implementation_dba_data: APPS.PER_JP_SCHOOL_LOOKUPS_V ,
-
View: PER_JP_SCHOOL_LOOKUPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_JP_SCHOOL_LOOKUPS_V, object_name:PER_JP_SCHOOL_LOOKUPS_V, status:VALID, product: PER - Human Resources , description: This view is used to display Japanese school information. , implementation_dba_data: APPS.PER_JP_SCHOOL_LOOKUPS_V ,
-
VIEW: APPS.IGFBV_DL_YTD_SUMMARY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_DL_YTD_SUMMARY, object_name:IGFBV_DL_YTD_SUMMARY, status:VALID,
-
VIEW: APPS.IGFFV_DL_YTD_SUMMARY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_DL_YTD_SUMMARY, object_name:IGFFV_DL_YTD_SUMMARY, status:VALID,
-
View: IGFBV_DL_YTD_SUMMARY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_DL_YTD_SUMMARY, object_name:IGFBV_DL_YTD_SUMMARY, status:VALID, product: IGF - Financial Aid , description: Base view for the entity that holds Year to Date Direct Loan Summary , implementation_dba_data: APPS.IGFBV_DL_YTD_SUMMARY ,
-
View: IGFFV_DL_YTD_SUMMARY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_DL_YTD_SUMMARY, object_name:IGFFV_DL_YTD_SUMMARY, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Year to Date Direct Loan Summary , implementation_dba_data: APPS.IGFFV_DL_YTD_SUMMARY ,
-
View: IGFFV_DL_YTD_SUMMARY
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds Year to Date Direct Loan Summary , implementation_dba_data: Not implemented in this database ,
-
View: IGFBV_DL_YTD_SUMMARY
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base view for the entity that holds Year to Date Direct Loan Summary , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGFBV_DL_YTD_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_DL_YTD_DETAILS, object_name:IGFBV_DL_YTD_DETAILS, status:VALID,
-
TABLE: IGF.IGF_DB_YTD_SMR_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_DB_YTD_SMR_ALL, object_name:IGF_DB_YTD_SMR_ALL, status:VALID,
-
View: IGFBV_DL_YTD_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_DL_YTD_DETAILS, object_name:IGFBV_DL_YTD_DETAILS, status:VALID, product: IGF - Financial Aid , description: Base view for the entity that holds Year to Date Direct Loan Details , implementation_dba_data: APPS.IGFBV_DL_YTD_DETAILS ,
-
VIEW: APPS.IGF_DB_YTD_SMR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_DB_YTD_SMR, object_name:IGF_DB_YTD_SMR, status:VALID,
-
View: IGFBV_DL_YTD_DETAILS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base view for the entity that holds Year to Date Direct Loan Details , implementation_dba_data: Not implemented in this database ,
-
View: IGF_DB_YTD_SMR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_DB_YTD_SMR, object_name:IGF_DB_YTD_SMR, status:VALID, product: IGF - Financial Aid , description: Stores the summary of the year to date data for disbursement , implementation_dba_data: APPS.IGF_DB_YTD_SMR ,
-
View: IGF_DB_YTD_SMR
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores the summary of the year to date data for disbursement , implementation_dba_data: Not implemented in this database ,
-
View: IGF_DB_YTD_DTL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_DB_YTD_DTL, object_name:IGF_DB_YTD_DTL, status:VALID, product: IGF - Financial Aid , description: Stores the data loaded through the year to date disbursement data file. , implementation_dba_data: APPS.IGF_DB_YTD_DTL ,
-
VIEW: APPS.IGFFV_DL_YTD_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_DL_YTD_DETAILS, object_name:IGFFV_DL_YTD_DETAILS, status:VALID,
-
VIEW: APPS.IGF_DB_YTD_DTL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_DB_YTD_DTL, object_name:IGF_DB_YTD_DTL, status:VALID,
-
View: IGFFV_DL_YTD_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_DL_YTD_DETAILS, object_name:IGFFV_DL_YTD_DETAILS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Year to Date Direct Loan Details , implementation_dba_data: APPS.IGFFV_DL_YTD_DETAILS ,
-
View: IGF_DB_YTD_DTL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores the data loaded through the year to date disbursement data file. , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGF.IGF_DB_YTD_DTL_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_DB_YTD_DTL_ALL, object_name:IGF_DB_YTD_DTL_ALL, status:VALID,
-
View: IGFFV_DL_YTD_DETAILS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds Year to Date Direct Loan Details , implementation_dba_data: Not implemented in this database ,
-
View: PER_ASSIGNMENTS_V3
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ASSIGNMENTS_V3, object_name:PER_ASSIGNMENTS_V3, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_ASSIGNMENTS_V3 ,
-
View: PER_ASSIGNMENTS_V3
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ASSIGNMENTS_V3, object_name:PER_ASSIGNMENTS_V3, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_ASSIGNMENTS_V3 ,
-
VIEW: APPS.PER_ASSIGNMENTS_V3
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ASSIGNMENTS_V3, object_name:PER_ASSIGNMENTS_V3, status:VALID,
-
VIEW: APPS.PER_ASSIGNMENTS_V3
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ASSIGNMENTS_V3, object_name:PER_ASSIGNMENTS_V3, status:VALID,
-
APPS.IGF_DB_YTD_SMR_PKG SQL Statements
12.1.1
-
APPS.IGF_DB_YTD_DTL_PKG SQL Statements
12.1.1
-
VIEW: APPS.PER_ASSIGNMENTS_V3
12.2.2
-
VIEW: APPS.PER_ASSIGNMENTS_V3
12.1.1
-
PACKAGE BODY: APPS.IGF_DB_YTD_SMR_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_DB_YTD_DTL_PKG
12.1.1
-
APPS.IGF_AP_ISIR_MATCHED_PKG dependencies on HZ_RELATIONSHIPS
12.1.1
-
PACKAGE BODY: APPS.IGF_AP_ISIR_MATCHED_PKG
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
eTRM - PER Tables and Views
12.2.2
description: Table to store NQF Training info for a person ,
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,