DBA Data[Home] [Help]

APPS.IGS_EN_VAL_SUA dependencies on IGS_RE_GEN_002

Line 213: v_teach_days := IGS_RE_GEN_002.RESP_GET_TEACH_DAYS(

209: IF p_cal_type IS NULL OR p_ci_sequence_number IS NULL THEN
210: -- Remaining validations don't apply without calendar details.
211: RETURN TRUE;
212: END IF;
213: v_teach_days := IGS_RE_GEN_002.RESP_GET_TEACH_DAYS(
214: p_cal_type,
215: p_ci_sequence_number,
216: v_teach_start_dt,
217: v_teach_end_dt );