DBA Data[Home] [Help]

APPS.IGS_AD_IMP_010 dependencies on FND_LOG

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

98: l_admission_cat igs_ad_appl.admission_cat%TYPE;
99: l_s_admission_process_type igs_ad_appl.s_admission_process_type%TYPE;
100:
101: BEGIN
102: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
103:
104:
105: l_label := 'igs.plsql.igs_ad_imp_010.admp_val_pappl_nots.crt_apcnt_notes';
106: l_debug_str := 'Interface Run ID' || p_interface_run_id;

Line 108: fnd_log.string_with_context( fnd_log.level_procedure,

104:
105: l_label := 'igs.plsql.igs_ad_imp_010.admp_val_pappl_nots.crt_apcnt_notes';
106: l_debug_str := 'Interface Run ID' || p_interface_run_id;
107:
108: fnd_log.string_with_context( fnd_log.level_procedure,
109: l_label,
110: l_debug_str, NULL,
111: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
112: END IF;

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

197: IF p_enable_log = 'Y' THEN
198: igs_ad_imp_001.logerrormessage(notes_rec.interface_notes_id,l_msg_data,'IGS_AD_NOTES_INT');
199: END IF;
200: ELSE
201: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
202:
203: l_label := 'igs.plsql.igs_ad_imp_010.admp_val_pappl_nots.crt_apcnt_notes.for_loop.execption'||l_error_code;
204:
205: fnd_message.set_name('IGS','IGS_PE_IMP_ERROR');

Line 210: fnd_log.string_with_context( fnd_log.level_exception,

206: fnd_message.set_token('INTERFACE_ID',notes_rec.interface_notes_id);
207: fnd_message.set_token('ERROR_CD',l_error_code);
208:
209: l_debug_str := fnd_message.get;
210: fnd_log.string_with_context( fnd_log.level_exception,
211: l_label,
212: l_debug_str, NULL,
213: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
214: END IF;

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

254: l_prog_label := 'igs.plsql.igs_ad_imp_010.admp_val_pappl_nots';
255: l_label := 'igs.plsql.igs_ad_imp_010.admp_val_pappl_nots.';
256: l_request_id := fnd_global.conc_request_id;
257:
258: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
259: l_label := 'igs.plsql.igs_ad_imp_010.admp_val_pappl_nots.begin';
260: l_debug_str := 'igs_ad_imp_010.admp_val_pappl_nots';
261: fnd_log.string_with_context(fnd_log.level_procedure,
262: l_label,

Line 261: fnd_log.string_with_context(fnd_log.level_procedure,

257:
258: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
259: l_label := 'igs.plsql.igs_ad_imp_010.admp_val_pappl_nots.begin';
260: l_debug_str := 'igs_ad_imp_010.admp_val_pappl_nots';
261: fnd_log.string_with_context(fnd_log.level_procedure,
262: l_label,
263: l_debug_str, NULL,
264: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
265: END IF;

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

324: l_s_admission_process_type igs_ad_appl.s_admission_process_type%TYPE;
325:
326: BEGIN
327:
328: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
329: l_label := 'igs.plsql.igs_ad_imp_010.prcs_applnt_edu_goal_dtls.create_applicant_edu_goals';
330: l_debug_str := 'Interface Run ID' || p_interface_run_id;
331: fnd_log.string_with_context( fnd_log.level_procedure,
332: l_label,

Line 331: fnd_log.string_with_context( fnd_log.level_procedure,

327:
328: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
329: l_label := 'igs.plsql.igs_ad_imp_010.prcs_applnt_edu_goal_dtls.create_applicant_edu_goals';
330: l_debug_str := 'Interface Run ID' || p_interface_run_id;
331: fnd_log.string_with_context( fnd_log.level_procedure,
332: l_label,
333: l_debug_str, NULL,
334: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
335: END IF;

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

401: IF p_enable_log = 'Y' THEN
402: igs_ad_imp_001.logerrormessage(edugoal_rec.interface_edugoal_id,l_msg_data,'IGS_AD_EDUGOAL_INT');
403: END IF;
404: ELSE
405: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
406: l_label := 'igs.plsql.igs_ad_imp_010.prcs_applnt_edu_goal_dtls.create_applicant_edu_goals.for_loop.execption'||l_error_code;
407: fnd_message.set_name('IGS','IGS_PE_IMP_ERROR');
408: fnd_message.set_token('INTERFACE_ID',edugoal_rec.interface_edugoal_id);
409: fnd_message.set_token('ERROR_CD',l_error_code);

Line 411: fnd_log.string_with_context( fnd_log.level_exception,

407: fnd_message.set_name('IGS','IGS_PE_IMP_ERROR');
408: fnd_message.set_token('INTERFACE_ID',edugoal_rec.interface_edugoal_id);
409: fnd_message.set_token('ERROR_CD',l_error_code);
410: l_debug_str := fnd_message.get;
411: fnd_log.string_with_context( fnd_log.level_exception,
412: l_label,
413: l_debug_str, NULL,
414: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
415: END IF;

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

452: l_prog_label := 'igs.plsql.igs_ad_imp_010.prcs_applnt_edu_goal_dtls';
453: l_label := 'igs.plsql.igs_ad_imp_010.prcs_applnt_edu_goal_dtls.';
454: l_request_id := fnd_global.conc_request_id;
455:
456: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
457: l_label := 'igs.plsql.igs_ad_imp_010.prcs_applnt_edu_goal_dtls.begin';
458: l_debug_str := 'igs_ad_imp_010.prcs_applnt_edu_goal_dtls';
459: fnd_log.string_with_context( fnd_log.level_procedure,
460: l_label,

Line 459: fnd_log.string_with_context( fnd_log.level_procedure,

455:
456: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
457: l_label := 'igs.plsql.igs_ad_imp_010.prcs_applnt_edu_goal_dtls.begin';
458: l_debug_str := 'igs_ad_imp_010.prcs_applnt_edu_goal_dtls';
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 562: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN

558: l_s_admission_process_type igs_ad_appl.s_admission_process_type%TYPE;
559:
560: BEGIN
561:
562: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
563: l_label := 'igs.plsql.igs_ad_imp_014.prc_apcnt_uset_apl.crt_upd_apcnt_uset_apl';
564: l_debug_str := 'Interface Run ID' || p_interface_run_id;
565: fnd_log.string_with_context( fnd_log.level_procedure,
566: l_label,

Line 565: fnd_log.string_with_context( fnd_log.level_procedure,

561:
562: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
563: l_label := 'igs.plsql.igs_ad_imp_014.prc_apcnt_uset_apl.crt_upd_apcnt_uset_apl';
564: l_debug_str := 'Interface Run ID' || p_interface_run_id;
565: fnd_log.string_with_context( fnd_log.level_procedure,
566: l_label,
567: l_debug_str, NULL,
568: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
569: END IF;

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

663: IF p_enable_log = 'Y' THEN
664: igs_ad_imp_001.logerrormessage(unitsets_rec.interface_unitsets_id,l_msg_data,'IGS_AD_UNITSETS_INT');
665: END IF;
666: ELSE
667: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
668:
669: l_label := 'igs.plsql.igs_ad_imp_014.prc_apcnt_uset_apl.crt_upd_apcnt_uset_apl.for_loop.execption'||l_error_code;
670:
671: fnd_message.set_name('IGS','IGS_PE_IMP_ERROR');

Line 676: fnd_log.string_with_context( fnd_log.level_exception,

672: fnd_message.set_token('INTERFACE_ID',unitsets_rec.interface_unitsets_id);
673: fnd_message.set_token('ERROR_CD',l_error_code);
674:
675: l_debug_str := fnd_message.get;
676: fnd_log.string_with_context( fnd_log.level_exception,
677: l_label,
678: l_debug_str, NULL,
679: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
680: END IF;

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

731: l_prog_label := 'igs.plsql.igs_ad_imp_014.prc_apcnt_uset_apl';
732: l_label := 'igs.plsql.igs_ad_imp_014.prc_apcnt_uset_apl.';
733: l_request_id := fnd_global.conc_request_id;
734:
735: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
736: l_label := 'igs.plsql.igs_ad_imp_014.prc_apcnt_uset_apl.begin';
737: l_debug_str := 'igs_ad_imp_014.prc_apcnt_uset_apl';
738: fnd_log.string_with_context( fnd_log.level_procedure,
739: l_label,

Line 738: fnd_log.string_with_context( fnd_log.level_procedure,

734:
735: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
736: l_label := 'igs.plsql.igs_ad_imp_014.prc_apcnt_uset_apl.begin';
737: l_debug_str := 'igs_ad_imp_014.prc_apcnt_uset_apl';
738: fnd_log.string_with_context( fnd_log.level_procedure,
739: l_label,
740: l_debug_str, NULL,
741: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
742: END IF;