DBA Data[Home] [Help]

APPS.IGS_ST_GEN_003 dependencies on IGS_GE_S_GEN_CAL_CON

Line 523: IGS_GE_S_GEN_CAL_CON sgcc

519: cp_cal_type IGS_EN_SU_ATTEMPT.cal_type%TYPE,
520: cp_ci_seq_num IGS_EN_SU_ATTEMPT.ci_sequence_number%TYPE) IS
521: SELECT daiv.alias_val
522: FROM IGS_CA_DA_INST_V daiv,
523: IGS_GE_S_GEN_CAL_CON sgcc
524: WHERE daiv.cal_type = cp_cal_type AND
525: daiv.ci_sequence_number = cp_ci_seq_num AND
526: daiv.dt_alias = sgcc.census_dt_alias
527: ORDER BY daiv.alias_val ASC;