Search Results salary_based
Overview
IGFBV_STUDENT_AUTHORIZATIONS is a base database view within the IGF (Financial Aid) product family of Oracle E-Business Suite. The ETRM metadata classifies the owning module as IGF - Financial Aid (Obsolete), indicating that the functionality has been retired from the supported product line yet remains documented for historical, upgrade, and migration reference. The view is described as the "Base view for the entity that holds Student Work Authorizations." In practice, it presents a read-only projection of student employment authorization records, combining personal, demographic, visa, wage, and award-funding attributes into a single queryable structure suited to reporting and integration rather than transactional data entry.
The view is defined with a WITH READ ONLY clause, so it cannot be used as a DML target; it exists purely for retrieval. Because it collapses student identity, immigration status, hourly-rate thresholds, and funding references into one row per authorization, it is well suited to concurrent-program extracts, custom reports, and interfaces that downstream systems use to pull work-study or student payroll data.
Underlying Base Objects
Per the documented view text, IGFBV_STUDENT_AUTHORIZATIONS is defined over a single base table, IGF_SE_AUTH, aliased as SEAUT. The ETRM metadata records "Referenced base objects: none documented," but the view SQL explicitly establishes the dependency on IGF_SE_AUTH. All 39 projected columns map directly to columns on that table, and no joins, unions, or aggregations are present, making this a straightforward single-table view.
The ETRM entry also notes "Not implemented in this database," meaning the object may be absent in a given instance, particularly where the Financial Aid module was never installed or was removed during an upgrade. The view is documented against ETRM 12.2.2; because it is an IGF object, availability on 12.1.1 versus 12.2.2 depends on whether the obsolete Financial Aid schemas were carried forward in the instance.
Key Columns
The view exposes a broad set of attributes. Notable groups include:
- Identity and demographics: FIRST_NAME, LAST_NAME, SSN_NO, BIRTH_DT, SEX, MARITAL_STATUS, and the multi-line address fields (ADDRESS1 through COUNTRY).
- Immigration data: VISA_TYPE, VISA_CATEGORY, VISA_NUMBER, VISA_EXPIRY_DT, and ENTRY_DATE, used to establish work eligibility.
- Compensation controls: MIN_HR_RATE, MAX_HR_RATE, THRESHOLD_PERCT, THRESHOLD_VALUE, GOVT_SHARE_PERCT, and SALARY_BASED — the flag central to salary-based authorizations, distinguishing salary-driven awards from hourly arrangements.
- Award and funding references: ACCEPTED_AMNT, FUND_ID, AUTHORIZATION_ID, PERSON_ID, SEQUENCE_NO, and the AW_/LD_ calendar-type and sequence pairs that link the authorization to award and load periods.
- Audit columns: CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, plus FLAG (presented as ACTIVE_FLAG).
Common Use Cases and Queries
Typical reporting retrieves salary-based authorizations or reconciles awards against funding. For example, listing active salary-based records:
SELECT AUTHORIZATION_ID, PERSON_ID, LAST_NAME, SALARY_BASED, GOVT_SHARE_PERCT
FROM IGFBV_STUDENT_AUTHORIZATIONS
WHERE SALARY_BASED = 'Y' AND ACTIVE_FLAG = 'Y';
Analysts also join on PERSON_ID, FUND_ID, or AW_CALANDAR_TYPE to enrich extracts, and use MIN_HR_RATE / MAX_HR_RATE to validate payroll against authorized thresholds. Because the view is read-only, all such usage is confined to query and extract operations.
-
View: IGFBV_STUDENT_AUTHORIZATIONS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base view for the entity that holds Student Work Authorizations , implementation_dba_data: Not implemented in this database ,
-
View: IGFBV_STUDENT_AUTHORIZATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_STUDENT_AUTHORIZATIONS, object_name:IGFBV_STUDENT_AUTHORIZATIONS, status:VALID, product: IGF - Financial Aid , description: Base view for the entity that holds Student Work Authorizations , implementation_dba_data: APPS.IGFBV_STUDENT_AUTHORIZATIONS ,
-
View: IGFFV_STUDENT_AUTHORIZATIONS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds Student Work Authorizations , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_SE_AUTH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SE_AUTH_V, object_name:IGF_SE_AUTH_V, status:VALID,
-
View: IGFFV_STUDENT_AUTHORIZATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_STUDENT_AUTHORIZATIONS, object_name:IGFFV_STUDENT_AUTHORIZATIONS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Student Work Authorizations , implementation_dba_data: APPS.IGFFV_STUDENT_AUTHORIZATIONS ,
-
VIEW: APPS.IGFBV_STUDENT_AUTHORIZATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_STUDENT_AUTHORIZATIONS, object_name:IGFBV_STUDENT_AUTHORIZATIONS, status:VALID,
-
View: IGF_SE_AUTH_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: The entity contains the authorization details sent to the interface layer. This entity also at the same time has the history or inactive authorization records. At one line only one authorization record can remain active. , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SE_AUTH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SE_AUTH_V, object_name:IGF_SE_AUTH_V, status:VALID, product: IGF - Financial Aid , description: The entity contains the authorization details sent to the interface layer. This entity also at the same time has the history or inactive authorization records. At one line only one authorization record can remain active. , implementation_dba_data: APPS.IGF_SE_AUTH_V ,
-
VIEW: APPS.IGFFV_STUDENT_AUTHORIZATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_STUDENT_AUTHORIZATIONS, object_name:IGFFV_STUDENT_AUTHORIZATIONS, status:VALID,
-
TABLE: IGF.IGF_SE_AUTH
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SE_AUTH, object_name:IGF_SE_AUTH, status:VALID,
-
View: IGF_AW_FUND_MAST
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_FUND_MAST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_FUND_MAST, object_name:IGF_AW_FUND_MAST, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_AW_FUND_MAST ,
-
View: IGF_SP_FUND_MAST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SP_FUND_MAST_V, object_name:IGF_SP_FUND_MAST_V, status:VALID, product: IGF - Financial Aid , description: Stores Details and the properties of all the funds , implementation_dba_data: APPS.IGF_SP_FUND_MAST_V ,
-
View: IGF_AW_FUND_MAST_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores all the details and the properties for each fund , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SP_FUND_MAST_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores Details and the properties of all the funds , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_FUND_MAST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_FUND_MAST_V, object_name:IGF_AW_FUND_MAST_V, status:VALID, product: IGF - Financial Aid , description: Stores all the details and the properties for each fund , implementation_dba_data: APPS.IGF_AW_FUND_MAST_V ,
-
VIEW: APPS.IGF_SP_FUND_MAST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SP_FUND_MAST_V, object_name:IGF_SP_FUND_MAST_V, status:VALID,
-
TABLE: IGF.IGF_AW_FUND_MAST_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_FUND_MAST_ALL, object_name:IGF_AW_FUND_MAST_ALL, status:VALID,
-
VIEW: APPS.IGF_AW_FUND_MAST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_FUND_MAST_V, object_name:IGF_AW_FUND_MAST_V, status:VALID,
-
VIEW: APPS.IGF_AW_FUND_MAST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_FUND_MAST, object_name:IGF_AW_FUND_MAST, status:VALID,
-
APPS.IGF_AW_FUND_MAST_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_AW_FUND_MAST_PKG
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,