DBA Data[Home] [Help]

APPS.IGS_AD_IMP_027 dependencies on IGS_AD_IMP_001

Line 259: igs_ad_imp_001.logerrormessage(appl_hist_rec.interface_apphist_id,l_error_code,'IGS_AD_APPHIST_INT');

255: , error_text = l_error_text
256: WHERE interface_apphist_id = appl_hist_rec.interface_apphist_id;
257:
258: IF p_enable_log = 'Y' THEN
259: igs_ad_imp_001.logerrormessage(appl_hist_rec.interface_apphist_id,l_error_code,'IGS_AD_APPHIST_INT');
260: END IF;
261: l_error_code := 'E688';
262: l_error_text := igs_ad_gen_016.get_lkup_meaning ('IMPORT_ERROR_CODE', 'E688', 8405);
263:

Line 285: igs_ad_imp_001.logerrormessage(appl_hist_rec.interface_apphist_id,l_msg_data,'IGS_AD_APPHIST_INT');

281: p_hash_msg_name_text_type_tab => l_hash_msg_name_text_type_tab);
282: IF l_hash_msg_name_text_type_tab(l_msg_count-1).name <> 'ORA' THEN
283: l_error_text := l_msg_data;
284: IF p_enable_log = 'Y' THEN
285: igs_ad_imp_001.logerrormessage(appl_hist_rec.interface_apphist_id,l_msg_data,'IGS_AD_APPHIST_INT');
286: END IF;
287: ELSE
288: l_error_code := 'E518';
289: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN

Line 673: igs_ad_imp_001.logerrormessage(applinst_hist_rec.interface_insthist_id,l_error_code,'IGS_AD_INSTHIST_INT');

669: , error_text = l_error_text
670: WHERE interface_insthist_id = applinst_hist_rec.interface_insthist_id;
671:
672: IF p_enable_log = 'Y' THEN
673: igs_ad_imp_001.logerrormessage(applinst_hist_rec.interface_insthist_id,l_error_code,'IGS_AD_INSTHIST_INT');
674: END IF;
675:
676: l_error_code := 'E691';
677: l_error_text := igs_ad_gen_016.get_lkup_meaning ('IMPORT_ERROR_CODE', l_error_code, 8405);

Line 705: igs_ad_imp_001.logerrormessage(applinst_hist_rec.interface_insthist_id,l_msg_data,'IGS_AD_INSTHIST_INT');

701:
702: IF l_hash_msg_name_text_type_tab(l_msg_count-1).name <> 'ORA' THEN
703: l_error_text := l_msg_data;
704: IF p_enable_log = 'Y' THEN
705: igs_ad_imp_001.logerrormessage(applinst_hist_rec.interface_insthist_id,l_msg_data,'IGS_AD_INSTHIST_INT');
706: END IF;
707: ELSE
708: l_error_code := 'E518';
709: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN