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_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 ,
-
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_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_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_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_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 ,
-
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 ,
-
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_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_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 ,
-
Table: IGS_FI_CONTROL_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_CONTROL_ALL, object_name:IGS_FI_CONTROL_ALL, status:VALID, product: IGS - Student System , description: This table stores a flag to indicate if Oracle Accounts Receivables is installed or not. , implementation_dba_data: IGS.IGS_FI_CONTROL_ALL ,
-
View: IGSBV_CAL_PRD_EVNT_TYPE_PAIRS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_CAL_PRD_EVNT_TYPE_PAIRS, object_name:IGSBV_CAL_PRD_EVNT_TYPE_PAIRS, status:VALID, product: IGS - Student System , 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: APPS.IGSBV_CAL_PRD_EVNT_TYPE_PAIRS ,
-
Table: IGS_EN_TIMESLOT_CONF
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_TIMESLOT_CONF, object_name:IGS_EN_TIMESLOT_CONF, status:VALID, product: IGS - Student System , 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: IGS.IGS_EN_TIMESLOT_CONF ,
-
View: IGSFV_CAL_PRD_EVNT_TYPE_PAIRS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_CAL_PRD_EVNT_TYPE_PAIRS, object_name:IGSFV_CAL_PRD_EVNT_TYPE_PAIRS, status:VALID, product: IGS - Student System , description: This is the full view for the entity Calendar Period Event Type Pairs which describes combination of date aliases into pairs. , implementation_dba_data: APPS.IGSFV_CAL_PRD_EVNT_TYPE_PAIRS ,
-
View: IGS_CA_DA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_DA_V, object_name:IGS_CA_DA_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_CA_DA_V ,
-
View: IGS_EN_TIMESLOT_CONF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_TIMESLOT_CONF_V, object_name:IGS_EN_TIMESLOT_CONF_V, status:VALID, product: IGS - Student System , description: This view holds all the timeslots that pertain to one specific calendar year and their corresponding date aliases. , implementation_dba_data: APPS.IGS_EN_TIMESLOT_CONF_V ,
-
View: IGSFV_CAL_PRD_EVNT_TYPE_OFSTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_CAL_PRD_EVNT_TYPE_OFSTS, object_name:IGSFV_CAL_PRD_EVNT_TYPE_OFSTS, status:VALID, product: IGS - Student System , description: This is the full view for the entity Calendar Period Event Type Offsets that describes the offset relationship between two date aliases. Offset values are used to derive the date alias value from the related date alias value. , implementation_dba_data: APPS.IGSFV_CAL_PRD_EVNT_TYPE_OFSTS ,
-
View: IGSBV_CAL_PRD_EVNT_TYPE_OFSTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_CAL_PRD_EVNT_TYPE_OFSTS, object_name:IGSBV_CAL_PRD_EVNT_TYPE_OFSTS, status:VALID, product: IGS - Student System , description: This is the base view for the entity Calendar Period Event Type Offsets that describes the offset relationship between two date aliases. Offset values are used to derive the date alias value from the related date alias value. , implementation_dba_data: APPS.IGSBV_CAL_PRD_EVNT_TYPE_OFSTS ,
-
View: IGS_FI_F_TYP_CA_INST_LKP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_F_TYP_CA_INST_LKP_V, object_name:IGS_FI_F_TYP_CA_INST_LKP_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_FI_F_TYP_CA_INST_LKP_V ,
-
Table: IGS_EN_CAT_PRC_DTL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_CAT_PRC_DTL, object_name:IGS_EN_CAT_PRC_DTL, status:VALID, product: IGS - Student System , description: Describes the detail of enrollment procedure type , implementation_dba_data: IGS.IGS_EN_CAT_PRC_DTL ,
-
Table: IGS_CA_DA_CAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CA_DA_CAT, object_name:IGS_CA_DA_CAT, status:VALID, product: IGS - Student System , description: Describes the user-defined categories assigned to a date alias to group date aliases , implementation_dba_data: IGS.IGS_CA_DA_CAT ,
-
Table: IGS_PS_UNIT_DISC_CRT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_DISC_CRT, object_name:IGS_PS_UNIT_DISC_CRT, status:VALID, product: IGS - Student System , description: This entity describes the unit discontinuation date criteria of a teaching period calendar instance. , implementation_dba_data: IGS.IGS_PS_UNIT_DISC_CRT ,
-
View: IGSFV_CAL_PRD_EVNTTYP_OVRD_RLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_CAL_PRD_EVNTTYP_OVRD_RLS, object_name:IGSFV_CAL_PRD_EVNTTYP_OVRD_RLS, status:VALID, product: IGS - Student System , description: This entity contains the values of the overriding rules of the seeded system date types , implementation_dba_data: APPS.IGSFV_CAL_PRD_EVNTTYP_OVRD_RLS ,
-
View: IGSBV_CAL_PRD_EVNT_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_CAL_PRD_EVNT_TYPES, object_name:IGSBV_CAL_PRD_EVNT_TYPES, status:VALID, product: IGS - Student System , description: This is the base view for the entity Calendar Period Event Types that describes the available date aliases. , implementation_dba_data: APPS.IGSBV_CAL_PRD_EVNT_TYPES ,
-
Table: IGS_AS_INC_GRD_CPROF
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_INC_GRD_CPROF, object_name:IGS_AS_INC_GRD_CPROF, status:VALID, product: IGS - Student System , description: Stores incomplete grade conversion profile details , implementation_dba_data: IGS.IGS_AS_INC_GRD_CPROF ,
-
View: IGSFV_CAL_PRD_EVNT_TYP_CONFIGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_CAL_PRD_EVNT_TYP_CONFIGS, object_name:IGSFV_CAL_PRD_EVNT_TYP_CONFIGS, status:VALID, product: IGS - Student System , description: This entity contains the seeded system date types that are used for date type configurations. , implementation_dba_data: APPS.IGSFV_CAL_PRD_EVNT_TYP_CONFIGS ,
-
View: IGSFV_CAL_PRD_EVNT_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_CAL_PRD_EVNT_TYPES, object_name:IGSFV_CAL_PRD_EVNT_TYPES, status:VALID, product: IGS - Student System , description: This is the full view for the entity Calendar Period Event Types that describes the available date aliases. , implementation_dba_data: APPS.IGSFV_CAL_PRD_EVNT_TYPES ,
-
View: IGS_EN_CAT_PRC_DTL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_CAT_PRC_DTL_V, object_name:IGS_EN_CAT_PRC_DTL_V, status:VALID, product: IGS - Student System , description: Describes the Enrollment Category Eligibility Validation Details , implementation_dba_data: APPS.IGS_EN_CAT_PRC_DTL_V ,
-
View: IGS_AD_CAL_CONF_PERDADM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_CAL_CONF_PERDADM_V, object_name:IGS_AD_CAL_CONF_PERDADM_V, status:VALID, product: IGS - Student System , description: View of adm_perd_admission_cat and date aliases from dt_alias_instance. , implementation_dba_data: APPS.IGS_AD_CAL_CONF_PERDADM_V ,
-
View: IGS_CA_DA_INST_DISPLAY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_DA_INST_DISPLAY_V, object_name:IGS_CA_DA_INST_DISPLAY_V, status:VALID, product: IGS - Student System , description: Used to provide derived, absolute and effective dates for the date alias instance. It is used in conjunction with the inquire on date alias instance form to provide a meaningful description when displaying date alias instance values. , implementation_dba_data: APPS.IGS_CA_DA_INST_DISPLAY_V ,
-
View: IGSFV_PGM_OFR_PAT_ADM_DT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PGM_OFR_PAT_ADM_DT, object_name:IGSFV_PGM_OFR_PAT_ADM_DT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_PGM_OFR_PAT_ADM_DT ,
-
View: IGSBV_CALENDAR_PERIOD_EVENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_CALENDAR_PERIOD_EVENTS, object_name:IGSBV_CALENDAR_PERIOD_EVENTS, status:VALID, product: IGS - Student System , description: This is the base view for the entity Calendar Period Event that describes an instance of a date alias in a calendar instance. , implementation_dba_data: APPS.IGSBV_CALENDAR_PERIOD_EVENTS ,
-
View: IGSFV_CALENDAR_PERIOD_EVENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_CALENDAR_PERIOD_EVENTS, object_name:IGSFV_CALENDAR_PERIOD_EVENTS, status:VALID, product: IGS - Student System , description: This is the full view for the entity Calendar Period Event, describes an instance of a date alias in a calendar instance. , implementation_dba_data: APPS.IGSFV_CALENDAR_PERIOD_EVENTS ,
-
View: IGS_FI_F_CAT_FEE_LBL_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_F_CAT_FEE_LBL_ALL_V, object_name:IGS_FI_F_CAT_FEE_LBL_ALL_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_FI_F_CAT_FEE_LBL_ALL_V ,
-
Table: IGS_CA_DA_INST
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CA_DA_INST, object_name:IGS_CA_DA_INST, status:VALID, product: IGS - Student System , description: Describes an instance of a date alias in a calendar instance , implementation_dba_data: IGS.IGS_CA_DA_INST ,
-
View: IGS_FI_CONTROL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_CONTROL_V, object_name:IGS_FI_CONTROL_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_FI_CONTROL_V ,