DBA Data[Home] [Help]

APPS.IGS_AS_GEN_006 dependencies on IGS_AS_VAL_EIS

Line 2145: IF (IGS_AS_VAL_EIS.assp_val_actv_stdnt(

2141: END IF;
2142: --Check the following warnings:
2143: -- Validate if the IGS_PE_PERSON is not an active student.
2144: -- Warning only.
2145: IF (IGS_AS_VAL_EIS.assp_val_actv_stdnt(
2146: p_person_id,
2147: v_local_message_name) = FALSE) THEN
2148: p_message_name := v_local_message_name;
2149: IF (p_ignore_warnings = 'N') THEN

Line 2196: IF (IGS_AS_VAL_EIS.assp_val_esu_ese_lmt(

2192: END IF;
2193: -- Validate if the limit exceeded for the session and IGS_GR_VENUE.
2194: -- Warning only.
2195: --w.r.t BUG #1956374 , Procedure assp_val_esu_ese_lmt reference is changed
2196: IF (IGS_AS_VAL_EIS.assp_val_esu_ese_lmt(
2197: p_person_id,
2198: v_exam_cal_type,
2199: v_exam_ci_sequence_number,
2200: v_dt_alias,

Line 2247: IF IGS_AS_VAL_EIS.assp_val_ese_inchrg(

2243: -- At a later date, this may insert an IGS_GE_S_LOG_ENTRY for a report.
2244: END IF;
2245: -- Validate if more than one IGS_PE_PERSON in-charge at a session and IGS_GR_VENUE.
2246: -- Warning only.
2247: IF IGS_AS_VAL_EIS.assp_val_ese_inchrg(
2248: p_person_id,
2249: v_exam_cal_type,
2250: v_exam_ci_sequence_number,
2251: v_dt_alias,

Line 2266: IF IGS_AS_VAL_EIS.assp_val_est_inchrg(

2262: -- At a later date, this may insert an IGS_GE_S_LOG_ENTRY for a report.
2263: END IF;
2264: -- Validate if IGS_PE_PERSON is allocated as in-charge when not normally.
2265: -- Warning only.
2266: IF IGS_AS_VAL_EIS.assp_val_est_inchrg(
2267: p_person_id,
2268: v_exam_supervisor_type,
2269: v_local_message_name) = FALSE THEN
2270: p_message_name := v_local_message_name;