[Home] [Help]
278:
279: /****** Deriving values for the parameters ******/
280: IF l_stdnt_awd_aim_status <> 'INVALID' THEN
281: -- Calling the function to get the person_id
282: l_person_id := igs_ge_gen_003.get_person_id( p_person_number => p_awd_aim_rec.person_number);
283: -- If person id value returned is NULL then log error message.
284: IF l_person_id IS NULL THEN
285: FND_MESSAGE.SET_NAME ('IGS', 'IGS_GE_INVALID_PERSON_NUMBER');
286: FND_MSG_PUB.ADD;