DBA Data[Home] [Help]

APPS.IGS_EN_GEN_008 dependencies on FND_FUNCTION

Line 770: IF fnd_function.test('IGSENVAR') = TRUE THEN

766: CLOSE c_get_ovr;
767: END IF ;
768:
769: -- Added next IF condition as per the Bug# 2356997.
770: IF fnd_function.test('IGSENVAR') = TRUE THEN
771: RETURN TRUE;
772: ELSE
773: -- Check if the deadline dates are defined at the Unit level
774: OPEN cur_en_nstd_usec_dl;

Line 2221: END IF; -- fnd_function.test

2217: OPEN cur_person_type(l_cur_person_id.person_id);
2218: FETCH cur_person_type INTO l_cur_person_type;
2219: CLOSE cur_person_type;
2220: RETURN l_cur_person_type.person_type_code;
2221: END IF; -- fnd_function.test
2222: END IF; -- person_id is NULL
2223: END IF; -- Logged in User Name is NULL
2224: END enrp_get_person_type;
2225: