DBA Data[Home] [Help]

APPS.IGS_AD_IMP_003 dependencies on FND_LOG

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

97: BEGIN
98:
99: l_msg_at_index := igs_ge_msg_stack.count_msg;
100:
101: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
102:
103: IF (l_request_id IS NULL) THEN
104: l_request_id := fnd_global.conc_request_id;
105: END IF;

Line 111: fnd_log.string_with_context( fnd_log.level_procedure, l_label,l_debug_str, NULL, NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));

107: l_label := 'igs.plsql.igs_ad_imp_003.prc_acad_int.begin';
108:
109: l_debug_str := 'Interface Academic Interest ID: '|| l_acadint_rec.interface_acadint_id;
110:
111: fnd_log.string_with_context( fnd_log.level_procedure, l_label,l_debug_str, NULL, NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
112: END IF;
113:
114: l_error_text1 := igs_ad_gen_016.get_lkup_meaning ('IMPORT_ERROR_CODE', 'E678', 8405);
115:

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

268: igs_ad_imp_001.logerrormessage(c_acadint_rec.interface_acadint_id,l_msg_data);
269: END IF;
270: ELSE
271:
272: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
273: l_label := 'igs.plsql.igs_ad_imp_003.prc_acad_int.exception '||'E322';
274:
275: fnd_message.set_name('IGS','IGS_PE_IMP_DET_ERROR');
276: fnd_message.set_token('CONTEXT',c_acadint_rec.interface_appl_id);

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

277: fnd_message.set_token('ERROR', l_error_text);
278:
279: l_debug_str := fnd_message.get;
280:
281: fnd_log.string_with_context( fnd_log.level_exception,l_label,l_debug_str, NULL,
282: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
283: END IF;
284: END IF;
285:

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

353: BEGIN
354:
355: l_msg_at_index := igs_ge_msg_stack.count_msg;
356:
357: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
358:
359: IF (l_request_id IS NULL) THEN
360: l_request_id := fnd_global.conc_request_id;
361: END IF;

Line 367: fnd_log.string_with_context( fnd_log.level_procedure, l_label,l_debug_str, NULL, NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));

363: l_label := 'igs.plsql.igs_ad_imp_003.prc_apcnt_indt.begin';
364:
365: l_debug_str := 'Interface Application Intent ID: '|| l_appint_rec.interface_appint_id;
366:
367: fnd_log.string_with_context( fnd_log.level_procedure, l_label,l_debug_str, NULL, NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
368: END IF;
369:
370: l_error_text1 := igs_ad_gen_016.get_lkup_meaning ('IMPORT_ERROR_CODE', 'E678', 8405);
371:

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

573: END IF;
574:
575: ELSE
576:
577: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
578: l_label := 'igs.plsql.igs_ad_imp_003.prc_acad_int.exception '||'E322';
579:
580: fnd_message.set_name('IGS','IGS_PE_IMP_DET_ERROR');
581: fnd_message.set_token('CONTEXT',l_appint_rec.interface_appl_id);

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

582: fnd_message.set_token('ERROR', l_error_text);
583:
584: l_debug_str := fnd_message.get;
585:
586: fnd_log.string_with_context( fnd_log.level_exception,l_label,l_debug_str, NULL,
587: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
588: END IF;
589: END IF;
590:

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

657: BEGIN
658:
659: l_msg_at_index := igs_ge_msg_stack.count_msg;
660:
661: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
662:
663: IF (l_request_id IS NULL) THEN
664: l_request_id := fnd_global.conc_request_id;
665: END IF;

Line 671: fnd_log.string_with_context( fnd_log.level_procedure, l_label,

667: l_label := 'igs.plsql.igs_ad_imp_003.prc_apcnt_oth_inst_apld.begin';
668:
669: l_debug_str := 'Interface Other Institution ID: '|| l_oth_inst_rec.interface_othinst_id;
670:
671: fnd_log.string_with_context( fnd_log.level_procedure, l_label,
672: l_debug_str, NULL, NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
673: END IF;
674:
675: l_error_text1 := igs_ad_gen_016.get_lkup_meaning ('IMPORT_ERROR_CODE', 'E678', 8405);

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

829: IF l_enable_log = 'Y' THEN
830: igs_ad_imp_001.logerrormessage(l_oth_inst_rec.interface_othinst_id,l_msg_data);
831: END IF;
832: ELSE
833: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
834: l_label := 'igs.plsql.igs_ad_imp_003.prc_apcnt_oth_inst_apld.exception '||'E322';
835:
836: fnd_message.set_name('IGS','IGS_PE_IMP_DET_ERROR');
837: fnd_message.set_token('CONTEXT',l_oth_inst_rec.interface_appl_id);

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

838: fnd_message.set_token('ERROR', l_error_text);
839:
840: l_debug_str := fnd_message.get;
841:
842: fnd_log.string_with_context( fnd_log.level_exception,l_label,l_debug_str, NULL,
843: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
844: END IF;
845: END IF;
846:

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

912: BEGIN
913:
914: l_msg_at_index := igs_ge_msg_stack.count_msg;
915:
916: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
917:
918: IF (l_request_id IS NULL) THEN
919: l_request_id := fnd_global.conc_request_id;
920: END IF;

Line 926: fnd_log.string_with_context( fnd_log.level_procedure, l_label,

922: l_label := 'igs.plsql.igs_ad_imp_003.prc_apcnt_spl_intrst.begin';
923:
924: l_debug_str := 'Interface Special Interests ID: '|| l_spl_intrst_rec.interface_splint_id;
925:
926: fnd_log.string_with_context( fnd_log.level_procedure, l_label,
927: l_debug_str, NULL, NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
928: END IF;
929:
930: l_error_text1 := igs_ad_gen_016.get_lkup_meaning ('IMPORT_ERROR_CODE', 'E678', 8405);

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

1069: END IF;
1070:
1071: ELSE
1072:
1073: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
1074: l_label := 'igs.plsql.igs_ad_imp_003.prc_apcnt_spl_intrst.exception '||'E322';
1075:
1076: fnd_message.set_name('IGS','IGS_PE_IMP_DET_ERROR');
1077: fnd_message.set_token('CONTEXT',l_spl_intrst_rec.interface_appl_id);

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

1078: fnd_message.set_token('ERROR', l_error_text);
1079:
1080: l_debug_str := fnd_message.get;
1081:
1082: fnd_log.string_with_context( fnd_log.level_exception,l_label,l_debug_str, NULL,
1083: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
1084: END IF;
1085: END IF;
1086:

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

1151: BEGIN
1152:
1153: l_msg_at_index := igs_ge_msg_stack.count_msg;
1154:
1155: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
1156:
1157: IF (l_request_id IS NULL) THEN
1158: l_request_id := fnd_global.conc_request_id;
1159: END IF;

Line 1165: fnd_log.string_with_context( fnd_log.level_procedure, l_label,l_debug_str, NULL, NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));

1161: l_label := 'igs.plsql.igs_ad_imp_003.prc_apcnt_spl_tal.begin';
1162:
1163: l_debug_str := 'Interface Special Talent ID: '|| l_spl_tal_rec.interface_spltal_id;
1164:
1165: fnd_log.string_with_context( fnd_log.level_procedure, l_label,l_debug_str, NULL, NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
1166: END IF;
1167:
1168: l_error_text1 := igs_ad_gen_016.get_lkup_meaning ('IMPORT_ERROR_CODE', 'E678', 8405);
1169:

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

1305: END IF;
1306:
1307: ELSE
1308:
1309: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
1310: l_label := 'igs.plsql.igs_ad_imp_003.prc_apcnt_spl_tal.exception '||'E322';
1311:
1312: fnd_message.set_name('IGS','IGS_PE_IMP_DET_ERROR');
1313: fnd_message.set_token('CONTEXT',l_spl_tal_rec.interface_appl_id);

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

1314: fnd_message.set_token('ERROR', l_error_text);
1315:
1316: l_debug_str := fnd_message.get;
1317:
1318: fnd_log.string_with_context( fnd_log.level_exception,l_label,l_debug_str, NULL,
1319: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
1320: END IF;
1321: END IF;
1322:

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

1387: BEGIN
1388:
1389: l_msg_at_index := igs_ge_msg_stack.count_msg;
1390:
1391: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
1392:
1393: IF (l_request_id IS NULL) THEN
1394: l_request_id := fnd_global.conc_request_id;
1395: END IF;

Line 1401: fnd_log.string_with_context( fnd_log.level_procedure, l_label,

1397: l_label := 'igs.plsql.igs_ad_imp_003.prc_persstat_details.begin';
1398:
1399: l_debug_str := 'Interface Personal Statement ID: '|| l_appl_pers_rec.interface_perstmt_id;
1400:
1401: fnd_log.string_with_context( fnd_log.level_procedure, l_label,
1402: l_debug_str, NULL, NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
1403: END IF;
1404:
1405: l_error_text1 := igs_ad_gen_016.get_lkup_meaning ('IMPORT_ERROR_CODE', 'E678', 8405);

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

1500: END IF;
1501:
1502: ELSE
1503:
1504: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
1505: l_label := 'igs.plsql.igs_ad_imp_003.prc_persstat_details.exception '||'E322';
1506:
1507: fnd_message.set_name('IGS','IGS_PE_IMP_DET_ERROR');
1508: fnd_message.set_token('CONTEXT',l_appl_pers_rec.interface_appl_id);

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

1509: fnd_message.set_token('ERROR', l_error_text);
1510:
1511: l_debug_str := fnd_message.get;
1512:
1513: fnd_log.string_with_context( fnd_log.level_exception,l_label,l_debug_str, NULL,
1514: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
1515: END IF;
1516: END IF;
1517:

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

1776: END IF;
1777:
1778: ELSE
1779:
1780: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
1781: l_label := 'igs.plsql.igs_ad_imp_003.prc_acad_int.exception '||l_error_code;
1782:
1783: fnd_message.set_name('IGS','IGS_PE_IMP_DET_ERROR');
1784: fnd_message.set_token('CONTEXT',l_fee_int_rec.interface_appl_id);

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

1785: fnd_message.set_token('ERROR', l_error_text);
1786:
1787: l_debug_str := fnd_message.get;
1788:
1789: fnd_log.string_with_context( fnd_log.level_exception,l_label,l_debug_str, NULL,
1790: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
1791: END IF;
1792: END IF;
1793: