Search Results igs_fi_hecs_pay_optn
Overview
The IGS_FI_HECS_PAY_OPTN table resides in the IGS schema (Oracle Student System) and serves as a reference or lookup entity for Higher Education Contribution Scheme (HECS) contribution payment options. In Australian higher education administration, HECS payment options define how a student elects to satisfy a contribution liability — for example, a deferred option (code 10), an upfront payment option (code 11), or an overseas student option (code 24). This table therefore acts as a controlled vocabulary of valid payment-option codes that drive application, continuation, and enrolment processing across the Student System.
From a Data Vault modeling perspective, the mined foreign-key structure classifies this object as hub-leaning. It carries a natural business key (HECS_PAYMENT_OPTION) that is also the primary key, and comparatively few descriptive or mutable attributes. This suggests a hub with a thin satellite, referencing a government-defined payment-option hub (IGS_FI_GOV_HEC_PA_OP) and itself referenced by several transactional or association tables.
Key Information Stored
The table contains 10 documented columns in the 12.1.1 physical schema. The most important include:
- HECS_PAYMENT_OPTION — the primary key (enforced by IGS_FI_HECS_PAY_OPTN_PK) and the unique business-key candidate (backed by unique index IGS_FI_HECS_PAY_OPTN_U1). Holds the payment-option code, e.g., 10 (Deferred), 11 (Upfront), 24 (Overseas students).
- GOVT_HECS_PAYMENT_OPTION — foreign key to IGS_FI_GOV_HEC_PA_OP, mapping the internal option to its government-recognised equivalent.
- DESCRIPTION — the human-readable label presented to users and reproduced on reports.
- EXPIRE_AFTR_ACDMC_PERD_IND — indicator governing whether the option expires after an academic period, controlling validity windows.
- CLOSED_IND — flag marking the option as no longer available for new selections while preserving historical referential integrity.
- Audit columns — CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, and LAST_UPDATE_LOGIN capture the standard Oracle EBS who/when stamping.
The surrogate primary key and the business-key candidate are the same column here, which is typical of seeded reference data maintained by the Student System rather than user-populated lists.
Common Use Cases and Queries
The dominant use case is validating and presenting valid HECS payment options during admissions, enrolment, and student financial processing. A common reporting pattern joins this table to dependent transactional tables to resolve codes to descriptions:
- Enumerating active options: SELECT hecs_payment_option, description FROM igs_fi_hecs_pay_optn WHERE closed_ind = 'N';
- Resolving option text for a student's HECS selection by joining IGS_EN_STDNTPSHECSOP.HECS_PAYMENT_OPTION to this table on HECS_PAYMENT_OPTION.
- Reconciling internal options to government codes via the join to IGS_FI_GOV_HEC_PA_OP on GOVT_HECS_PAYMENT_OPTION, useful in statutory reporting.
- Auditing historical usage, where CLOSED_IND and the expiry indicator determine which options applied within a given academic period.
Related Objects
The table participates in a small but well-defined referential network:
- IGS_FI_GOV_HEC_PA_OP — referenced through GOVT_HECS_PAYMENT_OPTION; the parent government payment-option definition.
- IGS_AD_PS_APPL_INST_ALL — application-instance data referencing HECS_PAYMENT_OPTION, capturing the option chosen at application time.
- IGS_AD_CT_HECS_PAYOP — a HECS payment-option association table keyed on HECS_PAYMENT_OPTION.
- IGS_EN_STDNTPSHECSOP — the student programme HECS option table, recording the enrolled student's elected option.
Together these relationships establish IGS_FI_HECS_PAY_OPTN as the central reference point for HECS payment-option semantics across admissions and enrolment in Oracle EBS 12.1.1 and 12.2.2.
-
Table: IGS_FI_HECS_PAY_OPTN
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_HECS_PAY_OPTN, object_name:IGS_FI_HECS_PAY_OPTN, status:VALID, product: IGS - Student System , description: This entity describes the list of possible contribution payment options.Example.10 - Deferred, 11 -Upfront, 24 - Overseas students. , implementation_dba_data: IGS.IGS_FI_HECS_PAY_OPTN ,
-
Table: IGS_FI_HECS_PAY_OPTN
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the list of possible contribution payment options.Example.10 - Deferred, 11 -Upfront, 24 - Overseas students. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_EN_VAL_SCHO SQL Statements
12.1.1
-
APPS.IGS_FI_HECS_PAY_OPTN_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_VAL_GHPO
12.1.1
-
TABLE: IGS.IGS_FI_HECS_PAY_OPTN
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_HECS_PAY_OPTN, object_name:IGS_FI_HECS_PAY_OPTN, status:VALID,
-
SYNONYM: APPS.IGS_FI_HECS_PAY_OPTN
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_FI_HECS_PAY_OPTN, status:VALID,
-
APPS.IGS_EN_VAL_GHPO SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_VAL_HPO
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_HECS_PAY_OPTN_PKG
12.1.1
-
PACKAGE: APPS.IGS_FI_GEN_004
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_FI_GEN_004, status:VALID,
-
Table: IGS_AD_CT_HECS_PAYOP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_CT_HECS_PAYOP, object_name:IGS_AD_CT_HECS_PAYOP, status:VALID, product: IGS - Student System , description: Describes admission HECS payment option, which enables fees to be assessed from admission fees category , implementation_dba_data: IGS.IGS_AD_CT_HECS_PAYOP ,
-
PACKAGE BODY: APPS.IGS_EN_VAL_SCHO
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_VAL_SCHO, status:VALID,
-
APPS.IGS_ST_GEN_003 SQL Statements
12.1.1
-
Table: IGS_EN_STDNTPSHECSOP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_STDNTPSHECSOP, object_name:IGS_EN_STDNTPSHECSOP, status:VALID, product: IGS - Student System , description: This entity describes the HECS option which a student has chosen for a particular student course attempt. , implementation_dba_data: IGS.IGS_EN_STDNTPSHECSOP ,
-
Table: IGS_AD_CT_HECS_PAYOP
12.2.2
product: IGS - Student System (Obsolete) , description: Describes admission HECS payment option, which enables fees to be assessed from admission fees category , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_FI_GEN_006
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_GEN_006, status:VALID,
-
Table: IGS_FI_GOV_HEC_PA_OP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_GOV_HEC_PA_OP, object_name:IGS_FI_GOV_HEC_PA_OP, status:VALID, product: IGS - Student System , description: This entity describes the list of government defined contribution payment options. These options are what is reported to the government in the submissions, so the institutionally defined options must map back onto these for that purpose. , implementation_dba_data: IGS.IGS_FI_GOV_HEC_PA_OP ,
-
PACKAGE BODY: APPS.IGS_EN_VAL_GHPO
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_VAL_GHPO, status:VALID,
-
Table: IGS_FI_GOV_HEC_PA_OP
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the list of government defined contribution payment options. These options are what is reported to the government in the submissions, so the institutionally defined options must map back onto these for that purpose. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_ST_GEN_003
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_ST_GEN_003, status:VALID,
-
PACKAGE: APPS.IGS_FI_GEN_006
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_FI_GEN_006, status:VALID,
-
Table: IGS_EN_STDNTPSHECSOP
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the HECS option which a student has chosen for a particular student course attempt. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_IMP_004
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_IMP_004, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_HECS_PAY_OPTN_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_HECS_PAY_OPTN_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_GEN_005
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_GEN_005, status:VALID,
-
PACKAGE BODY: APPS.IGS_ST_GEN_004
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_ST_GEN_004, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_GEN_005
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_005, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_GEN_009
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_009, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_GEN_014
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_GEN_014, status:VALID,
-
Table: IGS_AD_PS_APPL_INST_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Holds the request for program entry for an admission period , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_PRC_TAC_OFFER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_PRC_TAC_OFFER, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_GEN_004
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_GEN_004, status:VALID,
-
Table: IGS_AD_PS_APPL_INST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_ALL, object_name:IGS_AD_PS_APPL_INST_ALL, status:VALID, product: IGS - Student System , description: Holds the request for program entry for an admission period , implementation_dba_data: IGS.IGS_AD_PS_APPL_INST_ALL ,
-
APPS.IGS_AD_GEN_005 SQL Statements
12.1.1
-
APPS.IGS_FI_GEN_006 SQL Statements
12.1.1
-
VIEW: APPS.IGSFV_AD_ADM_PS_APPL_INST
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_SS_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_SS_GEN_001, status:VALID,
-
APPS.IGS_EN_GEN_005 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_VAL_SCHO
12.1.1
-
View: IGSFV_AD_ADM_PS_APPL_INST
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the request for program Entry for an Admission period , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_AD_ADM_PS_APPL_INST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ADM_PS_APPL_INST, object_name:IGSFV_AD_ADM_PS_APPL_INST, status:VALID, product: IGS - Student System , description: Describes the request for program Entry for an Admission period , implementation_dba_data: APPS.IGSFV_AD_ADM_PS_APPL_INST ,
-
APPS.IGS_AD_SS_GEN_001 dependencies on IGS_FI_HECS_PAY_OPTN
12.1.1
-
APPS.IGS_EN_GEN_005 dependencies on IGS_FI_HECS_PAY_OPTN
12.1.1
-
APPS.IGS_ST_GEN_003 dependencies on IGS_FI_HECS_PAY_OPTN
12.1.1
-
APPS.IGS_FI_GEN_004 dependencies on IGS_FI_HECS_PAY_OPTN
12.1.1
-
APPS.IGS_AD_PRC_TAC_OFFER dependencies on IGS_FI_HECS_PAY_OPTN
12.1.1
-
APPS.IGS_FI_GEN_006 dependencies on IGS_FI_HECS_PAY_OPTN
12.1.1
-
APPS.IGS_AD_GEN_005 dependencies on IGS_FI_HECS_PAY_OPTN
12.1.1
-
APPS.IGS_EN_GEN_009 dependencies on IGS_FI_HECS_PAY_OPTN
12.1.1