DBA Data[Home] [Help]

APPS.BEN_BACK_OUT_CONC dependencies on BEN_BATCH_UTILS

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

335: --
336: close c_parameter;
337: --
338: fnd_message.set_name('BEN','BEN_91333_CALLING_PROC');
339: fnd_message.set_token('PROC','ben_batch_utils.print_parameters');
340: ben_batch_utils.print_parameters
341: (p_thread_id => p_thread_id
342: ,p_benefit_action_id => p_benefit_action_id
343: ,p_validate => p_validate

Line 340: ben_batch_utils.print_parameters

336: close c_parameter;
337: --
338: fnd_message.set_name('BEN','BEN_91333_CALLING_PROC');
339: fnd_message.set_token('PROC','ben_batch_utils.print_parameters');
340: ben_batch_utils.print_parameters
341: (p_thread_id => p_thread_id
342: ,p_benefit_action_id => p_benefit_action_id
343: ,p_validate => p_validate
344: ,p_business_group_id => p_business_group_id

Line 635: ben_batch_utils.write_logfile(p_num_pers_processed => g_persons_processed

631: end loop;
632: --
633: fnd_message.set_name('BEN','BEN_91333_CALLING_PROC');
634: fnd_message.set_token('PROC','benbatch_utils.write_logfile');
635: ben_batch_utils.write_logfile(p_num_pers_processed => g_persons_processed
636: ,p_num_pers_errored => g_persons_errored);
637: --
638: commit;
639: --

Line 660: ben_batch_utils.write_logfile(p_num_pers_processed => g_persons_processed

656: --
657: benutils.write(p_text => g_rec.text);
658: benutils.write(p_rec => g_rec);
659: --
660: ben_batch_utils.write_logfile(p_num_pers_processed => g_persons_processed
661: ,p_num_pers_errored => g_persons_errored);
662: --
663: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);
664: --

Line 933: ben_batch_utils.ini;

929: p_commit => l_commit);
930: --
931: -- Get chunk_size and Thread values for multi-thread process.
932: --
933: ben_batch_utils.ini;
934: ben_batch_utils.ini(p_actn_cd => 'PROC_INFO');
935: --
936: benutils.get_parameter(p_business_group_id => p_business_group_id
937: ,p_batch_exe_cd => 'BENBOCON'

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

930: --
931: -- Get chunk_size and Thread values for multi-thread process.
932: --
933: ben_batch_utils.ini;
934: ben_batch_utils.ini(p_actn_cd => 'PROC_INFO');
935: --
936: benutils.get_parameter(p_business_group_id => p_business_group_id
937: ,p_batch_exe_cd => 'BENBOCON'
938: ,p_threads => l_threads

Line 1015: ben_batch_utils.person_selection_rule

1011: l_person_ok := 'Y';
1012: --
1013: If p_person_selection_rule_id is not NULL then
1014: --
1015: ben_batch_utils.person_selection_rule
1016: (p_person_id => l_person_id
1017: ,p_business_group_id => p_business_group_id
1018: ,p_person_selection_rule_id=> p_person_selection_rule_id
1019: ,p_effective_date => l_effective_date

Line 1025: Ben_batch_utils.write(p_text =>

1021: ,p_err_message => l_err_message );
1022:
1023: if l_err_message is not null
1024: then
1025: Ben_batch_utils.write(p_text =>
1026: '<< Person id : '||to_char(l_person_id)||' failed.'||
1027: ' Reason : '|| l_err_message ||' >>' );
1028: l_err_message := NULL ;
1029: end if ;

Line 1107: Ben_batch_utils.create_restart_person_actions

1103: Else
1104: --
1105: l_benefit_action_id := p_benefit_action_id;
1106: --
1107: Ben_batch_utils.create_restart_person_actions
1108: (p_benefit_action_id => p_benefit_action_id
1109: ,p_effective_date => l_effective_date
1110: ,p_chunk_size => l_chunk_size
1111: ,p_threads => l_threads

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

1139: ,argument14 => p_abs_ler);
1140: --
1141: -- Store the request id of the concurrent request
1142: --
1143: ben_batch_utils.g_num_processes := ben_batch_utils.g_num_processes + 1;
1144: ben_batch_utils.g_processes_tbl(ben_batch_utils.g_num_processes)
1145: := l_request_id;
1146: --
1147: End loop;

Line 1144: ben_batch_utils.g_processes_tbl(ben_batch_utils.g_num_processes)

1140: --
1141: -- Store the request id of the concurrent request
1142: --
1143: ben_batch_utils.g_num_processes := ben_batch_utils.g_num_processes + 1;
1144: ben_batch_utils.g_processes_tbl(ben_batch_utils.g_num_processes)
1145: := l_request_id;
1146: --
1147: End loop;
1148: --

Line 1153: Ben_batch_utils.print_parameters

1149: commit;
1150: --
1151: Elsif (l_num_range = 0 ) then
1152: --
1153: Ben_batch_utils.print_parameters
1154: (p_thread_id => 99
1155: ,p_benefit_action_id => l_benefit_action_id
1156: ,p_validate => p_validate
1157: ,p_business_group_id => p_business_group_id

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

1188: ,p_legal_entity_id => p_legal_entity_id
1189: ,p_bckt_stat_cd => p_bckt_stat_cd
1190: ,p_abs_ler => p_abs_ler);
1191: --
1192: ben_batch_utils.check_all_slaves_finished(p_rpt_flag => TRUE);
1193: ben_batch_utils.end_process(p_benefit_action_id => l_benefit_action_id
1194: ,p_person_selected => l_person_cnt
1195: ,p_business_group_id => p_business_group_id);
1196: --

Line 1193: ben_batch_utils.end_process(p_benefit_action_id => l_benefit_action_id

1189: ,p_bckt_stat_cd => p_bckt_stat_cd
1190: ,p_abs_ler => p_abs_ler);
1191: --
1192: ben_batch_utils.check_all_slaves_finished(p_rpt_flag => TRUE);
1193: ben_batch_utils.end_process(p_benefit_action_id => l_benefit_action_id
1194: ,p_person_selected => l_person_cnt
1195: ,p_business_group_id => p_business_group_id);
1196: --
1197: -- submit summary report here

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

1236: benutils.write(p_text => fnd_message.get);
1237: benutils.write(p_text => sqlerrm);
1238: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);
1239: If (l_num_range > 0) then
1240: ben_batch_utils.check_all_slaves_finished(p_rpt_flag => TRUE);
1241: ben_batch_utils.end_process(p_benefit_action_id => l_benefit_action_id
1242: ,p_person_selected => l_person_cnt
1243: ,p_business_group_id => p_business_group_id
1244: ) ;

Line 1241: ben_batch_utils.end_process(p_benefit_action_id => l_benefit_action_id

1237: benutils.write(p_text => sqlerrm);
1238: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);
1239: If (l_num_range > 0) then
1240: ben_batch_utils.check_all_slaves_finished(p_rpt_flag => TRUE);
1241: ben_batch_utils.end_process(p_benefit_action_id => l_benefit_action_id
1242: ,p_person_selected => l_person_cnt
1243: ,p_business_group_id => p_business_group_id
1244: ) ;
1245: End if;