DBA Data[Home] [Help]

APPS.IGS_AD_IMP_016 dependencies on IGS_AD_IMP_001

Line 785: igs_ad_imp_001.logerrormessage(test_dtls_rec.interface_testsegs_id,l_msg_data,'IGS_AD_TEST_SEGS_INT');

781: l_error_text := NVL(l_msg_data,igs_ad_gen_016.get_lkup_meaning ('IMPORT_ERROR_CODE', l_error_code, 8405));
782:
783: IF l_hash_msg_name_text_type_tab(l_msg_count-1).name <> 'ORA' THEN
784: IF p_enable_log = 'Y' THEN
785: igs_ad_imp_001.logerrormessage(test_dtls_rec.interface_testsegs_id,l_msg_data,'IGS_AD_TEST_SEGS_INT');
786: END IF;
787: ELSE
788: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
789:

Line 862: igs_ad_imp_001.logerrormessage(test_rec.interface_test_id,l_error_code,'IGS_AD_TEST_INT');

858: match_ind)
859: WHERE interface_test_id = test_rec.interface_test_id;
860:
861: IF p_enable_log = 'Y' THEN
862: igs_ad_imp_001.logerrormessage(test_rec.interface_test_id,l_error_code,'IGS_AD_TEST_INT');
863: END IF;
864: l_error_code := NULL;
865:
866: l_records_processed := l_records_processed + 1;

Line 895: igs_ad_imp_001.logerrormessage(test_rec.interface_test_id,l_msg_data,'IGS_AD_TEST_INT');

891:
892: IF l_hash_msg_name_text_type_tab(l_msg_count-1).name <> 'ORA' THEN
893: l_error_text := l_msg_data;
894: IF p_enable_log = 'Y' THEN
895: igs_ad_imp_001.logerrormessage(test_rec.interface_test_id,l_msg_data,'IGS_AD_TEST_INT');
896: END IF;
897: ELSE
898: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
899: