DBA Data[Home] [Help]

APPS.IGS_EN_VAL_SCA dependencies on IGS_RE_VAL_RSUP

Line 21: -- igs_re_val_rsup.resp_val_rsup_perc to pass 'N' for the parameter

17: -- also removed self reference in the package
18: --sarakshi 24-Feb-2003 Enh#2797116,modified cursor c_coo in enrp_val_coo_att function to include delete_flag
19: -- check in the where clause
20: --ptandon 18-Feb-2004 In the function resp_val_ca_dtl_comp, modified the call to function
21: -- igs_re_val_rsup.resp_val_rsup_perc to pass 'N' for the parameter
22: -- p_val_funding_perc_ind so that the validation for funding percentage
23: -- to be 100% doesn't take place. Bug# 3360665.
24: -- smaddali modified procedure enrp_val_sca_comm For Bug 3853476
25: -- amuthu 21-NOV-2004 Mofied the enrp_val_sca_comm as part of Program Transfer Build.

Line 170: IF IGS_RE_VAL_RSUP.resp_val_rsup_princ(

166: --Supervisor validation not required
167: RETURN TRUE;
168: END IF;
169: END IF; -- v_cty_res_type_ind
170: IF IGS_RE_VAL_RSUP.resp_val_rsup_princ(
171: p_person_id,
172: v_ca_sequence_number,
173: p_commencement_dt,
174: p_commencement_dt,

Line 819: IF NOT(IGS_RE_VAL_RSUP.resp_val_rsup_perc(

815: END IF;
816: -- IF research details are found and the minimum and maximum
817: -- submission dates have a value then ensure that the research
818: -- supervisors are valid.
819: IF NOT(IGS_RE_VAL_RSUP.resp_val_rsup_perc(
820: p_person_id,
821: v_ca_rec.sequence_number,
822: p_sca_course_cd,
823: p_acai_admission_appl_number,

Line 833: IF NOT(IGS_RE_VAL_RSUP.resp_val_rsup_princ(

829: v_supervision_start_dt,
830: p_message_name)) THEN
831: RETURN FALSE;
832: END IF;
833: IF NOT(IGS_RE_VAL_RSUP.resp_val_rsup_princ(
834: p_person_id,
835: v_ca_rec.sequence_number,
836: v_supervision_start_dt,
837: v_supervision_start_dt,