Search Results credit_points
Overview
APPS.IGS_PR_ACAD_EXAM_CREDIT_V is a reporting view in the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 environments, residing within the Student Systems / Student Records (IGS) product family. Its principal role is to consolidate academic examination results with credit that has been awarded through advanced standing (recognition of prior learning or articulation). The view answers the business question: for each student, which admission test segments have produced granted credit for a specific course or program, and what is the aggregated credit point value?
The view is predominantly used for student progression reporting, credit transfer audits, admissions analytics and downstream integrations where an institution needs to reconcile examination-based credit decisions. Because the user searched for the column tst_rslt_dtls_id, it is important to note that this identifier is the linking key in the view: it joins the test-result detail records to the advanced standing unit records on which credit was granted.
Underlying Base Objects
The view is defined over a join of several IGS and HZ objects. The documented base objects referenced in the view text are:
- IGS_AD_TEST_SEG_RESULTS_V (alias ATSR) — a view exposing admission test segment results, including test type, test date, segment name, segment description, test score and the tst_rslt_dtls_id.
- IGS_EN_STDNT_PS_ATT_ALL (alias SPA) — the student program attempt/registration record, supplying person_id and course_cd (program_cd).
- HZ_PARTIES (alias PE) — the trading community party table, supplying the human-readable party_number for the person.
- A derived inline sub-query (alias ADV) built from IGS_AV_STND_UNIT_ALL (alias ASU) and IGS_AV_STND_UNIT_LVL_ALL (alias ASUL), unioned together to collect granted credit points at unit and unit-level granularity.
Joins are established on person_id across SPA, PE, ATSR and ADV, on as_course_cd = spa.course_cd, and critically on adv.tst_rslt_dtls_id = atsr.tst_rslt_dtls_id. The ADV sub-query filters for records where tst_rslt_dtls_id is not null, granting status is 'GRANTED', and, in the unit branch, recognition type is 'CREDIT'.
Key Columns
- PERSON_ID — student identifier linking to the party record.
- PARTY_NUMBER — the logical party number from HZ_PARTIES.
- PROGRAM_CD — the course code from the student program attempt (aliased from course_cd).
- ADMISSION_TEST_TYPE / ADMISSION_TEST_DESCRIPTION — the type and descriptive text of the admission test.
- TEST_DATE — the date on which the test or segment was taken.
- TEST_SEGMENT_NAME / TEST_SEGMENT_DESCRIPTION — identifies and describes the test segment.
- TEST_SCORE — the achieved score for the segment.
- TST_RSLT_DTLS_ID — the unique test result detail identifier that serves as the join key between test segments and granted credit.
- CREDIT_POINTS — the SUM of granted credit points from the ADV sub-query.
Common Use Cases and Queries
A typical query retrieves granted credit attributable to a specific test-result detail, which is the exact fetch pattern implied by the search term:
- SELECT person_id, party_number, program_cd, test_segment_name, credit_points FROM apps.igs_pr_acad_exam_credit_v WHERE tst_rslt_dtls_id = :p_tst_rslt_dtls_id;
Other scenarios include listing all credit awarded per student for a program, auditing test segments that generated credit within a date range, and feeding credit totals into student progression or graduation calculations. Because credit points are aggregated with SUM and grouped by segment attributes, each row represents a unique combination of student, program, admission test and test segment.
-
VIEW: APPS.IGS_PR_ACAD_EXAM_CREDIT_V
12.1.1
-
View: IGS_PR_ACAD_EXAM_CREDIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_ACAD_EXAM_CREDIT_V, object_name:IGS_PR_ACAD_EXAM_CREDIT_V, status:VALID, product: IGS - Student System , description: This view contains the details of credit granted through advanced standing based on the Admissions Exam structure. The credit is shown only as an aggregated summary figure. , implementation_dba_data: APPS.IGS_PR_ACAD_EXAM_CREDIT_V ,
-
View: IGS_PR_ACAD_EXAM_CREDIT_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains the details of credit granted through advanced standing based on the Admissions Exam structure. The credit is shown only as an aggregated summary figure. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PR_ACAD_QUAL_CREDIT_V
12.1.1
-
View: IGS_PR_ACAD_QUAL_CREDIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_ACAD_QUAL_CREDIT_V, object_name:IGS_PR_ACAD_QUAL_CREDIT_V, status:VALID, product: IGS - Student System , description: This view contains the details of credit granted through advanced standing based on the UK Qualifications structure. The credit is shown only as an aggregated summary figure. , implementation_dba_data: APPS.IGS_PR_ACAD_QUAL_CREDIT_V ,
-
View: IGS_PR_ACAD_QUAL_CREDIT_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains the details of credit granted through advanced standing based on the UK Qualifications structure. The credit is shown only as an aggregated summary figure. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PR_ACAD_TRANS_CREDIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_ACAD_TRANS_CREDIT_V, object_name:IGS_PR_ACAD_TRANS_CREDIT_V, status:VALID, product: IGS - Student System , description: This view contains the details of credit granted through advanced standing based on the Person Transcript Units structure. The credit is shown only as an aggregated summary figure. , implementation_dba_data: APPS.IGS_PR_ACAD_TRANS_CREDIT_V ,
-
VIEW: APPS.IGS_PR_ACAD_TRANS_CREDIT_V
12.1.1
-
View: IGS_SS_EN_RULE_CART_MAX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SS_EN_RULE_CART_MAX_V, object_name:IGS_SS_EN_RULE_CART_MAX_V, status:VALID, product: IGS - Student System , description: The view queries for the sum of credit points of all the Units in the cart. , implementation_dba_data: APPS.IGS_SS_EN_RULE_CART_MAX_V ,
-
View: IGS_SS_EN_RULE_CART_MAX_V
12.2.2
product: IGS - Student System (Obsolete) , description: The view queries for the sum of credit points of all the Units in the cart. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_TER_ED_UNI_AT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PR_ACAD_TRANS_CREDIT_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains the details of credit granted through advanced standing based on the Person Transcript Units structure. The credit is shown only as an aggregated summary figure. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_TER_ED_UNI_AT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_TER_ED_UNI_AT_V, object_name:IGS_AD_TER_ED_UNI_AT_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_TER_ED_UNI_AT_V ,
-
VIEW: APPS.IGS_AD_TER_ED_UNI_AT_V
12.1.1
-
VIEW: APPS.IGS_SS_EN_RULE_CART_MAX_V
12.1.1
-
View: IGS_AV_STND_UNIT_LVL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AV_STND_UNIT_LVL, object_name:IGS_AV_STND_UNIT_LVL, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AV_STND_UNIT_LVL ,
-
View: IGS_AV_STND_UNIT_LVL
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_TER_ED_UNI_AT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_TER_ED_UNI_AT_V, object_name:IGS_AD_TER_ED_UNI_AT_V, status:VALID,
-
View: IGS_FI_INVLN_INT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_INVLN_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_INVLN_INT, object_name:IGS_FI_INVLN_INT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_FI_INVLN_INT ,
-
View: IGS_SS_EN_ENROLL_CART_RSLT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SS_EN_ENROLL_CART_RSLT_V, object_name:IGS_SS_EN_ENROLL_CART_RSLT_V, status:VALID, product: IGS - Student System , description: Enrollment Worksheet Result , implementation_dba_data: APPS.IGS_SS_EN_ENROLL_CART_RSLT_V ,
-
View: IGS_SS_EN_ENROLL_CART_RSLT_V
12.2.2
product: IGS - Student System (Obsolete) , description: Enrollment Worksheet Result , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PR_ACAD_EXAM_CREDIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_ACAD_EXAM_CREDIT_V, object_name:IGS_PR_ACAD_EXAM_CREDIT_V, status:VALID,
-
VIEW: APPS.IGS_FI_INVLN_INT
12.1.1
-
VIEW: APPS.IGS_SS_EN_RULE_CART_MAX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SS_EN_RULE_CART_MAX_V, object_name:IGS_SS_EN_RULE_CART_MAX_V, status:VALID,
-
VIEW: APPS.IGS_AV_STND_UNIT_LVL
12.1.1
-
View: IGSFV_AV_ADV_STND_UNIT_LEVEL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the number of advanced standing credit points granted to a student at a given level. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_AV_ADV_STND_UNIT_LEVEL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AV_ADV_STND_UNIT_LEVEL, object_name:IGSFV_AV_ADV_STND_UNIT_LEVEL, status:VALID, product: IGS - Student System , description: Describes the number of advanced standing credit points granted to a student at a given level. , implementation_dba_data: APPS.IGSFV_AV_ADV_STND_UNIT_LEVEL ,
-
VIEW: APPS.IGS_AS_SUAH_LOAD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUAH_LOAD_V, object_name:IGS_AS_SUAH_LOAD_V, status:VALID,
-
VIEW: APPS.IGSFV_AV_ADV_STND_UNIT_LEVEL
12.1.1
-
VIEW: APPS.IGS_AV_STND_UNIT_LVL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AV_STND_UNIT_LVL, object_name:IGS_AV_STND_UNIT_LVL, status:VALID,
-
VIEW: APPS.IGS_AV_STND_UNIT_LVL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AV_STND_UNIT_LVL_V, object_name:IGS_AV_STND_UNIT_LVL_V, status:VALID,
-
VIEW: APPS.IGS_SS_EN_ENROLL_CART_RSLT_V
12.1.1
-
TABLE: IGS.IGS_AD_TER_ED_UNI_AT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_TER_ED_UNI_AT, object_name:IGS_AD_TER_ED_UNI_AT, status:VALID,
-
VIEW: APPS.IGS_PR_ACAD_QUAL_CREDIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_ACAD_QUAL_CREDIT_V, object_name:IGS_PR_ACAD_QUAL_CREDIT_V, status:VALID,
-
VIEW: APPS.IGS_PR_ACAD_TRANS_CREDIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_ACAD_TRANS_CREDIT_V, object_name:IGS_PR_ACAD_TRANS_CREDIT_V, status:VALID,
-
VIEW: APPS.IGS_AS_SUA_LOAD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUA_LOAD_V, object_name:IGS_AS_SUA_LOAD_V, status:VALID,
-
View: IGSBV_AV_ADV_STND_UNIT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AV_ADV_STND_UNIT, object_name:IGSBV_AV_ADV_STND_UNIT, status:VALID, product: IGS - Student System , description: Describes a unit granted as advanced standing. , implementation_dba_data: APPS.IGSBV_AV_ADV_STND_UNIT ,
-
View: IGSBV_AV_ADV_STND_UNIT_LEVEL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AV_ADV_STND_UNIT_LEVEL, object_name:IGSBV_AV_ADV_STND_UNIT_LEVEL, status:VALID, product: IGS - Student System , description: Describes the number of advanced standing credit points granted to a student at a given level. , implementation_dba_data: APPS.IGSBV_AV_ADV_STND_UNIT_LEVEL ,
-
View: IGSBV_AV_ADV_STND_UNIT
12.2.2
product: IGS - Student System (Obsolete) , description: Describes a unit granted as advanced standing. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_FI_INVLN_INT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_INVLN_INT_V, object_name:IGS_FI_INVLN_INT_V, status:VALID,
-
View: IGSBV_AV_ADV_STND_UNIT_LEVEL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the number of advanced standing credit points granted to a student at a given level. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_FI_INVLN_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_INVLN_INT, object_name:IGS_FI_INVLN_INT, status:VALID,
-
VIEW: APPS.IGS_SS_EN_ENROLL_CART_RSLT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SS_EN_ENROLL_CART_RSLT_V, object_name:IGS_SS_EN_ENROLL_CART_RSLT_V, status:VALID,
-
View: IGS_AV_STND_UNIT_LVL_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_TER_ED_UNI_AT_PKG SQL Statements
12.1.1
-
View: IGS_AV_STND_UNIT_LVL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AV_STND_UNIT_LVL_V, object_name:IGS_AV_STND_UNIT_LVL_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AV_STND_UNIT_LVL_V ,
-
View: IGS_FI_INVLN_INT_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is created from multi-org filtered flat view IGS_FI_INVLN_INT for presentation of data in Charges History Form. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_PARTY_CHARGES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PARTY_CHARGES, object_name:IGSBV_PARTY_CHARGES, status:VALID, product: IGS - Student System , description: Contains details of charges for a person , implementation_dba_data: APPS.IGSBV_PARTY_CHARGES ,
-
View: IGSBV_PARTY_CHARGES
12.2.2
product: IGS - Student System (Obsolete) , description: Contains details of charges for a person , implementation_dba_data: Not implemented in this database ,