DBA Data[Home] [Help]

APPS.IGS_AD_IMP_027 dependencies on FND_LOG

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

140: BEGIN
141: l_prog_label := 'igs.plsql.igs_ad_imp_027.prc_appl_hist';
142: l_label := 'igs.plsql.igs_ad_imp_027.prc_appl_hist.';
143:
144: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
145: IF (l_request_id IS NULL) THEN
146: l_request_id := fnd_global.conc_request_id;
147: END IF;
148:

Line 152: fnd_log.string_with_context( fnd_log.level_procedure,

148:
149: l_label := 'igs.plsql.igs_ad_imp_027.prc_appl_hist.begin';
150: l_debug_str := 'igs_ad_imp_027.prc_appl_hist';
151:
152: fnd_log.string_with_context( fnd_log.level_procedure,
153: l_label,
154: l_debug_str, NULL,
155: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
156: END IF;

Line 289: IF fnd_log.test(fnd_log.level_exception,l_prog_label) 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
290: l_label := 'igs.plsql.igs_ad_imp_027.prc_appl_hist.exception '||l_msg_data;
291: fnd_message.set_name('IGS','IGS_PE_IMP_ERROR');
292: fnd_message.set_token('INTERFACE_ID',appl_hist_rec.interface_apphist_id);
293: fnd_message.set_token('ERROR_CD','E322');

Line 295: fnd_log.string_with_context( fnd_log.level_exception,

291: fnd_message.set_name('IGS','IGS_PE_IMP_ERROR');
292: fnd_message.set_token('INTERFACE_ID',appl_hist_rec.interface_apphist_id);
293: fnd_message.set_token('ERROR_CD','E322');
294: l_debug_str := fnd_message.get;
295: fnd_log.string_with_context( fnd_log.level_exception,
296: l_label,
297: l_debug_str, NULL,
298: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
299: END IF;

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

481: BEGIN
482: l_prog_label := 'igs.plsql.igs_ad_imp_027.prc_appl_inst_hist';
483: l_label := 'igs.plsql.igs_ad_imp_027.prc_appl_inst_hist.';
484:
485: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
486: IF (l_request_id IS NULL) THEN
487: l_request_id := fnd_global.conc_request_id;
488: END IF;
489: l_label := 'igs.plsql.igs_ad_imp_027.prc_appl_inst_hist.begin';

Line 491: fnd_log.string_with_context( fnd_log.level_procedure,

487: l_request_id := fnd_global.conc_request_id;
488: END IF;
489: l_label := 'igs.plsql.igs_ad_imp_027.prc_appl_inst_hist.begin';
490: l_debug_str := 'igs_ad_imp_027.prc_appl_inst_hist';
491: fnd_log.string_with_context( fnd_log.level_procedure,
492: l_label,
493: l_debug_str, NULL,
494: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
495: END IF;

Line 709: IF fnd_log.test(fnd_log.level_exception,l_prog_label) 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
710: l_label := 'igs.plsql.igs_ad_imp_027.prc_appl_inst_hist.exception '||l_msg_data;
711: fnd_message.set_name('IGS','IGS_PE_IMP_ERROR');
712: fnd_message.set_token('INTERFACE_ID',applinst_hist_rec.interface_insthist_id);
713: fnd_message.set_token('ERROR_CD','E322');

Line 715: fnd_log.string_with_context( fnd_log.level_exception,

711: fnd_message.set_name('IGS','IGS_PE_IMP_ERROR');
712: fnd_message.set_token('INTERFACE_ID',applinst_hist_rec.interface_insthist_id);
713: fnd_message.set_token('ERROR_CD','E322');
714: l_debug_str := fnd_message.get;
715: fnd_log.string_with_context( fnd_log.level_exception,
716: l_label,
717: l_debug_str, NULL,
718: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
719: END IF;