DBA Data[Home] [Help]

APPS.IGS_AD_IMP_015 dependencies on FND_GLOBAL

Line 59: l_request_id := fnd_global.conc_request_id;

55:
56: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
57:
58: IF (l_request_id IS NULL) THEN
59: l_request_id := fnd_global.conc_request_id;
60: END IF;
61:
62: l_label := 'igs.plsql.igs_ad_imp_015.sel_ad_src_cat_imp.begin';
63: l_debug_str := 'Source Type Id : ' || p_source_type_id || ' Batch ID : ' || p_batch_id;

Line 150: l_request_id := fnd_global.conc_request_id;

146:
147: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
148:
149: IF (l_request_id IS NULL) THEN
150: l_request_id := fnd_global.conc_request_id;
151: END IF;
152:
153: l_label := 'igs.plsql.igs_ad_imp_015.prc_ad_category.begin';
154: l_debug_str := 'Source Type Id : ' || p_source_type_id || ' Batch ID : ' || p_batch_id;

Line 316: l_request_id := fnd_global.conc_request_id;

312:
313: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
314:
315: IF (l_request_id IS NULL) THEN
316: l_request_id := fnd_global.conc_request_id;
317: END IF;
318:
319: l_label := 'igs.plsql.igs_ad_imp_015.prc_ad_category.after_prc_tst_rslt';
320: l_debug_str := 'Test Results Processed Succesfully';

Line 337: l_request_id := fnd_global.conc_request_id;

333:
334: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
335:
336: IF (l_request_id IS NULL) THEN
337: l_request_id := fnd_global.conc_request_id;
338: END IF;
339:
340: l_label := 'igs.plsql.igs_ad_imp_015.prc_ad_category.before_prc_transcript_dtls';
341: l_debug_str := 'Befoer Processing Transcript Details';

Line 894: l_request_id := fnd_global.conc_request_id;

890:
891: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
892:
893: IF (l_request_id IS NULL) THEN
894: l_request_id := fnd_global.conc_request_id;
895: END IF;
896:
897: l_label := 'igs.plsql.igs_ad_imp_015.prc_ad_category.Leaving';
898: l_debug_str := 'Leaving prc_ad_category';

Line 998: l_request_id := fnd_global.conc_request_id;

994:
995: IF fnd_log.test(fnd_log.level_procedure,l_prog_label) THEN
996:
997: IF (l_request_id IS NULL) THEN
998: l_request_id := fnd_global.conc_request_id;
999: END IF;
1000:
1001: l_label := 'igs.plsql.igs_ad_imp_015.del_cmpld_ad_records.begin';
1002: l_debug_str := 'Source Type Id : ' || p_source_type_id || ' Batch ID : ' || p_batch_id;