DBA Data[Home] [Help]

APPS.BEN_BACK_OUT_CONC dependencies on BEN_BATCH_UTILS

Line 344: fnd_message.set_token('PROC','ben_batch_utils.print_parameters');

340: --
341: close c_parameter;
342: --
343: fnd_message.set_name('BEN','BEN_91333_CALLING_PROC');
344: fnd_message.set_token('PROC','ben_batch_utils.print_parameters');
345: ben_batch_utils.print_parameters
346: (p_thread_id => p_thread_id
347: ,p_benefit_action_id => p_benefit_action_id
348: ,p_validate => p_validate

Line 345: ben_batch_utils.print_parameters

341: close c_parameter;
342: --
343: fnd_message.set_name('BEN','BEN_91333_CALLING_PROC');
344: fnd_message.set_token('PROC','ben_batch_utils.print_parameters');
345: ben_batch_utils.print_parameters
346: (p_thread_id => p_thread_id
347: ,p_benefit_action_id => p_benefit_action_id
348: ,p_validate => p_validate
349: ,p_business_group_id => p_business_group_id

Line 661: ben_batch_utils.write_logfile(p_num_pers_processed => g_persons_processed

657: end loop;
658: --
659: fnd_message.set_name('BEN','BEN_91333_CALLING_PROC');
660: fnd_message.set_token('PROC','benbatch_utils.write_logfile');
661: ben_batch_utils.write_logfile(p_num_pers_processed => g_persons_processed
662: ,p_num_pers_errored => g_persons_errored);
663: --
664: commit;
665: --

Line 686: ben_batch_utils.write_logfile(p_num_pers_processed => g_persons_processed

682: --
683: benutils.write(p_text => g_rec.text);
684: benutils.write(p_rec => g_rec);
685: --
686: ben_batch_utils.write_logfile(p_num_pers_processed => g_persons_processed
687: ,p_num_pers_errored => g_persons_errored);
688: --
689: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);
690: --

Line 959: ben_batch_utils.ini;

955: p_commit => l_commit);
956: --
957: -- Get chunk_size and Thread values for multi-thread process.
958: --
959: ben_batch_utils.ini;
960: ben_batch_utils.ini(p_actn_cd => 'PROC_INFO');
961: --
962: benutils.get_parameter(p_business_group_id => p_business_group_id
963: ,p_batch_exe_cd => 'BENBOCON'

Line 960: ben_batch_utils.ini(p_actn_cd => 'PROC_INFO');

956: --
957: -- Get chunk_size and Thread values for multi-thread process.
958: --
959: ben_batch_utils.ini;
960: ben_batch_utils.ini(p_actn_cd => 'PROC_INFO');
961: --
962: benutils.get_parameter(p_business_group_id => p_business_group_id
963: ,p_batch_exe_cd => 'BENBOCON'
964: ,p_threads => l_threads

Line 1041: ben_batch_utils.person_selection_rule

1037: l_person_ok := 'Y';
1038: --
1039: If p_person_selection_rule_id is not NULL then
1040: --
1041: ben_batch_utils.person_selection_rule
1042: (p_person_id => l_person_id
1043: ,p_business_group_id => p_business_group_id
1044: ,p_person_selection_rule_id=> p_person_selection_rule_id
1045: ,p_effective_date => l_effective_date

Line 1051: Ben_batch_utils.write(p_text =>

1047: ,p_err_message => l_err_message );
1048:
1049: if l_err_message is not null
1050: then
1051: Ben_batch_utils.write(p_text =>
1052: '<< Person id : '||to_char(l_person_id)||' failed.'||
1053: ' Reason : '|| l_err_message ||' >>' );
1054: l_err_message := NULL ;
1055: end if ;

Line 1133: Ben_batch_utils.create_restart_person_actions

1129: Else
1130: --
1131: l_benefit_action_id := p_benefit_action_id;
1132: --
1133: Ben_batch_utils.create_restart_person_actions
1134: (p_benefit_action_id => p_benefit_action_id
1135: ,p_effective_date => l_effective_date
1136: ,p_chunk_size => l_chunk_size
1137: ,p_threads => l_threads

Line 1169: ben_batch_utils.g_num_processes := ben_batch_utils.g_num_processes + 1;

1165: ,argument14 => p_abs_ler);
1166: --
1167: -- Store the request id of the concurrent request
1168: --
1169: ben_batch_utils.g_num_processes := ben_batch_utils.g_num_processes + 1;
1170: ben_batch_utils.g_processes_tbl(ben_batch_utils.g_num_processes)
1171: := l_request_id;
1172: --
1173: End loop;

Line 1170: ben_batch_utils.g_processes_tbl(ben_batch_utils.g_num_processes)

1166: --
1167: -- Store the request id of the concurrent request
1168: --
1169: ben_batch_utils.g_num_processes := ben_batch_utils.g_num_processes + 1;
1170: ben_batch_utils.g_processes_tbl(ben_batch_utils.g_num_processes)
1171: := l_request_id;
1172: --
1173: End loop;
1174: --

Line 1179: Ben_batch_utils.print_parameters

1175: commit;
1176: --
1177: Elsif (l_num_range = 0 ) then
1178: --
1179: Ben_batch_utils.print_parameters
1180: (p_thread_id => 99
1181: ,p_benefit_action_id => l_benefit_action_id
1182: ,p_validate => p_validate
1183: ,p_business_group_id => p_business_group_id

Line 1218: ben_batch_utils.check_all_slaves_finished(p_rpt_flag => TRUE);

1214: ,p_legal_entity_id => p_legal_entity_id
1215: ,p_bckt_stat_cd => p_bckt_stat_cd
1216: ,p_abs_ler => p_abs_ler);
1217: --
1218: ben_batch_utils.check_all_slaves_finished(p_rpt_flag => TRUE);
1219: ben_batch_utils.end_process(p_benefit_action_id => l_benefit_action_id
1220: ,p_person_selected => l_person_cnt
1221: ,p_business_group_id => p_business_group_id);
1222: --

Line 1219: ben_batch_utils.end_process(p_benefit_action_id => l_benefit_action_id

1215: ,p_bckt_stat_cd => p_bckt_stat_cd
1216: ,p_abs_ler => p_abs_ler);
1217: --
1218: ben_batch_utils.check_all_slaves_finished(p_rpt_flag => TRUE);
1219: ben_batch_utils.end_process(p_benefit_action_id => l_benefit_action_id
1220: ,p_person_selected => l_person_cnt
1221: ,p_business_group_id => p_business_group_id);
1222: --
1223: -- submit summary report here

Line 1266: ben_batch_utils.check_all_slaves_finished(p_rpt_flag => TRUE);

1262: benutils.write(p_text => fnd_message.get);
1263: benutils.write(p_text => sqlerrm);
1264: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);
1265: If (l_num_range > 0) then
1266: ben_batch_utils.check_all_slaves_finished(p_rpt_flag => TRUE);
1267: ben_batch_utils.end_process(p_benefit_action_id => l_benefit_action_id
1268: ,p_person_selected => l_person_cnt
1269: ,p_business_group_id => p_business_group_id
1270: ) ;

Line 1267: ben_batch_utils.end_process(p_benefit_action_id => l_benefit_action_id

1263: benutils.write(p_text => sqlerrm);
1264: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);
1265: If (l_num_range > 0) then
1266: ben_batch_utils.check_all_slaves_finished(p_rpt_flag => TRUE);
1267: ben_batch_utils.end_process(p_benefit_action_id => l_benefit_action_id
1268: ,p_person_selected => l_person_cnt
1269: ,p_business_group_id => p_business_group_id
1270: ) ;
1271: End if;