Search Results igs_re_candidature_all
Overview
The IGS_RE_CANDIDATURE_ALL table is a core entity within the Oracle E-Business Suite (EBS) Student System (IGS) module, specifically for managing research education. It serves as the master repository for the candidature details of a research student, representing their formal enrollment and progression within a higher degree by research (HDR) program. This table is critical for tracking the lifecycle of a research student from admission through to completion, linking academic, supervisory, and administrative data. As an "ALL" table, it is designed to support the multi-org architecture of Oracle EBS, storing data partitioned by the SET_OF_BOOKS_ID or ORG_ID, which is a standard pattern in releases 12.1.1 and 12.2.2.
Key Information Stored
The table's primary key is a composite of PERSON_ID and SEQUENCE_NUMBER, indicating that a single person (student) can have multiple candidature records, typically for different research programs or stages. While the provided metadata does not list all columns, the foreign key relationships and standard practice imply it stores essential attributes such as the candidature start and end dates, current status, associated research course code, and admission application details. Key foreign key columns include SCA_COURSE_CD (linking to the student's course attempt) and a set of columns prefixed with ACAI_ (linking to the original admission application instance). These links integrate the research candidature with the broader student admissions and enrollment framework.
Common Use Cases and Queries
This table is central to reporting and processes in research administration. Common use cases include generating lists of active research candidates, tracking candidature milestones and submission dates, and managing supervisory panels. A typical query might join to person and course tables to create a candidate dashboard. For example, to find active research students and their associated course of study, a query would pattern:
- SELECT ca.person_id, p.party_name, ca.sca_course_cd, s.version_name FROM igs_re_candidature_all ca JOIN hz_parties p ON ca.person_id = p.party_id JOIN igs_en_stdnt_ps_att_all s ON ca.person_id = s.person_id AND ca.sca_course_cd = s.course_cd WHERE ca.candidature_status = 'ACTIVE';
Data from this table also feeds into processes for scholarship allocation, thesis submission tracking, and compliance reporting for research training.
Related Objects
The IGS_RE_CANDIDATURE_ALL table sits at the center of a network of related entities, as evidenced by its foreign key relationships. Key documented dependencies include:
- Referenced Tables (Parent): IGS_AD_PS_APPL_INST_ALL (Admission Application), HZ_PARTIES (Person/Party), and IGS_EN_STDNT_PS_ATT_ALL (Student Program Attempt).
- Dependent Tables (Child):
- IGS_RE_CDT_FLD_OF_SY (Candidature Field of Study)
- IGS_RE_CDT_ATT_HIST_ALL (Candidature Attempt History)
- IGS_RE_CAND_SEO_CLS (Candidature SEO Classification)
- IGS_PR_MILESTONE_ALL (Progress Milestones)
- IGS_RE_SPRVSR (Supervisors)
- IGS_RE_SCHOLARSHIP_ALL (Scholarships)
- IGS_RE_THESIS_ALL (Thesis Details)
These relationships enforce data integrity and create a comprehensive model where the candidature record is the anchor for a student's entire research profile.
-
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_RE_CANDIDATURE_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the candidature details of a research student. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_RE_VAL_THE dependencies on IGS_RE_CANDIDATURE_ALL
12.1.1
-
APPS.IGS_HE_FTE_CALC_PKG dependencies on IGS_RE_CANDIDATURE_ALL
12.1.1
-
APPS.IGS_EN_SPA_LGCY_PUB dependencies on IGS_RE_CANDIDATURE_ALL
12.1.1
-
APPS.IGS_RE_CANDIDATURE_PKG dependencies on IGS_RE_CANDIDATURE_ALL
12.1.1
-
APPS.IGS_RE_THE_LGCY_PUB dependencies on IGS_RE_CANDIDATURE_ALL
12.1.1
-
APPS.IGS_EN_WORKFLOW dependencies on IGS_RE_CANDIDATURE_ALL
12.1.1
-
APPS.IGS_RE_CANDIDATURE_PKG dependencies on IGS_RE_CANDIDATURE
12.1.1
-
APPS.IGS_RE_CANDIDATURE_PKG dependencies on IGS_AS_VAL_SUAAP
12.1.1
-
SYNONYM: APPS.IGS_RE_CANDIDATURE_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_RE_CANDIDATURE_ALL, status:VALID,
-
APPS.IGS_RE_VAL_THE dependencies on IGS_RE_CANDIDATURE
12.1.1
-
APPS.IGS_RE_CANDIDATURE_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_RE_CANDIDATURE
12.1.1
-
Table: IGS_RE_SCHOLARSHIP_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_RE_SCHOLARSHIP_ALL, object_name:IGS_RE_SCHOLARSHIP_ALL, status:VALID, product: IGS - Student System , description: This entity describes the details of scholarships , implementation_dba_data: IGS.IGS_RE_SCHOLARSHIP_ALL ,
-
Table: IGS_RE_THESIS_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_RE_THESIS_ALL, object_name:IGS_RE_THESIS_ALL, status:VALID, product: IGS - Student System , description: This entity describes the thesis details for a research student. , implementation_dba_data: IGS.IGS_RE_THESIS_ALL ,
-
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 ,
-
APPS.IGS_RE_CANDIDATURE_PKG dependencies on IGS_SC_GEN_001
12.1.1
-
Table: IGS_RE_CAND_SEO_CLS
12.2.2
product: IGS - Student System (Obsolete) , description: This field describes the links between a candidature and one or more Socio-Economic Objectives. , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.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,
-
Table: IGS_RE_SCHOLARSHIP_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the details of scholarships , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_RE_CAND_SEO_CLS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_RE_CAND_SEO_CLS, object_name:IGS_RE_CAND_SEO_CLS, status:VALID, product: IGS - Student System , description: This field describes the links between a candidature and one or more Socio-Economic Objectives. , implementation_dba_data: IGS.IGS_RE_CAND_SEO_CLS ,
-
Table: IGS_EN_LGCY_SPA_INT
12.2.2
product: IGS - Student System (Obsolete) , 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: Not implemented in this database ,
-
APPS.IGS_AD_GEN_001 dependencies on IGS_RE_CANDIDATURE
12.1.1
-
Table: IGS_RE_CDT_FLD_OF_SY
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_RE_CDT_FLD_OF_SY, object_name:IGS_RE_CDT_FLD_OF_SY, status:VALID, product: IGS - Student System , description: This table describes the links to field(s) of study from a research candidature. There may be multiple links split by percentage. , implementation_dba_data: IGS.IGS_RE_CDT_FLD_OF_SY ,
-
Table: IGS_RE_SPRVSR
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_RE_SPRVSR, object_name:IGS_RE_SPRVSR, status:VALID, product: IGS - Student System , description: This entity describes a research student's supervisor. , implementation_dba_data: IGS.IGS_RE_SPRVSR ,
-
Table: IGS_RE_SPRVSR
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a research student's supervisor. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_RE_CDT_FLD_OF_SY
12.2.2
product: IGS - Student System (Obsolete) , description: This table describes the links to field(s) of study from a research candidature. There may be multiple links split by percentage. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_RE_THESIS_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the thesis details for a research student. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_RE_CDT_ATT_HIST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_RE_CDT_ATT_HIST_ALL, object_name:IGS_RE_CDT_ATT_HIST_ALL, status:VALID, product: IGS - Student System , description: This table describes the history of the attendance of a research student for the duration of their candidature. It stores details of both attendance type and attendance percentage details in a consolidated view. , implementation_dba_data: IGS.IGS_RE_CDT_ATT_HIST_ALL ,
-
Table: IGS_PR_MILESTONE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_MILESTONE_ALL, object_name:IGS_PR_MILESTONE_ALL, status:VALID, product: IGS - Student System , description: This entity describes the milestones that a research student must complete during the duration of their candidature. , implementation_dba_data: IGS.IGS_PR_MILESTONE_ALL ,
-
Table: IGS_RE_CDT_ATT_HIST_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This table describes the history of the attendance of a research student for the duration of their candidature. It stores details of both attendance type and attendance percentage details in a consolidated view. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PR_MILESTONE_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the milestones that a research student must complete during the duration of their candidature. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_RE_VAL_THE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_RE_VAL_THE, status:VALID,
-
View: IGS_RE_CANDIDATURE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_RE_CANDIDATURE, object_name:IGS_RE_CANDIDATURE, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_RE_CANDIDATURE ,
-
PACKAGE BODY: APPS.IGS_RE_THE_LGCY_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_RE_THE_LGCY_PUB, status:VALID,
-
View: IGS_RE_CANDIDATURE
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_RE_CANDIDATURE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_RE_CANDIDATURE_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_WORKFLOW
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_WORKFLOW, status:VALID,
-
PACKAGE BODY: APPS.IGS_HE_FTE_CALC_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_HE_FTE_CALC_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_SPA_LGCY_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_SPA_LGCY_PUB, status:VALID,
-
PACKAGE BODY: APPS.IGS_RE_CANDIDATURE_PKG
12.1.1
-
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 ,
-
Table: IGS_EN_STDNT_PS_ATT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a student's attempt at studying a particular course offered by the university. , implementation_dba_data: Not implemented in this database ,
-
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_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 ,
-
VIEW: APPS.IGS_RE_CANDIDATURE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_RE_CANDIDATURE, object_name:IGS_RE_CANDIDATURE, status:VALID,
-
APPS.IGS_RE_VAL_THE SQL Statements
12.1.1
-
APPS.IGS_EN_SPA_LGCY_PUB SQL Statements
12.1.1
-
APPS.IGS_RE_CANDIDATURE_PKG dependencies on IGS_RE_VAL_CA
12.1.1