DBA Data[Home] [Help]

APPS.IGS_AD_IMP_OFF_RESP_DATA dependencies on FND_FUNCTION

Line 523: IF fnd_function.test(v_step_type) THEN

519: l_deferral_allowed := 'Y';
520: END IF;
521: IF c_apcs_rec.s_admission_step_type = 'PRE-ENROL' THEN
522: v_step_type := 'IGSAD' || SUBSTR (ltrim(rtrim(c_apcs_rec.s_admission_step_type)),1,3);
523: IF fnd_function.test(v_step_type) THEN
524: l_pre_enrol := 'Y';
525: END IF;
526: END IF;
527: IF c_apcs_rec.s_admission_step_type = 'MULTI-OFF' THEN