DBA Data[Home] [Help]

APPS.IGR_IMP_004 dependencies on FND_LOG

Line 303: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN

299: igs_ad_imp_001.logerrormessage(p_inq_info_rec.interface_inq_info_id,l_msg_data);
300: END IF;
301: ELSE
302:
303: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
304: l_label := 'igs.plsql.igr_imp_004.create_inq_info.exception '||'E322';
305:
306: fnd_message.set_name('IGS','IGS_PE_IMP_DET_ERROR');
307: fnd_message.set_token('CONTEXT',p_inq_info_rec.interface_inq_info_id);

Line 312: fnd_log.string_with_context( fnd_log.level_exception,l_label,l_debug_str, NULL,

308: fnd_message.set_token('ERROR', l_error_text);
309:
310: l_debug_str := fnd_message.get;
311:
312: fnd_log.string_with_context( fnd_log.level_exception,l_label,l_debug_str, NULL,
313: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
314: END IF;
315: END IF;
316:

Line 564: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN

560: igs_ad_imp_001.logerrormessage(p_inq_char_rec.interface_inq_char_id,l_msg_data);
561: END IF;
562: ELSE
563:
564: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
565: l_label := 'igs.plsql.igr_imp_004.create_inq_char.exception '||'E322';
566:
567: fnd_message.set_name('IGS','IGS_PE_IMP_DET_ERROR');
568: fnd_message.set_token('CONTEXT',p_inq_char_rec.interface_inq_char_id);

Line 573: fnd_log.string_with_context( fnd_log.level_exception,l_label,l_debug_str, NULL,

569: fnd_message.set_token('ERROR', l_error_text);
570:
571: l_debug_str := fnd_message.get;
572:
573: fnd_log.string_with_context( fnd_log.level_exception,l_label,l_debug_str, NULL,
574: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
575: END IF;
576: END IF;
577:

Line 809: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN

805: igs_ad_imp_001.logerrormessage(p_inq_pkg_rec.interface_inq_pkg_id,lv_msg_data);
806: END IF;
807:
808: ELSIF lv_return_status = 'U' THEN
809: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
810: l_label := 'igs.plsql.igr_imp_004.create_inq_pkg.exception '||'E322';
811:
812: fnd_message.set_name('IGS','IGS_PE_IMP_DET_ERROR');
813: fnd_message.set_token('CONTEXT',p_inq_pkg_rec.interface_inq_pkg_id);

Line 818: fnd_log.string_with_context( fnd_log.level_exception,l_label,l_debug_str, NULL,NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));

814: fnd_message.set_token('ERROR', l_error_text);
815:
816: l_debug_str := fnd_message.get;
817:
818: fnd_log.string_with_context( fnd_log.level_exception,l_label,l_debug_str, NULL,NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
819: END IF;
820: END IF;
821:
822: IF lv_msg_data IS NOT NULL THEN