DBA Data[Home] [Help]

APPS.IGS_AD_IMP_ADM_DES dependencies on FND_MESSAGE

Line 400: fnd_message.set_name('IGS','IGS_AD_DECISION_DTLS_INVALID'); -- Replaced error_code with error_msg Bug 3297241

396: INTO l_c_aplinst_cur;
397: CLOSE c_aplinst_cur;
398:
399: IF l_c_aplinst_cur.person_id IS NULL THEN
400: fnd_message.set_name('IGS','IGS_AD_DECISION_DTLS_INVALID'); -- Replaced error_code with error_msg Bug 3297241
401: l_err_msg := fnd_message.get;
402: update_int_table ('3', l_err_msg, p_interface_mkdes_id, p_adm_outcome_status);
403: p_error_message := l_err_msg;
404: p_return_status := 'FALSE';

Line 401: l_err_msg := fnd_message.get;

397: CLOSE c_aplinst_cur;
398:
399: IF l_c_aplinst_cur.person_id IS NULL THEN
400: fnd_message.set_name('IGS','IGS_AD_DECISION_DTLS_INVALID'); -- Replaced error_code with error_msg Bug 3297241
401: l_err_msg := fnd_message.get;
402: update_int_table ('3', l_err_msg, p_interface_mkdes_id, p_adm_outcome_status);
403: p_error_message := l_err_msg;
404: p_return_status := 'FALSE';
405: RETURN;

Line 432: fnd_message.set_name('IGS',l_error_msg); -- Replaced error_code with error_msg Bug 3297241

428: p_prpsd_commencement_date => p_prpsd_commencement_date
429: );
430: IF UPPER (l_return_status) = 'FALSE'
431: THEN
432: fnd_message.set_name('IGS',l_error_msg); -- Replaced error_code with error_msg Bug 3297241
433: l_error_msg := fnd_message.get;
434: update_int_table ('3', l_error_msg, p_interface_mkdes_id, p_adm_outcome_status);
435: p_error_message := l_error_msg;
436: p_return_status := l_return_status;

Line 433: l_error_msg := fnd_message.get;

429: );
430: IF UPPER (l_return_status) = 'FALSE'
431: THEN
432: fnd_message.set_name('IGS',l_error_msg); -- Replaced error_code with error_msg Bug 3297241
433: l_error_msg := fnd_message.get;
434: update_int_table ('3', l_error_msg, p_interface_mkdes_id, p_adm_outcome_status);
435: p_error_message := l_error_msg;
436: p_return_status := l_return_status;
437: RETURN;