DBA Data[Home] [Help]

APPS.IGS_EN_WLST_GEN_PROC dependencies on FND_MESSAGE

Line 49: FND_MESSAGE.SET_NAME('IGS',p_message_name);

45: BEGIN
46: --
47: -- set the message name passed in
48: --
49: FND_MESSAGE.SET_NAME('IGS',p_message_name);
50: --
51: -- get the message string
52: --
53: l_message_text := FND_MESSAGE.GET;

Line 53: l_message_text := FND_MESSAGE.GET;

49: FND_MESSAGE.SET_NAME('IGS',p_message_name);
50: --
51: -- get the message string
52: --
53: l_message_text := FND_MESSAGE.GET;
54: RETURN l_message_text;
55:
56: END getmessagetext;
57:

Line 530: FND_MESSAGE.SET_NAME('IGS','IGS_EN_DUP_WLST_POSITION');

526: FETCH c_person INTO l_person_number_sua;
527: CLOSE c_person;
528:
529: -- concatenate both person numbers and raise exception
530: FND_MESSAGE.SET_NAME('IGS','IGS_EN_DUP_WLST_POSITION');
531: FND_MESSAGE.SET_TOKEN('STUDENTS',l_person_number_wlst || ', ' || l_person_number_sua);
532: IGS_GE_MSG_STACK.ADD;
533: APP_EXCEPTION.RAISE_EXCEPTION;
534: ELSE

Line 531: FND_MESSAGE.SET_TOKEN('STUDENTS',l_person_number_wlst || ', ' || l_person_number_sua);

527: CLOSE c_person;
528:
529: -- concatenate both person numbers and raise exception
530: FND_MESSAGE.SET_NAME('IGS','IGS_EN_DUP_WLST_POSITION');
531: FND_MESSAGE.SET_TOKEN('STUDENTS',l_person_number_wlst || ', ' || l_person_number_sua);
532: IGS_GE_MSG_STACK.ADD;
533: APP_EXCEPTION.RAISE_EXCEPTION;
534: ELSE
535: IF l_pri_pref_def THEN