DBA Data[Home] [Help]

APPS.IGS_AD_IMP_014 dependencies on FND_LOG

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

128: l_rowid VARCHAR2(30);
129:
130: BEGIN
131:
132: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
133:
134:
135: l_label := 'igs.plsql.igs_ad_imp_014.prc_pe_recruitments_dtl.crt_upd_recruitments_dtls';
136: l_debug_str := 'Interface Run ID' || p_interface_run_id;

Line 138: fnd_log.string_with_context( fnd_log.level_procedure,

134:
135: l_label := 'igs.plsql.igs_ad_imp_014.prc_pe_recruitments_dtl.crt_upd_recruitments_dtls';
136: l_debug_str := 'Interface Run ID' || p_interface_run_id;
137:
138: fnd_log.string_with_context( fnd_log.level_procedure,
139: l_label,
140: l_debug_str, NULL,
141: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
142: END IF;

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

253: IF p_enable_log = 'Y' THEN
254: igs_ad_imp_001.logerrormessage(recruit_rec.interface_recruitment_id,l_msg_data,'IGS_AD_RECRUIT_INT');
255: END IF;
256: ELSE
257: IF fnd_log.test(fnd_log.level_exception,l_prog_label) THEN
258:
259: l_label := 'igs.plsql.igs_ad_imp_014.prc_pe_recruitments_dtl.crt_upd_recruitments_dtls.for_loop.execption'||l_error_code;
260:
261: fnd_message.set_name('IGS','IGS_PE_IMP_ERROR');

Line 266: fnd_log.string_with_context( fnd_log.level_exception,

262: fnd_message.set_token('INTERFACE_ID',recruit_rec.interface_recruitment_id);
263: fnd_message.set_token('ERROR_CD',l_error_code);
264:
265: l_debug_str := fnd_message.get;
266: fnd_log.string_with_context( fnd_log.level_exception,
267: l_label,
268: l_debug_str, NULL,
269: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
270: END IF;

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

304: l_prog_label := 'igs.plsql.igs_ad_imp_014.prc_pe_recruitments_dtl';
305: l_label := 'igs.plsql.igs_ad_imp_014.prc_pe_recruitments_dtl.';
306: l_request_id := fnd_global.conc_request_id;
307:
308: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
309:
310:
311: l_label := 'igs.plsql.igs_ad_imp_014.prc_pe_recruitments_dtl.begin';
312: l_debug_str := 'igs_ad_imp_014.prc_pe_recruitments_dtl';

Line 314: fnd_log.string_with_context( fnd_log.level_procedure,

310:
311: l_label := 'igs.plsql.igs_ad_imp_014.prc_pe_recruitments_dtl.begin';
312: l_debug_str := 'igs_ad_imp_014.prc_pe_recruitments_dtl';
313:
314: fnd_log.string_with_context( fnd_log.level_procedure,
315: l_label,
316: l_debug_str, NULL,
317: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
318: END IF;