DBA Data[Home] [Help]

APPS.IGS_ADMAPPLICATION_PUB dependencies on FND_FUNCTION

Line 1534: IF fnd_function.test(v_step_type) THEN

1530: l_deferral_allowed := 'Y';
1531: END IF;
1532: IF c_apcs_rec.s_admission_step_type = 'PRE-ENROL' THEN
1533: v_step_type := 'IGSAD' || SUBSTR (ltrim(rtrim(c_apcs_rec.s_admission_step_type)),1,3);
1534: IF fnd_function.test(v_step_type) THEN
1535: l_pre_enrol := 'Y';
1536: END IF;
1537: END IF;
1538: IF c_apcs_rec.s_admission_step_type = 'MULTI-OFF' THEN