DBA Data[Home] [Help]

APPS.IGS_AS_GEN_006 dependencies on IGS_AS_VAL_ESVS

Line 15: -- smadathi 28-AUG-2001 Bug No. 1956374 .The call to igs_as_val_esvs.genp_val_staff_prsn

11: -- kdande 23-Jan-2004 Removed app_exception.raise_exception since the message
12: -- being logged is a proper message and not an exception.
13: -- ijeddy, Dec 3, 2003 Grade Book Enh build, bug no 3201661
14: -- gmaheswa 13-nov-2003 Bug No. 3227107 . Address changes. Modified address related cursor to select active records only.
15: -- smadathi 28-AUG-2001 Bug No. 1956374 .The call to igs_as_val_esvs.genp_val_staff_prsn
16: -- is changed to igs_ad_val_acai.genp_val_staff_prsn
17: -- bayadav 28-DEC-2001 added code to include newly added columns in IGS_AS_GRD_GRADE as a part of bug 2162831
18: -- svenkata 7-JAN-2002 Bug No. 2172405 Standard Flex Field columns have been added
19: -- to table handler procedure calls as part of CCR - ENCR022.

Line 2177: IF (IGS_AS_VAL_ESVS.assp_val_esu_ese_el(

2173: p_ese_id);
2174: -- Validate if the IGS_PE_PERSON is allocated to different exam locations for the
2175: -- same day.
2176: -- Warning only.
2177: IF (IGS_AS_VAL_ESVS.assp_val_esu_ese_el(
2178: p_person_id,
2179: v_exam_cal_type,
2180: v_exam_ci_sequence_number,
2181: v_dt_alias,

Line 2215: IF (IGS_AS_VAL_ESVS.assp_val_esu_ese_ve(

2211: END IF;
2212: -- Validate IGS_PE_PERSON cannot be allocated concurrent sessions at different
2213: -- venues.
2214: -- Warning only.
2215: IF (IGS_AS_VAL_ESVS.assp_val_esu_ese_ve(
2216: p_person_id,
2217: v_exam_cal_type,
2218: v_exam_ci_sequence_number,
2219: v_dt_alias,

Line 2235: IF IGS_AS_VAL_ESVS.assp_val_els_venue(

2231: -- At a later date, this may insert an IGS_GE_S_LOG_ENTRY for a report.
2232: END IF;
2233: -- Validate IGS_GR_VENUE is within supervisor's exam locations.
2234: -- Warning only.
2235: IF IGS_AS_VAL_ESVS.assp_val_els_venue(
2236: p_person_id,
2237: p_venue_cd,
2238: v_local_message_name) = FALSE THEN
2239: p_message_name := v_local_message_name;