DBA Data[Home] [Help]

APPS.IGS_EN_SPAT_LGCY_PUB dependencies on IGS_GE_GEN_003

Line 494: l_person_id := igs_ge_gen_003.get_person_id(p_spat_rec.person_number);

490:
491: -- if no validation has failed then derive person_id, term_cal_type, term_sequence_number
492: -- class_standing_id, coo_id
493: IF NOT l_validation_failed THEN
494: l_person_id := igs_ge_gen_003.get_person_id(p_spat_rec.person_number);
495: IF l_person_id IS NULL THEN
496: FND_MESSAGE.SET_NAME('IGS','IGS_GE_INVALID_PERSON_NUMBER');
497: FND_MSG_PUB.ADD;
498: x_return_status := FND_API.G_RET_STS_ERROR;

Line 502: igs_ge_gen_003.get_calendar_instance(

498: x_return_status := FND_API.G_RET_STS_ERROR;
499: l_validation_failed := TRUE;
500: END IF;
501:
502: igs_ge_gen_003.get_calendar_instance(
503: p_spat_rec.term_cal_alternate_cd,
504: '''LOAD''',
505: l_term_cal_type,
506: l_term_sequence_number,