DBA Data[Home] [Help]

APPS.IGS_PS_VAL_CRV dependencies on IGS_PS_VAL_COO

Line 613: -- As part of the bug# 1956374 changed to the below call from IGS_PS_VAL_COO.crsp_val_loc_cd

609: END IF;
610: -- Validate IGS_PS_OFR_OPT record(s) if it exists and
611: -- the closed indicators associated with the fields of the record
612: FOR coo_rec IN c_course_offering_option LOOP
613: -- As part of the bug# 1956374 changed to the below call from IGS_PS_VAL_COO.crsp_val_loc_cd
614: IF (IGS_PS_VAL_UOO.crsp_val_loc_cd(
615: coo_rec.location_cd,
616: p_message_name) = FALSE) THEN
617: v_terminate := TRUE;

Line 620: IF (IGS_PS_VAL_COo.crsp_val_coo_am(

616: p_message_name) = FALSE) THEN
617: v_terminate := TRUE;
618: EXIT; -- premature exit loop
619: END IF;
620: IF (IGS_PS_VAL_COo.crsp_val_coo_am(
621: coo_rec.attendance_mode,
622: p_message_name) = FALSE) THEN
623: v_terminate := TRUE;
624: EXIT; -- premature exit loop

Line 626: IF (IGS_PS_VAL_COo.crsp_val_coo_att(

622: p_message_name) = FALSE) THEN
623: v_terminate := TRUE;
624: EXIT; -- premature exit loop
625: END IF;
626: IF (IGS_PS_VAL_COo.crsp_val_coo_att(
627: coo_rec.attendance_type, p_message_name) = FALSE) THEN
628: v_terminate := TRUE;
629: EXIT; -- premature exit loop
630: END IF;