Search Results alias_val
Overview
The IGS_CA_DA_INST_ALIAS_VAL_V view is a reporting and integration object within the IGS (Student System) product family of Oracle E-Business Suite, valid in both 12.1.1 and 12.2.2. It belongs to the APPS schema and is documented as a VALID view in the ETRM metadata. Its stated purpose is to provide derived, absolute, and effective dates for a date alias instance.
Institutional calendar functionality in IGS relies heavily on "date aliases" — named points in time (for example, census date, withdrawal deadline, or fee due date) that are attached to a calendar instance rather than hard-coded. This view resolves those aliases into concrete date values. It exposes three distinct representations of the same alias value: the raw stored ABSOLUTE_VAL, a computed DERIVED_VAL obtained from the calendar generation package, and the final resolved ALIAS_VAL produced by applying the calendar pattern logic. This layered resolution makes the view valuable wherever downstream processes, reports, or integrations require the definitive date associated with a date alias for a specific calendar instance.
Underlying Base Objects
The ETRM metadata does not document a referenced base object list, but the embedded view text confirms that the view is defined over a single base table:
- IGS_CA_DA_INST — the date alias instance table, which stores the alias definition (
DT_ALIAS), its sequence within the alias (SEQUENCE_NUMBER), the calendar type (CAL_TYPE), the calendar instance identifier (CI_SEQUENCE_NUMBER), and the stored absolute value (ABSOLUTE_VAL), along with standard audit columns.
The view does not join to additional tables. Instead, it invokes two database functions owned by the APPS schema to perform date resolution at query time:
- IGS_CA_GEN_002.CALS_CLC_DT_FROM_DAI — calculates the derived date for the alias from the calendar instance, calendar type, alias, and sequence.
- IGS_CA_GEN_001.CALP_SET_ALIAS_VALUE — combines the absolute value with the derived value to return the effective alias value.
Key Columns
- DT_ALIAS — the date alias identifier, naming the calendar event being resolved.
- SEQUENCE_NUMBER — identifies which occurrence of the alias applies where an alias repeats.
- CAL_TYPE — the calendar type under which the alias instance is defined.
- CI_SEQUENCE_NUMBER — the calendar instance (the specific calendar, such as an academic year) to which the alias belongs.
- ABSOLUTE_VAL — the stored absolute date value held on the instance record.
- DERIVED_VAL — the date computed by
CALS_CLC_DT_FROM_DAI, reflecting relative placement within the calendar pattern. - ALIAS_VAL — the effective, resolved date returned by
CALP_SET_ALIAS_VALUE; this is the column users seek when searching on "alias_val". - CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard EBS audit columns inherited from the base table.
Common Use Cases and Queries
Typical uses include validating that a date alias resolves to the expected date for an academic period, feeding resolved dates into enrollment or fee-calculation extracts, and auditing discrepancies between stored and computed values. A basic query follows:
SELECT dt_alias, cal_type, ci_sequence_number, absolute_val, derived_val, alias_val
FROM apps.igs_ca_da_inst_alias_val_v
WHERE ci_sequence_number = :ci_seq;
Because DERIVED_VAL and ALIAS_VAL call PL/SQL functions per row, filtering by DT_ALIAS, CAL_TYPE, and CI_SEQUENCE_NUMBER is recommended to limit execution cost. Be aware that function exceptions or missing calendar setup can suppress rows or raise errors at runtime.
-
View: IGS_CA_DA_INST_ALIAS_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_DA_INST_ALIAS_VAL_V, object_name:IGS_CA_DA_INST_ALIAS_VAL_V, status:VALID, product: IGS - Student System , description: This view is used to provide derived, absolute and effective dates for the date alias instance. , implementation_dba_data: APPS.IGS_CA_DA_INST_ALIAS_VAL_V ,
-
View: IGS_CA_DA_INST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_DA_INST_V, object_name:IGS_CA_DA_INST_V, status:VALID, product: IGS - Student System , description: This view is used to provide derived, absolute and effective dates for the date alias instance. It also resolves any offset constraints which apply to the date alias instance. , implementation_dba_data: APPS.IGS_CA_DA_INST_V ,
-
View: IGS_AD_PERD_PS_OF_PAT1_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PERD_PS_OF_PAT1_V, object_name:IGS_AD_PERD_PS_OF_PAT1_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_PERD_PS_OF_PAT1_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: IGS_AS_ESE_VENUE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_ESE_VENUE_V, object_name:IGS_AS_ESE_VENUE_V, status:VALID, product: IGS - Student System , description: View containing all session/venue combinations - used to validate exam_venue_suprvsr entries , implementation_dba_data: APPS.IGS_AS_ESE_VENUE_V ,
-
View: IGS_AS_EXAM_SESSION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_EXAM_SESSION_V, object_name:IGS_AS_EXAM_SESSION_V, status:VALID, product: IGS - Student System , description: Examination Session View - incorporated examination session date alias value from the 'date alias instance' table. , implementation_dba_data: APPS.IGS_AS_EXAM_SESSION_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_AD_PERD_PS_OF_PAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PERD_PS_OF_PAT_V, object_name:IGS_AD_PERD_PS_OF_PAT_V, status:VALID, product: IGS - Student System , description: Describes a further breakdown of the program , implementation_dba_data: APPS.IGS_AD_PERD_PS_OF_PAT_V ,
-
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 ,
-
View: IGS_AS_ESE_EXMVNUS_UNAVLBL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_ESE_EXMVNUS_UNAVLBL_V, object_name:IGS_AS_ESE_EXMVNUS_UNAVLBL_V, status:VALID, product: IGS - Student System , description: Selects all venues that are unavailable for each examination session. This is the reverse of the data structure that stores the 'availability'. The view will contain a record for each examination session for each open venue, if no availabi , implementation_dba_data: APPS.IGS_AS_ESE_EXMVNUS_UNAVLBL_V ,