Search Results igs_en_gen_002
Overview
APPS.IGS_FI_CNG_FCAT_LBL_SCA_PR_V is a student-facing fees view within the Oracle E-Business Suite (EBS) Student System (IGS) product family. It exposes fee category label and student course attempt data for students who have an associated fee category calendar relationship, enriching the base student attempt record with derived fee-liability, fee-type, and date information. In the 12.1.1 and 12.2.2 releases, the view is a key element for reporting on Higher Education Contribution Scheme (HECS) payment options and fee liability status — particularly relevant to Australian higher-education institutions that use the IGS financials and enrolment modules.
The view is named for the objects it relates: FI (financials), CNG (change/course-ng), FCAT (fee category), LBL (label), SCA (student course attempt), and the _PR_V suffix denoting a product/periodical-style reporting view. Its primary role is to serve as a single denormalised source for downstream reports, concurrent programs, and integration extracts that must present fee category codes alongside a student's course attempt, attendance mode, attendance type, and HECS payment option.
Underlying Base Objects
The view is defined over five principal source objects:
- IGS_EN_STDNT_PS_ATT (aliased sca) — the student course attempt record, providing person, course, version, calendar type, location, attendance mode/type, course attempt status, commencement and discontinuation dates, primary program type, and key program.
- IGS_FI_F_CAT_CAL_REL (FCCR) — the fee category calendar relationship, supplying fee category and fee calendar type/sequence joins back to the student.
- IGS_LOOKUPS_VIEW (scas) — the lookup for
CRS_ATTEMPT_STATUS, decoding the course attempt status and providingfee_ass_ind. - IGS_FI_F_CAT_FEE_LBL_V (fcflv) — the fee category fee label view, exposing fee liability status, fee type, currency, charge method, rule sequence number, and date aliases.
- IGS_FI_FEE_TYPE (ft) — the fee type master, providing
s_fee_typeands_fee_trigger_cat.
The metadata does not document base tables explicitly, but the view text confirms these five objects as its relational foundation. Join conditions align the fee category calendar relationship to the student attempt on PERSON_ID, COURSE_CD, and VERSION_NUMBER.
Key Columns
- PERSON_ID, COURSE_CD, VERSION_NUMBER — core student/course attempt identifiers.
- CAL_TYPE, LOCATION_CD, ATTENDANCE_MODE, ATTENDANCE_TYPE — delivery and enrolment context.
- HECS_PAYMENT_OPTION — derived via
IGS_FI_GEN_001.finp_get_hecs_pymnt_optn, resolving the student's HECS payment option for the fee calendar period. - START_DT, END_DT, RETRO_DT — date alias values resolved through
IGS_CA_GEN_001.calp_get_alias_valagainst the fee calendar type and sequence number. - FEE_CAT, FEE_CAL_TYPE, FEE_CI_SEQUENCE_NUMBER, FEE_TYPE, S_FEE_TYPE, S_FEE_TRIGGER_CAT — fee categorisation and triggering metadata.
- FEE_LIABILITY_STATUS — the assessed liability state for the fee category.
- FEE_ASS_IND, COURSE_ATTEMPT_STATUS — assessment indicator and decoded attempt status.
- PRIMARY_PROGRAM_TYPE, KEY_PROGRAM — program classification attributes.
Common Use Cases and Queries
Typical uses include fee liability reconciliation, HECS/payment-option reporting by cohort, and student fee extracts feeding external government reporting. A representative query lists current fee liability per student and course attempt:
SELECT person_id,
course_cd,
version_number,
fee_cat,
fee_liability_status,
HECS_PAYMENT_OPTION,
START_DT,
END_DT
FROM APPS.IGS_FI_CNG_FCAT_LBL_SCA_PR_V
WHERE fee_cal_type = :p_cal_type
AND fee_liability_status = 'ASSESSED';
Another common pattern joins the view back to IGS_EN_STDNT_PS_ATT via person_id, course_cd, and version_number to enrich enrolment reports with fee data. Because the view already resolves date aliases and HECS payment options, reports avoid re-implementing the calp_get_alias_val and finp_get_hecs_pymnt_optn API calls. Analysts should note the view performs several function calls per row, so restricting by fee calendar type or person is recommended for performance.
-
VIEW: APPS.IGS_FI_CNG_FCAT_LBL_SCA_PR_V
12.1.1
-
VIEW: APPS.IGS_FI_F_CAT_FEE_LBL_SCA_PRR_V
12.1.1
-
VIEW: APPS.IGS_FI_F_CAT_FEE_LBL_SCA_V
12.1.1
-
View: IGS_FI_CNG_FCAT_LBL_SCA_PR_V
12.2.2
product: IGS - Student System (Obsolete) , description: No longer used , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_CNG_FCAT_LBL_SCA_PR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_CNG_FCAT_LBL_SCA_PR_V, object_name:IGS_FI_CNG_FCAT_LBL_SCA_PR_V, status:VALID, product: IGS - Student System , description: No longer used , implementation_dba_data: APPS.IGS_FI_CNG_FCAT_LBL_SCA_PR_V ,
-
View: IGS_FI_F_CAT_FEE_LBL_SCA_PRR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_F_CAT_FEE_LBL_SCA_PRR_V, object_name:IGS_FI_F_CAT_FEE_LBL_SCA_PRR_V, status:VALID, product: IGS - Student System , description: This entity describes the fee types applicable to a fee category period (fee category calendar instance) for even the prior fee calendars. , implementation_dba_data: APPS.IGS_FI_F_CAT_FEE_LBL_SCA_PRR_V ,
-
View: IGS_FI_F_CAT_FEE_LBL_SCA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_F_CAT_FEE_LBL_SCA_V, object_name:IGS_FI_F_CAT_FEE_LBL_SCA_V, status:VALID, product: IGS - Student System , description: This entity describes the fee types applicable to a fee category period (fee category calendar instance). , implementation_dba_data: APPS.IGS_FI_F_CAT_FEE_LBL_SCA_V ,
-
View: IGS_FI_F_CAT_FEE_LBL_SCA_PRR_V
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the fee types applicable to a fee category period (fee category calendar instance) for even the prior fee calendars. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_F_CAT_FEE_LBL_SCA_V
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the fee types applicable to a fee category period (fee category calendar instance). , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_EN_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_002, status:VALID,
-
PACKAGE: APPS.IGS_EN_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_EN_GEN_002, status:VALID,
-
SYNONYM: APPS.IGS_PS_ANL_LOAD
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_ANL_LOAD, status:VALID,
-
SYNONYM: APPS.IGS_EN_STDNTPSHECSOP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_STDNTPSHECSOP, status:VALID,
-
PACKAGE: APPS.IGS_AD_GEN_005
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_GEN_005, status:VALID,
-
SYNONYM: APPS.IGS_AS_SC_ATMPT_NOTE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AS_SC_ATMPT_NOTE, status:VALID,
-
PACKAGE BODY: APPS.IGS_AS_FINALIZE_GRADE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_FINALIZE_GRADE, status:VALID,
-
PACKAGE: APPS.IGS_EN_GEN_002
12.1.1
-
SYNONYM: APPS.IGS_PS_STDNT_TRN
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_STDNT_TRN, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_GEN_007
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_007, status:VALID,
-
SYNONYM: APPS.IGS_GE_S_LOG
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_GE_S_LOG, status:VALID,
-
PACKAGE BODY: APPS.IGS_SS_ENROLL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_SS_ENROLL_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_REINSTATE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_REINSTATE_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_GEN_014
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_014, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_VAL_SCT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_VAL_SCT, status:VALID,
-
PACKAGE BODY: APPS.IGS_RE_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_RE_GEN_001, status:VALID,
-
PACKAGE BODY: APPS.IGS_AS_SUAO_LGCY_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_SUAO_LGCY_PUB, status:VALID,
-
SYNONYM: APPS.IGS_GE_S_LOG_ENTRY
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_GE_S_LOG_ENTRY, status:VALID,
-
PACKAGE BODY: APPS.IGS_RE_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_RE_GEN_002, 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_AS_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_GEN_001, status:VALID,
-
SYNONYM: APPS.IGS_AS_SC_ATMPT_ENR
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AS_SC_ATMPT_ENR, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_GEN_006
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_006, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_GEN_001, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_GEN_018
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_018, status:VALID,
-
PACKAGE BODY: APPS.IGS_AS_GEN_005
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_GEN_005, status:VALID,
-
PACKAGE BODY: APPS.IGS_CA_VAL_QLITY
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CA_VAL_QLITY, status:VALID,
-
PACKAGE: APPS.IGS_EN_GEN_014
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_EN_GEN_014, status:VALID,
-
PACKAGE: APPS.IGS_CA_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_CA_GEN_002, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_ELGBL_PERSON
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_ELGBL_PERSON, status:VALID,
-
SYNONYM: APPS.IGS_EN_CAL_CONF
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_CAL_CONF, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_VAL_ACAI_STATUS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_VAL_ACAI_STATUS, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_DEF_APPL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_DEF_APPL_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_DROP_UNITS_API
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_DROP_UNITS_API, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_ELGB_OVR_UOO_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_ELGB_OVR_UOO_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_ENROLL_WLST
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_ENROLL_WLST, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_PRC_LOAD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_PRC_LOAD, status:VALID,
-
SYNONYM: APPS.IGS_AD_OFR_RESP_STAT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_OFR_RESP_STAT, status:VALID,
-
SYNONYM: APPS.IGS_PS_COURSE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_COURSE, status:VALID,
-
PACKAGE BODY: APPS.IGS_ADMAPPLICATION_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_ADMAPPLICATION_PUB, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_PLAN_UTILS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_PLAN_UTILS, status:VALID,