DBA Data[Home] [Help]

APPS.IGS_AD_IMP_004 dependencies on FND_LOG

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

595: ELSE
596: l_error_text := igs_ad_gen_016.get_lkup_meaning ('IMPORT_ERROR_CODE', 'E518', 8405);
597: l_error_code := 'E518';
598: p_status := 'U';
599: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
600: l_label :='igs.plsql.igs_ad_imp_004.create_application_details.exception '|| l_msg_data;
601: fnd_message.set_name('IGS','IGS_PE_IMP_ERROR');
602: fnd_message.set_token('INTERFACE_ID',p_appl_rec.interface_appl_id);
603: fnd_message.set_token('ERROR_CD','E322');

Line 607: fnd_log.string_with_context( fnd_log.level_exception,

603: fnd_message.set_token('ERROR_CD','E322');
604:
605: l_debug_str := fnd_message.get;
606:
607: fnd_log.string_with_context( fnd_log.level_exception,
608: l_label,
609: l_debug_str, NULL,
610: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
611: END IF;

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

706: END IF;
707: ELSE
708: l_error_text := igs_ad_gen_016.get_lkup_meaning ('IMPORT_ERROR_CODE', 'E518', 8405);
709: l_error_code := 'E518';
710: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
711: l_label :='igs.plsql.igs_ad_imp_004.update_application_details.exception '|| l_msg_data;
712: fnd_message.set_name('IGS','IGS_PE_IMP_ERROR');
713: fnd_message.set_token('INTERFACE_ID',p_appl_rec.interface_appl_id);
714: fnd_message.set_token('ERROR_CD','E322');

Line 718: fnd_log.string_with_context( fnd_log.level_exception,

714: fnd_message.set_token('ERROR_CD','E322');
715:
716: l_debug_str := fnd_message.get;
717:
718: fnd_log.string_with_context( fnd_log.level_exception,
719: l_label,
720: l_debug_str, NULL,
721: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
722: END IF;

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

1240: END IF;
1241: ELSE
1242: l_error_text := igs_ad_gen_016.get_lkup_meaning ('IMPORT_ERROR_CODE', 'E518', 8405);
1243: l_error_code := 'E518';
1244: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
1245:
1246: l_label :='igs.plsql.igs_ad_imp_004.create_single_appl_instance.exception ';
1247: l_debug_str := 'Failed Creating Application instance'||l_msg_data;
1248: fnd_message.set_name('IGS','IGS_PE_IMP_ERROR');

Line 1254: fnd_log.string_with_context( fnd_log.level_exception,

1250: fnd_message.set_token('ERROR_CD','E322');
1251:
1252: l_debug_str := fnd_message.get;
1253:
1254: fnd_log.string_with_context( fnd_log.level_exception,
1255: l_label,
1256: l_debug_str, NULL,
1257: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
1258: END IF;

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

1503: END IF;
1504: ELSE
1505: l_error_text := igs_ad_gen_016.get_lkup_meaning ('IMPORT_ERROR_CODE', 'E518', 8405);
1506: l_error_code := 'E518';
1507: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
1508: l_label :='igs.plsql.igs_ad_imp_004.Process_application_instance.exception '||l_msg_data;
1509:
1510: fnd_message.set_name('IGS','IGS_PE_IMP_ERROR');
1511: fnd_message.set_token('INTERFACE_ID',applinst_rec.interface_ps_appl_inst_id);

Line 1516: fnd_log.string_with_context( fnd_log.level_exception,

1512: fnd_message.set_token('ERROR_CD','E322');
1513:
1514: l_debug_str := fnd_message.get;
1515:
1516: fnd_log.string_with_context( fnd_log.level_exception,
1517: l_label,
1518: l_debug_str, NULL,
1519: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
1520: END IF;

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

1644: l_org_id := igs_ge_gen_003.get_org_id;
1645: --------------------------------------------------------------------------------
1646:
1647: l_prog_label := 'igs.plsql.igs_ad_imp_004.prc_appcln.';
1648: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
1649:
1650: l_label :='igs.plsql.igs_ad_imp_004.prc_appcln.begin';
1651: l_debug_str := 'Process Application begin';
1652:

Line 1653: fnd_log.string_with_context( fnd_log.level_procedure,

1649:
1650: l_label :='igs.plsql.igs_ad_imp_004.prc_appcln.begin';
1651: l_debug_str := 'Process Application begin';
1652:
1653: fnd_log.string_with_context( fnd_log.level_procedure,
1654: l_label,
1655: l_debug_str, NULL,
1656: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
1657: END IF;