DBA Data[Home] [Help]

APPS.IGS_PS_VAL_CRV dependencies on IGS_PS_VAL_CRFC

Line 550: IF (IGS_PS_VAL_CRFC.crsp_val_ref_cd_type(

546: END IF;
547: -- Validate the IGS_PS_REF_CD table and that
548: -- IGS_GE_REF_CD_TYPE is not closed
549: FOR crc_rec IN c_get_reference_cd_type LOOP
550: IF (IGS_PS_VAL_CRFC.crsp_val_ref_cd_type(
551: crc_rec.reference_cd_type,
552: p_message_name) = FALSE) THEN
553: v_terminate := TRUE;
554: EXIT; -- premature exit loop

Line 644: IF (IGS_PS_VAL_CRFC.crsp_val_ref_cd_type(

640: -- Only perform these if course_offering_records exist.
641: IF (v_coo_exist = TRUE) THEN
642: FOR ceprc_rec IN c_get_dist_reference_cd_type LOOP
643: -- As part of the bug# 1956374 changed to the below call from IGS_PS_VAL_CEPRC.crsp_val_ref_cd_type
644: IF (IGS_PS_VAL_CRFC.crsp_val_ref_cd_type(
645: ceprc_rec.reference_cd_type,
646: p_message_name) = FALSE) THEN
647: v_terminate := TRUE;
648: EXIT; -- premature exit loop