DBA Data[Home] [Help]

APPS.IGS_AD_IMP_001 dependencies on FND_GLOBAL

Line 188: l_request_id := fnd_global.conc_request_id;

184:
185: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
186:
187: IF (l_request_id IS NULL) THEN
188: l_request_id := fnd_global.conc_request_id;
189: END IF;
190:
191: l_label := 'igs.plsql.igs_ad_imp_001.update_parent_record_status.begin';
192: l_debug_str := 'Source Type Id : ' || p_source_type_id || ' Batch ID : ' || p_batch_id;

Line 363: l_request_id := fnd_global.conc_request_id;

359:
360: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
361:
362: IF (l_request_id IS NULL) THEN
363: l_request_id := fnd_global.conc_request_id;
364: END IF;
365:
366: l_label := 'igs.plsql.igs_ad_imp_001.store_stats.begin';
367: l_debug_str := 'Source Type Id : ' || p_source_type_id || ' Batch ID : ' || p_batch_id;

Line 617: l_request_id := fnd_global.conc_request_id;

613:
614: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
615:
616: IF (l_request_id IS NULL) THEN
617: l_request_id := fnd_global.conc_request_id;
618: END IF;
619:
620: l_label := 'igs.plsql.igs_ad_imp_001.imp_adm_data.begin';
621: l_debug_str := 'Source Type Id : ' || p_source_type_id || ' Batch ID : ' || p_batch_id;