Search Results igs_en_stdnt_ps_att_all
Overview
The table IGS_EN_STDNT_PS_ATT_ALL is a core data entity within the Oracle E-Business Suite Student System (IGS) for releases 12.1.1 and 12.2.2. It serves as the definitive record of a student's attempt to study a specific academic program or course offered by the institution. This table is central to the student lifecycle, tracking enrollment, progression, and completion statuses. As an "ALL" table, it is designed to store data for multiple business groups or operating units, supporting the multi-org architecture of Oracle EBS. Its comprehensive foreign key relationships integrate it with critical modules including Admissions, Curriculum, Finance, and Assessments, making it a pivotal hub for student academic data.
Key Information Stored
The table's primary key uniquely identifies a student's course attempt through the combination of PERSON_ID and COURSE_CD. Beyond these identifiers, the table stores vital academic and administrative details. Key columns include VERSION_NUMBER for the course version, CAL_TYPE and LOCATION_CD for the offering calendar and site, and ATTENDANCE_MODE and ATTENDANCE_TYPE (with derived counterparts) to define the study pattern. Critical status and date columns track the student's progression, such as COMMENCEMENT_DT, DISCONTINUED_DT, and DISCONTINUATION_REASON_CD. The table also holds financial and administrative references like FEE_CAT, FUNDING_SOURCE, COO_ID (Course Offering Option), and links to the admission application via ADM_ADMISSION_APPL_NUMBER and related fields.
Common Use Cases and Queries
This table is fundamental for reporting and processes related to student enrollment, academic standing, and institutional reporting. Common use cases include generating enrollment verification reports, tracking student progression and attrition rates, and interfacing data with financial aid or billing systems. A typical query might retrieve all active student attempts for a given course and version. For example:
- SELECT person_id, course_cd, version_number, commencement_dt, derived_att_mode FROM igs_en_stdnt_ps_att_all WHERE course_cd = 'BSC-CS' AND discontinued_dt IS NULL;
Another critical pattern involves joining to related tables to analyze discontinuation reasons or to validate admission application data against the actual enrolled attempt, supporting audit and compliance reporting.
Related Objects
The table maintains extensive foreign key relationships, integrating deeply with the Student System and adjacent modules. Key documented relationships include:
- IGS_PS_VER_ALL: Validates the COURSE_CD and VERSION_NUMBER combination for the program structure.
- IGS_PS_OFR_OPT_ALL: Linked via COURSE_CD, VERSION_NUMBER, CAL_TYPE, LOCATION_CD, ATTENDANCE_MODE, and ATTENDANCE_TYPE to define the specific offering option, and separately via COO_ID.
- IGS_AD_PS_APPL_ALL / IGS_AD_PS_APPL_INST_ALL: Ties the student attempt back to its source admission application using PERSON_ID, ADM_ADMISSION_APPL_NUMBER, ADM_NOMINATED_COURSE_CD, and ADM_SEQUENCE_NUMBER.
- IGS_EN_ATD_MODE_ALL & IGS_EN_ATD_TYPE_ALL: Validate the derived attendance mode (DERIVED_ATT_MODE) and type (DERIVED_ATT_TYPE).
- IGS_EN_DCNT_REASONCD_ALL: Validates the DISCONTINUATION_REASON_CD.
- IGS_FI_FEE_CAT_ALL & IGS_FI_FUND_SRC_ALL: Validate the FEE_CAT and FUNDING_SOURCE codes for financial processing.
- IGS_CA_INST_ALL: Validates the catalog calendar (CATALOG_CAL_TYPE, CATALOG_SEQ_NUM).
- IGS_AS_ANON_ID_PS & IGS_AS_ANON_ID_US: Support assessment anonymization processes linked to the student's program attempt.
-
Table: IGS_EN_STDNT_PS_ATT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_STDNT_PS_ATT_ALL, object_name:IGS_EN_STDNT_PS_ATT_ALL, status:VALID, product: IGS - Student System , description: This entity describes a student's attempt at studying a particular course offered by the university. , implementation_dba_data: IGS.IGS_EN_STDNT_PS_ATT_ALL ,
-
Table: IGS_PS_STDNT_TRN
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_STDNT_TRN, object_name:IGS_PS_STDNT_TRN, status:VALID, product: IGS - Student System , description: This entity describes the link between two programs, which were involved in a program transfer. , implementation_dba_data: IGS.IGS_PS_STDNT_TRN ,
-
View: IGSBV_STUDENT_PRG_TRANSFERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_STUDENT_PRG_TRANSFERS, object_name:IGSBV_STUDENT_PRG_TRANSFERS, status:VALID, product: IGS - Student System , description: This entity contains the student program attempt transfers. , implementation_dba_data: APPS.IGSBV_STUDENT_PRG_TRANSFERS ,
-
View: IGSFV_STUDENT_UNIT_TRANSFERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STUDENT_UNIT_TRANSFERS, object_name:IGSFV_STUDENT_UNIT_TRANSFERS, status:VALID, product: IGS - Student System , description: This view describes the link between two units that were involved in a program transfer , implementation_dba_data: APPS.IGSFV_STUDENT_UNIT_TRANSFERS ,
-
View: IGSFV_STUDENT_PRG_TRANSFERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STUDENT_PRG_TRANSFERS, object_name:IGSFV_STUDENT_PRG_TRANSFERS, status:VALID, product: IGS - Student System , description: This entity contains the student program attempt transfers , implementation_dba_data: APPS.IGSFV_STUDENT_PRG_TRANSFERS ,
-
View: IGSBV_AS_SUA_REFERENCE_CODES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AS_SUA_REFERENCE_CODES, object_name:IGSBV_AS_SUA_REFERENCE_CODES, status:VALID, product: IGS - Student System , description: Student Unit Attempt Reference Codes , implementation_dba_data: APPS.IGSBV_AS_SUA_REFERENCE_CODES ,
-
View: IGSBV_STUDENT_UNIT_TRANSFERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_STUDENT_UNIT_TRANSFERS, object_name:IGSBV_STUDENT_UNIT_TRANSFERS, status:VALID, product: IGS - Student System , description: This view describes the link between two units that were involved in a program transfer , implementation_dba_data: APPS.IGSBV_STUDENT_UNIT_TRANSFERS ,
-
Table: IGS_PS_OFR_OPT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_OFR_OPT_ALL, object_name:IGS_PS_OFR_OPT_ALL, status:VALID, product: IGS - Student System , description: This entity describes the available options for each program offering. , implementation_dba_data: IGS.IGS_PS_OFR_OPT_ALL ,
-
View: IGSFV_AS_SUA_REFERENCE_CODES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AS_SUA_REFERENCE_CODES, object_name:IGSFV_AS_SUA_REFERENCE_CODES, status:VALID, product: IGS - Student System , description: Student Unit Attempt Reference Codes , implementation_dba_data: APPS.IGSFV_AS_SUA_REFERENCE_CODES ,
-
Table: IGS_FI_SPA_FEE_PRDS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_SPA_FEE_PRDS, object_name:IGS_FI_SPA_FEE_PRDS, status:VALID, product: IGS - Student System , description: Stores Person-Program-Fee Period information during Fee Assessment , implementation_dba_data: IGS.IGS_FI_SPA_FEE_PRDS ,
-
Table: IGS_EN_PLAN_UNITS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_PLAN_UNITS, object_name:IGS_EN_PLAN_UNITS, status:VALID, product: IGS - Student System , description: Contains the student planning sheet unit attempt details , implementation_dba_data: IGS.IGS_EN_PLAN_UNITS ,
-
Table: IGS_EN_SPA_TERMS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_SPA_TERMS, object_name:IGS_EN_SPA_TERMS, status:VALID, product: IGS - Student System , description: Program attempt attributes based on Term Calendar. , implementation_dba_data: IGS.IGS_EN_SPA_TERMS ,
-
Table: IGS_EN_LGCY_SPA_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_LGCY_SPA_INT, object_name:IGS_EN_LGCY_SPA_INT, status:VALID, product: IGS - Student System , description: Contains the Student Program Attempt (and Research Candidacy) information to be imported into the IGS_EN_STDNT_PS_ATT_ALL (and optionally IGS_RE_CANDIDATURE_ALL) table by the legacy data import process. Rows in this table must correspond t , implementation_dba_data: IGS.IGS_EN_LGCY_SPA_INT ,
-
Table: IGS_GR_GRADUAND_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_GR_GRADUAND_ALL, object_name:IGS_GR_GRADUAND_ALL, status:VALID, product: IGS - Student System , description: This entity describes graduand details , implementation_dba_data: IGS.IGS_GR_GRADUAND_ALL ,
-
Table: IGS_AD_PS_APPL_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PS_APPL_ALL, object_name:IGS_AD_PS_APPL_ALL, status:VALID, product: IGS - Student System , description: Holds information about admission application program , implementation_dba_data: IGS.IGS_AD_PS_APPL_ALL ,
-
Table: IGS_AS_STU_TRN_CMTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_STU_TRN_CMTS, object_name:IGS_AS_STU_TRN_CMTS, status:VALID, product: IGS - Student System , description: Table to be populated with transcript comments for the student. , implementation_dba_data: IGS.IGS_AS_STU_TRN_CMTS ,
-
View: IGS_SC_PRG_OWNING_ORG_SV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SC_PRG_OWNING_ORG_SV, object_name:IGS_SC_PRG_OWNING_ORG_SV, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_SC_PRG_OWNING_ORG_SV ,
-
Table: IGS_HE_ST_SPA_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_ST_SPA_ALL, object_name:IGS_HE_ST_SPA_ALL, status:VALID, product: IGS - Student System , description: stores HESA information on a student program attempt , implementation_dba_data: IGS.IGS_HE_ST_SPA_ALL ,
-
Table: IGS_FI_FEE_CAT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FEE_CAT_ALL, object_name:IGS_FI_FEE_CAT_ALL, status:VALID, product: IGS - Student System , description: This entity describes special contract based fee assessment rates , implementation_dba_data: IGS.IGS_FI_FEE_CAT_ALL ,
-
Table: IGS_HE_ST_SPA_CC
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_ST_SPA_CC, object_name:IGS_HE_ST_SPA_CC, status:VALID, product: IGS - Student System , description: Holds HESA Cost Center details defined at Student Program Attempt level , implementation_dba_data: IGS.IGS_HE_ST_SPA_CC ,
-
Table: IGS_GR_SPECIAL_AWARD_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_GR_SPECIAL_AWARD_ALL, object_name:IGS_GR_SPECIAL_AWARD_ALL, status:VALID, product: IGS - Student System , description: This entity describes special awards that may be awarded to a graduand. , implementation_dba_data: IGS.IGS_GR_SPECIAL_AWARD_ALL ,
-
Table: IGS_RE_CANDIDATURE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_RE_CANDIDATURE_ALL, object_name:IGS_RE_CANDIDATURE_ALL, status:VALID, product: IGS - Student System , description: This entity describes the candidature details of a research student. , implementation_dba_data: IGS.IGS_RE_CANDIDATURE_ALL ,
-
Table: IGS_PS_STDNT_APV_ALT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_STDNT_APV_ALT, object_name:IGS_PS_STDNT_APV_ALT, status:VALID, product: IGS - Student System , description: Entity to capture the exit details from a program. , implementation_dba_data: IGS.IGS_PS_STDNT_APV_ALT ,
-
Table: IGS_AS_SC_ATMPT_NOTE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_SC_ATMPT_NOTE, object_name:IGS_AS_SC_ATMPT_NOTE, status:VALID, product: IGS - Student System , description: Describes mappings of notes to student program attempts , implementation_dba_data: IGS.IGS_AS_SC_ATMPT_NOTE ,
-
Table: IGS_AS_ANON_ID_PS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_ANON_ID_PS, object_name:IGS_AS_ANON_ID_PS, status:VALID, product: IGS - Student System , description: Holds the person with the assigned Anonymous ID for the Method PROGRAM , implementation_dba_data: IGS.IGS_AS_ANON_ID_PS ,
-
Table: IGS_PR_STU_ACAD_STAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_STU_ACAD_STAT, object_name:IGS_PR_STU_ACAD_STAT, status:VALID, product: IGS - Student System , description: Stores Student Academic Statistics from External Sources , implementation_dba_data: IGS.IGS_PR_STU_ACAD_STAT ,
-
Table: IGS_FI_SPECIAL_FEES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_SPECIAL_FEES, object_name:IGS_FI_SPECIAL_FEES, status:VALID, product: IGS - Student System , description: Stores Student Special Fees transactions , implementation_dba_data: IGS.IGS_FI_SPECIAL_FEES ,
-
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_PR_COHINST_RANK
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_COHINST_RANK, object_name:IGS_PR_COHINST_RANK, status:VALID, product: IGS - Student System , description: Stores Class Rank Cohort Instance Rank , implementation_dba_data: IGS.IGS_PR_COHINST_RANK ,
-
Table: IGS_AS_ANON_ID_US
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_ANON_ID_US, object_name:IGS_AS_ANON_ID_US, status:VALID, product: IGS - Student System , description: Holds the person with the assigned Anonymous Id for the method SECTION , implementation_dba_data: IGS.IGS_AS_ANON_ID_US ,
-
Table: IGS_PS_STDNT_SPL_REQ
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_STDNT_SPL_REQ, object_name:IGS_PS_STDNT_SPL_REQ, status:VALID, product: IGS - Student System , description: This entity describes a student's satisfaction of a special requirement within a nominated student program attempt. For example, first-aid certificate. , implementation_dba_data: IGS.IGS_PS_STDNT_SPL_REQ ,
-
View: IGS_SC_COURSE_DTLS_SV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SC_COURSE_DTLS_SV, object_name:IGS_SC_COURSE_DTLS_SV, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_SC_COURSE_DTLS_SV ,
-
Table: IGS_AV_UNT_REF_CDS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AV_UNT_REF_CDS, object_name:IGS_AV_UNT_REF_CDS, status:VALID, product: IGS - Student System , description: Table containing the reference codes that have been associated with an advanced standing unit. , implementation_dba_data: IGS.IGS_AV_UNT_REF_CDS ,
-
Table: IGS_AS_SC_ATMPT_ENR
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_SC_ATMPT_ENR, object_name:IGS_AS_SC_ATMPT_ENR, status:VALID, product: IGS - Student System , description: Describes enrollment which will occur or has occurred for student program attempt , implementation_dba_data: IGS.IGS_AS_SC_ATMPT_ENR ,
-
Table: IGS_FI_CRS_AT_F_SPN
12.1.1
product: IGS - Student System , description: OBSOLETE (This entity describes student course attempt fee sponsorships )- Obsolete , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PR_RU_APPL_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_RU_APPL_ALL, object_name:IGS_PR_RU_APPL_ALL, status:VALID, product: IGS - Student System , description: This entity describes a progression rule as it is applied to one of the allowable system elements - a course version, course type, org unit or individual student course attempt. , implementation_dba_data: IGS.IGS_PR_RU_APPL_ALL ,
-
Table: IGS_EN_SU_ATTEMPT_H_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_SU_ATTEMPT_H_ALL, object_name:IGS_EN_SU_ATTEMPT_H_ALL, status:VALID, product: IGS - Student System , description: This entity describes the history of changes made to a student unit attempt, including changes to status, location, class, etc. , implementation_dba_data: IGS.IGS_EN_SU_ATTEMPT_H_ALL ,
-
Table: IGS_PR_CLASS_STD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_CLASS_STD, object_name:IGS_PR_CLASS_STD, status:VALID, product: IGS - Student System , description: Maintains the institution defined Class Standing set-up values , implementation_dba_data: IGS.IGS_PR_CLASS_STD ,
-
Table: IGS_AS_SU_SETATMPT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_SU_SETATMPT, object_name:IGS_AS_SU_SETATMPT, status:VALID, product: IGS - Student System , description: Describes student's attempt at program unit set , implementation_dba_data: IGS.IGS_AS_SU_SETATMPT ,
-
Table: IGS_EN_DCNT_REASONCD_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_DCNT_REASONCD_ALL, object_name:IGS_EN_DCNT_REASONCD_ALL, status:VALID, product: IGS - Student System , description: This entity describes the available list of reasons as to why a student's course attempt course is discontinued. Examples are Non payment of fees, Voluntary withdrawal, No tax file number specified. , implementation_dba_data: IGS.IGS_EN_DCNT_REASONCD_ALL ,
-
View: IGSBV_PR_COHORT_INST_RANKS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PR_COHORT_INST_RANKS, object_name:IGSBV_PR_COHORT_INST_RANKS, status:VALID, product: IGS - Student System , description: Stores Cohort instance details , implementation_dba_data: APPS.IGSBV_PR_COHORT_INST_RANKS ,
-
Table: IGS_EN_STDNT_PS_INTM
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_STDNT_PS_INTM, object_name:IGS_EN_STDNT_PS_INTM, status:VALID, product: IGS - Student System , description: This entity describes an intermission by a student from the student course attempt. , implementation_dba_data: IGS.IGS_EN_STDNT_PS_INTM ,
-
Table: IGS_EN_SPA_AWD_AIM
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_SPA_AWD_AIM, object_name:IGS_EN_SPA_AWD_AIM, status:VALID, product: IGS - Student System , description: This table stores the information about maintenance of a student's targeted awards for each student program attempt, including start/end dates and completion flag. , implementation_dba_data: IGS.IGS_EN_SPA_AWD_AIM ,
-
Table: IGS_FI_FUND_SRC_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FUND_SRC_ALL, object_name:IGS_FI_FUND_SRC_ALL, status:VALID, product: IGS - Student System , description: This entity describes the university set of funding sources. , implementation_dba_data: IGS.IGS_FI_FUND_SRC_ALL ,
-
Table: IGS_PR_STDNT_PR_CK
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_STDNT_PR_CK, object_name:IGS_PR_STDNT_PR_CK, status:VALID, product: IGS - Student System , description: This table describes a progression rule check performed on the related student course attempt. The check may consist of one or more rules and is stored against a date/time. , implementation_dba_data: IGS.IGS_PR_STDNT_PR_CK ,
-
Table: IGS_FI_DSB_DTL_ALC
12.1.1
product: IGS - Student System , description: This entity describes the allocation detail of a fee assessment income disbursement journal detail. - Obsolete , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PR_SDT_PS_PR_MSR
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_SDT_PS_PR_MSR, object_name:IGS_PR_SDT_PS_PR_MSR, status:VALID, product: IGS - Student System , description: This entity describes the result of the calculation of a progression measure against the nominated student course attempt. For example, the result of a Grade Point Average (GPA) or Weighted Average Mark (WAM) calculation. , implementation_dba_data: IGS.IGS_PR_SDT_PS_PR_MSR ,
-
View: IGSFV_STUD_PRG_PRE_ENROLLMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STUD_PRG_PRE_ENROLLMENTS, object_name:IGSFV_STUD_PRG_PRE_ENROLLMENTS, status:VALID, product: IGS - Student System , description: This entity describes enrollment which will occur or has occurred for student program attempt , implementation_dba_data: APPS.IGSFV_STUD_PRG_PRE_ENROLLMENTS ,
-
View: IGSBV_AS_ANONYMOUS_ID_PROGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AS_ANONYMOUS_ID_PROGS, object_name:IGSBV_AS_ANONYMOUS_ID_PROGS, status:VALID, product: IGS - Student System , description: Holds the person with the assigned Anonymous ID for the Method PROGRAM. , implementation_dba_data: APPS.IGSBV_AS_ANONYMOUS_ID_PROGS ,
-
View: IGSFV_AS_ANONYMOUS_ID_PROGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AS_ANONYMOUS_ID_PROGS, object_name:IGSFV_AS_ANONYMOUS_ID_PROGS, status:VALID, product: IGS - Student System , description: Holds the person with the assigned Anonymous ID for the Method PROGRAM. , implementation_dba_data: APPS.IGSFV_AS_ANONYMOUS_ID_PROGS ,