DBA Data[Home] [Help]

APPS.IGS_AD_IMP_016 dependencies on FND_LOG

Line 453: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN

449:
450:
451: BEGIN
452:
453: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
454:
455:
456: l_label := 'igs.plsql.igs_ad_imp_016.prc_tst_rslts.crt_upd_tst_rslts';
457: l_debug_str := 'Interface Run ID' || p_interface_run_id;

Line 459: fnd_log.string_with_context( fnd_log.level_procedure,

455:
456: l_label := 'igs.plsql.igs_ad_imp_016.prc_tst_rslts.crt_upd_tst_rslts';
457: l_debug_str := 'Interface Run ID' || p_interface_run_id;
458:
459: fnd_log.string_with_context( fnd_log.level_procedure,
460: l_label,
461: l_debug_str, NULL,
462: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
463: END IF;

Line 788: IF fnd_log.test(fnd_log.level_exception,l_prog_label) 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:
790: l_label := 'igs.plsql.igs_ad_imp_010.admp_val_pappl_nots.crt_upd_tst_rslts.for_loop_test_dtls.execption'||l_error_code;
791:
792: fnd_message.set_name('IGS','IGS_PE_IMP_ERROR');

Line 797: fnd_log.string_with_context( fnd_log.level_exception,

793: fnd_message.set_token('INTERFACE_ID',test_dtls_rec.interface_testsegs_id);
794: fnd_message.set_token('ERROR_CD',l_error_code);
795:
796: l_debug_str := fnd_message.get;
797: fnd_log.string_with_context( fnd_log.level_exception,
798: l_label,
799: l_debug_str, NULL,
800: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
801: END IF;

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

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:
900: l_label := 'igs.plsql.igs_ad_imp_016.prc_tst_rslts.crt_upd_tst_rslts.for_loop.execption'||l_error_code;
901:
902: fnd_message.set_name('IGS','IGS_PE_IMP_ERROR');

Line 907: fnd_log.string_with_context( fnd_log.level_exception,

903: fnd_message.set_token('INTERFACE_ID',test_rec.interface_test_id);
904: fnd_message.set_token('ERROR_CD',l_error_code);
905:
906: l_debug_str := fnd_message.get;
907: fnd_log.string_with_context( fnd_log.level_exception,
908: l_label,
909: l_debug_str, NULL,
910: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
911: END IF;

Line 981: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN

977: l_prog_label := 'igs.plsql.igs_ad_imp_016.prc_tst_rslts';
978: l_label := 'igs.plsql.igs_ad_imp_016.prc_tst_rslts.';
979: l_request_id := fnd_global.conc_request_id;
980:
981: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
982:
983: l_label := 'igs.plsql.igs_ad_imp_016.prc_tst_rslts.begin';
984: l_debug_str := 'igs_ad_imp_016.prc_tst_rslts';
985:

Line 986: fnd_log.string_with_context( fnd_log.level_procedure,

982:
983: l_label := 'igs.plsql.igs_ad_imp_016.prc_tst_rslts.begin';
984: l_debug_str := 'igs_ad_imp_016.prc_tst_rslts';
985:
986: fnd_log.string_with_context( fnd_log.level_procedure,
987: l_label,
988: l_debug_str, NULL,
989: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
990: END IF;