Search Results igf_se_gen_001
Overview
IGF_SE_GEN_001 is a PL/SQL package owned by the APPS schema in Oracle E-Business Suite Release 12.1.1 and 12.2.2. It belongs to the Oracle Student Financial Aid (formerly Student System / Financial Aid) product family, whose objects are prefixed with IGF_. The package functions as a generation and processing utility for student financial aid disbursements, with particular emphasis on work authorization and payment handling. Its classification in the ETRM repository is OTHER, indicating that it is not a published public API but an internal component used by other financial aid packages and concurrent processes. The package status is VALID, and it references a mixture of financial aid base tables, payment tables, award and fund master tables, and person/party tables drawn from the Trading Community Architecture (HZ) and Student System (IGS) schemas.
Key Procedures and Functions
The package exposes five documented procedures and functions:
- SEND_WORK_AUTH — Generates and dispatches a work authorization record, typically relating a student's award to an authorization used to permit payment or work activity.
- SEND_WORK_AUTH_JOB — A concurrent-program style entry point that processes work authorization generation in batch, invoking the same logic as SEND_WORK_AUTH across a set of records.
- PAYROLL_UPLAOD — Uploads payroll-related financial aid data into the payment tables. The misspelling (UPLAOD rather than UPLOAD) is preserved in the actual object name and must be used in any direct call.
- PAYROLL_ADJUST — Applies adjustments to payroll-derived payment records, reconciling amounts against the financial aid payment and payment interface tables.
- SE_NOTIFY — Issues a notification associated with student financial aid events, using party and person data to identify recipients.
Each procedure interacts primarily with the IGF_SE_AUTH, IGF_SE_PAYMENT, and IGF_SE_PAYMENT_INT tables, and with the award and fund master tables for validation and lookup.
Tables Accessed
The package reads and writes through APPS synonyms of the following base objects:
- IGF_SE_AUTH and IGF_SE_AUTH_S1 — Student financial aid authorization records and their sequence, central to the work authorization procedures.
- IGF_SE_PAYMENT and IGF_SE_PAYMENT_INT — Payment and payment interface tables written by the payroll upload and adjustment logic.
- IGF_AW_AWARD_ALL, IGF_AW_FUND_MAST_ALL, IGF_AW_FUND_CAT_ALL — Award, fund master, and fund category data used to validate and derive authorization and payment amounts.
- IGF_AP_FA_BASE_REC_ALL — The base financial aid recipient record linking a person to their aid records.
- HZ_PARTIES and HZ_PERSON_PROFILES — Trading Community person data used for party identification and notification.
- IGS_CA_INST, IGS_PE_PERSON_ID_TYP, IGS_PE_RES_CHG_S, IGS_PE_VISA, IGS_PE_VISIT_HISTRY — Student System person, residency, visa, and visitor history data used in eligibility determination.
- DUAL — Standard single-row utility table for PL/SQL and SQL expression evaluation.
Usage Notes
IGF_SE_GEN_001 is an internal financial aid component rather than a supported public API. It is referenced by two other packages: IGF_AW_LI_IMPORT and IGF_SE_PAYMENT_PKG, the latter being the principal payment processing package. Customizations should therefore prefer calling IGF_SE_PAYMENT_PKG or the standard concurrent programs rather than invoking IGF_SE_GEN_001 directly, since Oracle does not guarantee the stability of its signature across patches or upgrades. When diagnosing issues, note that work authorization logic is triggered from the financial aid forms and from batch jobs using SEND_WORK_AUTH_JOB, while payroll upload and adjustment are normally reached through the payment processing flows. Because the package writes to payment and payment interface tables, any custom call must respect existing validation and commit logic to avoid orphaned or duplicate payment records.
-
SYNONYM: APPS.IGF_SE_PAYMENT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_SE_PAYMENT, status:VALID,
-
SYNONYM: APPS.IGF_SE_PAYMENT_INT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_SE_PAYMENT_INT, status:VALID,
-
PACKAGE: APPS.IGF_SE_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_SE_GEN_001, status:VALID,
-
SYNONYM: APPS.IGF_SE_AUTH
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_SE_AUTH, status:VALID,
-
PACKAGE BODY: APPS.IGF_SE_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SE_GEN_001, status:VALID,
-
PACKAGE: APPS.IGF_SE_GEN_001
12.1.1
-
Concurrent Program: IGFSEJ02
12.2.2
execution_filename: igf_se_gen_001.payroll_uplaod , product: IGF - Financial Aid (Obsolete) , user_name: Upload Payment Details , description: Upload Payment Details , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
SYNONYM: APPS.IGS_PE_RES_CHG_S
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_RES_CHG_S, status:VALID,
-
SYNONYM: APPS.IGF_SE_AUTH_S1
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_SE_AUTH_S1, status:VALID,
-
PACKAGE: APPS.IGF_SE_PAYMENT_INT_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_SE_PAYMENT_INT_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGF_SE_PAYMENT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SE_PAYMENT_PKG, status:VALID,
-
Concurrent Program: IGFSEJ01
12.1.1
execution_filename: igf_se_gen_001.send_work_auth_job , product: IGF - Financial Aid , user_name: Send Work Authorization , description: Send Work Authorization , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: IGFSEJ01
12.2.2
execution_filename: igf_se_gen_001.send_work_auth_job , product: IGF - Financial Aid (Obsolete) , user_name: Send Work Authorization , description: Send Work Authorization , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: IGFSEJ02
12.1.1
execution_filename: igf_se_gen_001.payroll_uplaod , product: IGF - Financial Aid , user_name: Upload Payment Details , description: Upload Payment Details , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
PACKAGE: APPS.IGF_SE_PAYMENT_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_SE_PAYMENT_PKG, status:VALID,
-
PACKAGE: APPS.IGF_SE_AUTH_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_SE_AUTH_PKG, status:VALID,
-
SYNONYM: APPS.IGF_AW_FUND_MAST_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_FUND_MAST_ALL, status:VALID,
-
SYNONYM: APPS.IGS_PE_VISIT_HISTRY
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_VISIT_HISTRY, status:VALID,
-
SYNONYM: APPS.IGF_AW_AWARD_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_AWARD_ALL, status:VALID,
-
PACKAGE: APPS.IGF_AP_GEN
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AP_GEN, status:VALID,
-
SYNONYM: APPS.IGS_PE_VISA
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_VISA, status:VALID,
-
VIEW: APPS.IGF_AW_AWDS_SUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_AWDS_SUM_V, object_name:IGF_AW_AWDS_SUM_V, status:VALID,
-
SYNONYM: APPS.IGF_AP_FA_BASE_REC_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AP_FA_BASE_REC_ALL, status:VALID,
-
VIEW: APPS.IGF_AW_AWARD
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_AWARD, object_name:IGF_AW_AWARD, status:VALID,
-
PACKAGE: APPS.IGF_AW_AWARD_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AW_AWARD_PKG, status:VALID,
-
SYNONYM: APPS.IGS_PE_PERSON_ID_TYP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_PERSON_ID_TYP, status:VALID,
-
PACKAGE BODY: APPS.IGF_AW_LI_IMPORT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AW_LI_IMPORT, status:VALID,
-
APPS.IGF_SE_GEN_001 SQL Statements
12.1.1
-
SYNONYM: APPS.IGF_AW_FUND_CAT_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_FUND_CAT_ALL, status:VALID,
-
VIEW: APPS.IGS_PE_ALT_PERS_ID_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_ALT_PERS_ID_V, object_name:IGS_PE_ALT_PERS_ID_V, status:VALID,
-
VIEW: APPS.IGF_AW_FUND_CAT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_FUND_CAT, object_name:IGF_AW_FUND_CAT, status:VALID,
-
VIEW: APPS.IGF_SE_WORK_AWD_PRG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SE_WORK_AWD_PRG_V, object_name:IGF_SE_WORK_AWD_PRG_V, status:VALID,
-
PACKAGE BODY: APPS.IGF_SE_GEN_001
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.IGF_AP_FA_BASE_REC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_FA_BASE_REC, object_name:IGF_AP_FA_BASE_REC, status:VALID,
-
VIEW: APPS.IGF_LOOKUPS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_LOOKUPS_VIEW, object_name:IGF_LOOKUPS_VIEW, status:VALID,
-
VIEW: APPS.IGF_AP_BATCH_AW_MAP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_BATCH_AW_MAP, object_name:IGF_AP_BATCH_AW_MAP, status:VALID,
-
VIEW: APPS.IGF_AW_AWD_DISB
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_AWD_DISB, object_name:IGF_AW_AWD_DISB, status:VALID,
-
SYNONYM: APPS.HZ_PERSON_PROFILES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PERSON_PROFILES, status:VALID,
-
PACKAGE: APPS.IGF_AW_GEN
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AW_GEN, status:VALID,
-
VIEW: APPS.IGS_CA_INST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_INST, object_name:IGS_CA_INST, status:VALID,
-
VIEW: APPS.IGS_PE_PERSON_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON_BASE_V, object_name:IGS_PE_PERSON_BASE_V, status:VALID,
-
VIEW: APPS.IGF_AW_AWARD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_AWARD_V, object_name:IGF_AW_AWARD_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_SE_GEN_001 dependencies on IGF_SE_GEN_001
12.1.1
-
APPS.IGF_SE_PAYMENT_PKG dependencies on IGF_SE_GEN_001
12.1.1
-
APPS.IGF_AW_LI_IMPORT dependencies on IGF_SE_GEN_001
12.1.1
-
VIEW: APPS.IGS_PE_PERSON
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON, object_name:IGS_PE_PERSON, status:VALID,
-
PACKAGE BODY: APPS.IGF_SE_PAYMENT_PKG
12.1.1