Search Results threshold_perct
Overview
IGF_SE_AUTH_V is a supplementary view owned by the APPS schema in Oracle E-Business Suite releases 12.1.1 and 12.2.2. It belongs to the IGF product family, which supports student financial aid, grants, and sponsor-funded award processing. The view is registered in the application's FND Design Data with the identifier IGF.IGF_SE_AUTH_V and carries a VALID status.
The object is classified as a supplementary view used to simplify forms coding. Its purpose is to present a denormalized, join-ready result set that combines student authorization records with personal, biographical, address, visa, and fund detail, so that Oracle Forms blocks and concurrent programs can retrieve the complete authorization picture without embedding multiple joins. Oracle explicitly warns that customers should not query or alter data using this view, because its column list and definition may change significantly in subsequent minor or major releases.
Users searching for the column SSN_NO reach this view because it exposes the Social Security Number of the person associated with the authorization, alongside identity, visa, and award-fund attributes. This makes it a common target for reporting on student aid authorizations and for integration extracts that require the taxpayer or student identifier.
Underlying Base Objects
The ETRM documentation for the 12.2.2 view metadata does not list any documented referenced base objects, and the dependency information provided contains only the view itself. The view is, in practice, defined over the IGF authorization header tables and joined to person and address entities within the IGF schema, which is why it can surface columns such as PERSON_ID, FIRST_NAME, LAST_NAME, and the address block alongside AUTH_ID and AUTH_DATE. Because no base objects are published, the authoritative derivation must be confirmed by inspecting the view definition in the data dictionary (for example, through DBA_VIEWS, DBA_DEPENDENCIES, or the APPS FND_LOOKUPS metadata) on the specific patch level in use.
Key Columns
SSN_NOVARCHAR2(20) — Social Security Number of the person on the authorization; the column most frequently referenced in searches.PERSON_ID,FIRST_NAME,LAST_NAME— identity keys and name components of the award recipient.BIRTH_DT,SEX_MEANING,MARITAL_STATUS— demographic attributes used in eligibility determination.ADDRESS1throughCOUNTRY— mailing and residency address elements.VISA_TYPE,VISA_CATEGORY,VISA_NUMBER,VISA_EXPIRY_DT,ENTRY_DATE— international student visa data.AUTH_ID,AUTH_DATE,AUTH_START_DATE,AUTH_END_DATE— authorization identifier and its effective date range.FUND_ID,FUND_CODE,DESCRIPTION— the funding source attached to the authorization.ACCEPTED_AMNT,THRESHOLD_PERCT,THRESHOLD_VALUE— award amounts and thresholds.AW_CAL_TYPE,AW_SEQUENCE_NUMBER,AW_ALTERNATE_CODE,AW_START_DATE,AW_END_DATE— academic award period reference.- Audit columns such as
CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE, andREQUEST_ID. - Several legacy columns —
MIN_HR_RATE,MAX_HR_RATE,GOVT_SHARE_PERCT,SALARY_BASED, and allLD_*columns — are documented as no longer used.
Common Use Cases and Queries
Typical scenarios include producing authorization registers, validating student identity data for disbursement, and extracting visa or SSN information for statutory reporting. The following sample retrieves authorization, identity, and fund detail:
SELECT auth_id, auth_date, auth_start_date, auth_end_date, person_id, first_name, last_name, ssn_no, fund_code, accepted_amnt FROM apps.igf_se_auth_v WHERE auth_start_date >= :p_from_date ORDER BY auth_id;
Because the view is unsupported for direct customer access, the recommended pattern is to consume it only inside seeded Oracle Forms logic or to build a controlled custom view over the documented base tables. Confirm the live definition at the installed patch level before relying on any column, particularly SSN_NO, whose presence and length may change between 12.1.1 and 12.2.2.
-
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.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: 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: 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: 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: 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.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_AW_FUND_MAST
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_SE_GEN_001 SQL Statements
12.1.1
-
APPS.IGF_SE_AUTH_PKG SQL Statements
12.1.1
-
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_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: 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: 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_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
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_FUND_MAST, object_name:IGF_AW_FUND_MAST, status:VALID,
-
PACKAGE BODY: APPS.IGF_SE_AUTH_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_SE_GEN_001
12.1.1
-
APPS.IGF_AW_FUND_MAST_PKG SQL Statements
12.1.1
-
APPS.IGF_SE_GEN_001 dependencies on IGF_AW_FUND_MAST
12.1.1
-
PACKAGE BODY: APPS.IGF_AW_FUND_MAST_PKG
12.1.1
-
APPS.IGF_SE_GEN_001 dependencies on IGS_PE_PERSON_BASE_V
12.1.1
-
APPS.IGF_SE_GEN_001 dependencies on IGS_PE_PERSON
12.1.1
-
APPS.IGF_SE_GEN_001 dependencies on WF_PARAMETER_LIST_T
12.1.1
-
APPS.IGF_SE_GEN_001 dependencies on WF_EVENT
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,