Search Results igs_ca_da
Overview
The IGS_CA_DA table is a core reference table within the Oracle E-Business Suite Student System (IGS), specifically for the Calendar module. It functions as the master definition table for date alias types available across the application. A date alias is a logical, user-defined name for a significant date (e.g., "TERM_START", "FEE_DUE_DATE") that can be dynamically resolved to an actual calendar date within a specific context, such as an academic period or institution. This abstraction allows for flexible date-driven configuration and processing without hardcoding specific calendar dates in business rules. The table's role is foundational, as evidenced by its extensive network of foreign key relationships with configuration and transactional tables throughout the Student, Admissions, and Financial Aid modules in both EBS 12.1.1 and 12.2.2.
Key Information Stored
While the provided metadata does not list specific columns, the structure and relationships indicate the table's key attributes. The primary key column is DT_ALIAS, which stores the unique code identifying the date alias type. Another critical column is DT_CAT, which is a foreign key to the IGS_CA_DA_CAT table, categorizing the alias (e.g., Academic, Administrative, Financial). Additional columns likely describe the alias, such as a full name (DESCRIPTION), system flags, and active status controls. The table essentially holds the permissible list of date alias codes that can be instantiated and assigned specific dates elsewhere in the system.
Common Use Cases and Queries
This table is primarily referenced for setup, validation, and reporting on date-driven configurations. Common scenarios include identifying which date aliases are used by a specific module or generating a list of all configured aliases for audit purposes. A typical query would join IGS_CA_DA with its category table for descriptive reporting:
- Listing all active date aliases with their categories:
SELECT da.dt_alias, da.description, dc.dt_cat_description
FROM igs_ca_da da, igs_ca_da_cat dc
WHERE da.dt_cat = dc.dt_cat
AND da.closed_ind = 'N'; - Identifying configuration tables using a specific date alias: Analysts can trace the foreign key relationships documented in the metadata (e.g., to IGS_EN_CAL_CONF or IGS_FI_CONTROL_ALL) to understand where an alias like 'PLANNING_OPEN_DT_ALIAS' is applied.
Related Objects
The IGS_CA_DA table sits at the center of a significant relational hierarchy. Key related objects include:
- IGS_CA_DA_CAT: The parent table for the date alias category (DT_CAT).
- IGS_CA_DA_INST: Child table that stores the specific instantiated date for an alias within a given calendar context.
- IGS_CA_DA_OFST and IGS_CA_DA_PAIR: Child tables defining offset calculations and relationships between different date aliases.
- Critical Configuration Tables: IGS_CA_DA is referenced by numerous setup tables, including IGS_EN_CAL_CONF (Enrollment Calendar Configuration), IGS_AD_CAL_CONF (Admissions Calendar Configuration), IGS_FI_CONTROL_ALL (Financials Control), and IGS_PE_USR_ARG_ALL (Person User Arguments), making it essential for defining institutional calendars and deadlines.
-
Table: IGS_CA_DA
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CA_DA, object_name:IGS_CA_DA, status:VALID, product: IGS - Student System , description: Describes available date alias types , implementation_dba_data: IGS.IGS_CA_DA ,
-
Table: IGS_CA_DA
12.2.2
product: IGS - Student System (Obsolete) , description: Describes available date alias types , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_GEN_002 dependencies on IGS_CA_DA
12.1.1
-
APPS.IGS_FI_GEN_002 dependencies on IGS_CA_DA
12.1.1
-
APPS.IGS_PR_VAL_SCPC dependencies on IGS_CA_DA
12.1.1
-
APPS.IGF_AW_PACKAGING dependencies on IGS_CA_DA
12.1.1
-
APPS.IGS_AS_VAL_SACC dependencies on IGS_CA_DA
12.1.1
-
APPS.IGS_CA_VAL_DAO dependencies on IGS_CA_DA
12.1.1
-
APPS.IGS_CA_VAL_DAP dependencies on IGS_CA_DA
12.1.1
-
APPS.IGF_GR_PELL_CALC dependencies on IGS_CA_DA
12.1.1
-
APPS.IGS_EN_VAL_UDDC dependencies on IGS_CA_DA
12.1.1
-
APPS.IGS_AD_SS_APPL_UPD_PAGE dependencies on IGS_CA_DA
12.1.1
-
APPS.IGF_AW_PACKAGING dependencies on IGS_CA_DA
12.1.1
-
APPS.IGS_FI_GEN_001 dependencies on IGS_CA_DA
12.1.1
-
APPS.IGS_AD_VAL_SACCO dependencies on IGS_CA_DA
12.1.1
-
APPS.IGS_CA_DA_PKG dependencies on IGS_CA_DA
12.1.1
-
APPS.IGS_CA_VAL_DAI dependencies on IGS_CA_DA
12.1.1
-
Table: IGS_EN_CAL_CONF
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_CAL_CONF, object_name:IGS_EN_CAL_CONF, status:VALID, product: IGS - Student System , description: Describes institution-defined date aliases that are used as default dates in certain data records and to control the operation of some processes , implementation_dba_data: IGS.IGS_EN_CAL_CONF ,
-
VIEW: APPS.IGS_AS_CAL_CONF_V
12.1.1
-
Table: IGS_EN_CAL_CONF
12.2.2
product: IGS - Student System (Obsolete) , description: Describes institution-defined date aliases that are used as default dates in certain data records and to control the operation of some processes , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_CAL_CONF
12.2.2
product: IGS - Student System (Obsolete) , description: Stores dates aliases required for Admissions , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AS_CAL_CONF
12.2.2
product: IGS - Student System (Obsolete) , description: Holds control calendar reference details , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PR_S_PRG_CONF
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_S_PRG_CONF, object_name:IGS_PR_S_PRG_CONF, status:VALID, product: IGS - Student System , description: This table describes the system progression configuration information. This information will act as the default settings unless overridden for particular organizational units or course versions. , implementation_dba_data: IGS.IGS_PR_S_PRG_CONF ,
-
Table: IGS_AS_CAL_CONF
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_CAL_CONF, object_name:IGS_AS_CAL_CONF, status:VALID, product: IGS - Student System , description: Holds control calendar reference details , implementation_dba_data: IGS.IGS_AS_CAL_CONF ,
-
Table: IGS_AD_CAL_CONF
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_CAL_CONF, object_name:IGS_AD_CAL_CONF, status:VALID, product: IGS - Student System , description: Stores dates aliases required for Admissions , implementation_dba_data: IGS.IGS_AD_CAL_CONF ,
-
View: IGS_AS_CAL_CONF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_CAL_CONF_V, object_name:IGS_AS_CAL_CONF_V, status:VALID, product: IGS - Student System , description: Advance Standing Calandar Configuration , implementation_dba_data: APPS.IGS_AS_CAL_CONF_V ,
-
Table: IGS_PR_S_OU_PRG_CONF
12.2.2
product: IGS - Student System (Obsolete) , description: This table describes the system configuration parameters for a nominated organizational unit. This record when created overrides the system defaults for only the organizational unit linked. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PR_S_CRV_PRG_CON
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_S_CRV_PRG_CON, object_name:IGS_PR_S_CRV_PRG_CON, status:VALID, product: IGS - Student System , description: This table describes the system configuration parameters for a nominated course version. This record when created overrides the system defaults or organizational unit values which would have been applicable to the course version. , implementation_dba_data: IGS.IGS_PR_S_CRV_PRG_CON ,
-
Table: IGS_PR_S_CRV_PRG_CON
12.2.2
product: IGS - Student System (Obsolete) , description: This table describes the system configuration parameters for a nominated course version. This record when created overrides the system defaults or organizational unit values which would have been applicable to the course version. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PR_S_PRG_CONF
12.2.2
product: IGS - Student System (Obsolete) , description: This table describes the system progression configuration information. This information will act as the default settings unless overridden for particular organizational units or course versions. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_CAL_CONF_V
12.2.2
product: IGS - Student System (Obsolete) , description: Advance Standing Calandar Configuration , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PE_USR_ARG_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_USR_ARG_ALL, object_name:IGS_PE_USR_ARG_ALL, status:VALID, product: IGS - Student System , description: Contains all the columns related to self service activity for record open and cutoff date alias and grading schema date alias , implementation_dba_data: IGS.IGS_PE_USR_ARG_ALL ,
-
Table: IGS_PR_S_OU_PRG_CONF
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_S_OU_PRG_CONF, object_name:IGS_PR_S_OU_PRG_CONF, status:VALID, product: IGS - Student System , description: This table describes the system configuration parameters for a nominated organizational unit. This record when created overrides the system defaults for only the organizational unit linked. , implementation_dba_data: IGS.IGS_PR_S_OU_PRG_CONF ,
-
VIEW: APPS.IGSBV_CAL_PRD_EVNT_TYPE_OFSTS
12.1.1
-
VIEW: APPS.IGSFV_CAL_PRD_EVNT_TYPE_PAIRS
12.1.1
-
Table: IGS_CA_DA_OFST
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CA_DA_OFST, object_name:IGS_CA_DA_OFST, status:VALID, product: IGS - Student System , description: Describes the relationship between one date alias and another , implementation_dba_data: IGS.IGS_CA_DA_OFST ,
-
VIEW: APPS.IGSFV_CAL_PRD_EVNT_TYPE_OFSTS
12.1.1
-
VIEW: APPS.IGSBV_CAL_PRD_EVNT_TYPE_PAIRS
12.1.1
-
Table: IGS_PE_USR_ARG_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Contains all the columns related to self service activity for record open and cutoff date alias and grading schema date alias , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_EN_TIMESLOT_CONF_V
12.1.1
-
APPS.IGS_CA_DA_PKG SQL Statements
12.1.1
-
Table: IGS_CA_DA_OFST
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the relationship between one date alias and another , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_CA_DA_V
12.1.1
-
Table: IGS_RE_S_RES_CAL_CON
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_RE_S_RES_CAL_CON, object_name:IGS_RE_S_RES_CAL_CON, status:VALID, product: IGS - Student System , description: This entity gives us information about the System Research Calendar Configuration. , implementation_dba_data: IGS.IGS_RE_S_RES_CAL_CON ,
-
Table: IGS_CA_DA_PAIR
12.2.2
product: IGS - Student System (Obsolete) , description: Describes combination of date aliases into pairs , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_GE_S_GEN_CAL_CON
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_GE_S_GEN_CAL_CON, object_name:IGS_GE_S_GEN_CAL_CON, status:VALID, product: IGS - Student System , description: Describes the date alias representing the cutoff date and teaching period census for an academic period. , implementation_dba_data: IGS.IGS_GE_S_GEN_CAL_CON ,
-
Table: IGS_EN_TIMESLOT_CONF
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the various date aliases that are used as reference and as default dates for allotting timeslot appointments to students who wish to enroll in a specific program or units. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_CAL_PRD_EVNT_TYPE_PAIRS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the base view for the entity Calendar Period Event Type Pairs which describes combination of date aliases into pairs. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_CA_INS_ROLL_CI dependencies on IGS_CA_DA_INST_PKG
12.1.1
-
Table: IGS_CA_DA_PAIR
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CA_DA_PAIR, object_name:IGS_CA_DA_PAIR, status:VALID, product: IGS - Student System , description: Describes combination of date aliases into pairs , implementation_dba_data: IGS.IGS_CA_DA_PAIR ,