DBA Data[Home] [Help]

APPS.IGS_PE_PERS_IMP_001 dependencies on FND_LOG

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

1235:
1236: -- Commit all the pending transactions
1237: COMMIT;
1238:
1239: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
1240:
1241: IF (l_request_id IS NULL) THEN
1242: l_request_id := fnd_global.conc_request_id;
1243: END IF;

Line 1248: fnd_log.string_with_context( fnd_log.level_procedure,

1244:
1245: l_label := 'igs.plsql.igs_pe_pers_imp_001.del_cmpld_pe_records.begin';
1246: l_debug_str := 'Batch Id : ' || p_batch_id;
1247:
1248: fnd_log.string_with_context( fnd_log.level_procedure,
1249: l_label,
1250: l_debug_str, NULL,
1251: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
1252: END IF;

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

1663: l_enable_log := igs_ad_imp_001.g_enable_log;
1664: l_prog_label := 'igs.plsql.igs_pe_pers_imp_001.set_stat_matc_rvw_pers_rcds';
1665: l_label := 'igs.plsql.igs_pe_pers_imp_001.set_stat_matc_rvw_pers_rcds.';
1666:
1667: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
1668:
1669: IF (l_request_id IS NULL) THEN
1670: l_request_id := fnd_global.conc_request_id;
1671: END IF;

Line 1676: fnd_log.string_with_context( fnd_log.level_procedure,

1672:
1673: l_label := 'igs.plsql.igs_pe_pers_imp_001.set_stat_matc_rvw_pers_rcds.begin';
1674: l_debug_str := 'Source Type Id : ' || p_source_type_id || ' Batch ID :' || p_batch_id;
1675:
1676: fnd_log.string_with_context( fnd_log.level_procedure,
1677: l_label,
1678: l_debug_str, NULL,
1679: NULL,NULL,NULL,NULL,TO_CHAR(l_request_id));
1680: END IF;