DBA Data[Home] [Help]

APPS.BEN_CWB_BACK_OUT_CONC dependencies on BEN_BATCH_UTILS

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

770: --
771: close c_parameter;
772: --
773: fnd_message.set_name('BEN','BEN_91333_CALLING_PROC');
774: fnd_message.set_token('PROC','ben_batch_utils.print_parameters');
775: ben_batch_utils.print_parameters
776: (p_thread_id => p_thread_id
777: ,p_benefit_action_id => p_benefit_action_id
778: ,p_validate => p_validate

Line 775: ben_batch_utils.print_parameters

771: close c_parameter;
772: --
773: fnd_message.set_name('BEN','BEN_91333_CALLING_PROC');
774: fnd_message.set_token('PROC','ben_batch_utils.print_parameters');
775: ben_batch_utils.print_parameters
776: (p_thread_id => p_thread_id
777: ,p_benefit_action_id => p_benefit_action_id
778: ,p_validate => p_validate
779: ,p_business_group_id => p_business_group_id

Line 1031: ben_batch_utils.write_logfile(p_num_pers_processed => g_persons_processed

1027: end loop;
1028: --
1029: fnd_message.set_name('BEN','BEN_91333_CALLING_PROC');
1030: fnd_message.set_token('PROC','benbatch_utils.write_logfile');
1031: ben_batch_utils.write_logfile(p_num_pers_processed => g_persons_processed
1032: ,p_num_pers_errored => g_persons_errored);
1033: --
1034: commit;
1035: --

Line 1056: ben_batch_utils.write_logfile(p_num_pers_processed => g_persons_processed

1052: --
1053: benutils.write(p_text => g_rec.text);
1054: benutils.write(p_rec => g_rec);
1055: --
1056: ben_batch_utils.write_logfile(p_num_pers_processed => g_persons_processed
1057: ,p_num_pers_errored => g_persons_errored);
1058: --
1059: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);
1060: --

Line 1232: ben_batch_utils.ini;

1228: p_commit => l_commit);
1229: --
1230: -- Get chunk_size and Thread values for multi-thread process.
1231: --
1232: ben_batch_utils.ini;
1233: ben_batch_utils.ini(p_actn_cd => 'PROC_INFO');
1234: --
1235: benutils.get_parameter(p_business_group_id => p_business_group_id
1236: ,p_batch_exe_cd => 'BENBOCON'

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

1229: --
1230: -- Get chunk_size and Thread values for multi-thread process.
1231: --
1232: ben_batch_utils.ini;
1233: ben_batch_utils.ini(p_actn_cd => 'PROC_INFO');
1234: --
1235: benutils.get_parameter(p_business_group_id => p_business_group_id
1236: ,p_batch_exe_cd => 'BENBOCON'
1237: ,p_threads => l_threads

Line 1322: ben_batch_utils.person_selection_rule

1318: close c_person_selection;
1319: --
1320: if l_person_selection is not null then
1321: --
1322: ben_batch_utils.person_selection_rule
1323: (p_person_id => l_person_id
1324: ,p_business_group_id => l_business_group_id
1325: ,p_person_selection_rule_id=> l_person_selection
1326: ,p_effective_date => l_effective_date

Line 1341: Ben_batch_utils.write(p_text =>

1337: -- select effective_start_date, effective_end_date
1338: -- from per_all_people_f where person_id = l_person_id
1339: -- order by effective_start_date desc;
1340: --
1341: Ben_batch_utils.write(p_text =>
1342: '<< Person id : '||to_char(l_person_id)||' failed.'||
1343: ' Reason : '|| l_err_message ||' >>' );
1344: l_err_message := NULL ;
1345: --

Line 1435: Ben_batch_utils.create_restart_person_actions

1431: Else
1432: --
1433: l_benefit_action_id := p_benefit_action_id;
1434: --
1435: Ben_batch_utils.create_restart_person_actions
1436: (p_benefit_action_id => p_benefit_action_id
1437: ,p_effective_date => l_effective_date
1438: ,p_chunk_size => l_chunk_size
1439: ,p_threads => l_threads

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

1465: );
1466: --
1467: -- Store the request id of the concurrent request
1468: --
1469: ben_batch_utils.g_num_processes := ben_batch_utils.g_num_processes + 1;
1470: ben_batch_utils.g_processes_tbl(ben_batch_utils.g_num_processes)
1471: := l_request_id;
1472: --
1473: End loop;

Line 1470: ben_batch_utils.g_processes_tbl(ben_batch_utils.g_num_processes)

1466: --
1467: -- Store the request id of the concurrent request
1468: --
1469: ben_batch_utils.g_num_processes := ben_batch_utils.g_num_processes + 1;
1470: ben_batch_utils.g_processes_tbl(ben_batch_utils.g_num_processes)
1471: := l_request_id;
1472: --
1473: End loop;
1474: --

Line 1479: Ben_batch_utils.print_parameters

1475: commit;
1476: --
1477: Elsif (l_num_range = 0 ) then
1478: --
1479: Ben_batch_utils.print_parameters
1480: (p_thread_id => 99
1481: ,p_benefit_action_id => l_benefit_action_id
1482: ,p_validate => p_validate
1483: ,p_business_group_id => p_business_group_id

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

1510: );
1511: --
1512: hr_utility.set_location('waiting for slaves',65);
1513: --
1514: ben_batch_utils.check_all_slaves_finished(p_rpt_flag => TRUE);
1515: hr_utility.set_location('hurray my slaves are done',70);
1516: --
1517: -- Once all slaves are done go and delete heirarchy data.
1518: --

Line 1546: ben_batch_utils.end_process(p_benefit_action_id => l_benefit_action_id

1542: hr_utility.set_location('Refreshing Summary Complete',30);
1543:
1544: end if;
1545: --
1546: ben_batch_utils.end_process(p_benefit_action_id => l_benefit_action_id
1547: ,p_person_selected => l_person_cnt
1548: ,p_business_group_id => p_business_group_id);
1549: --
1550: -- Report any broken hierarchies, people who do not have a level 1 manager

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

1617: benutils.write(p_text => fnd_message.get);
1618: benutils.write(p_text => sqlerrm);
1619: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);
1620: If (l_num_range > 0) then
1621: ben_batch_utils.check_all_slaves_finished(p_rpt_flag => TRUE);
1622: ben_batch_utils.end_process(p_benefit_action_id => l_benefit_action_id
1623: ,p_person_selected => l_person_cnt
1624: ,p_business_group_id => p_business_group_id
1625: ) ;

Line 1622: ben_batch_utils.end_process(p_benefit_action_id => l_benefit_action_id

1618: benutils.write(p_text => sqlerrm);
1619: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);
1620: If (l_num_range > 0) then
1621: ben_batch_utils.check_all_slaves_finished(p_rpt_flag => TRUE);
1622: ben_batch_utils.end_process(p_benefit_action_id => l_benefit_action_id
1623: ,p_person_selected => l_person_cnt
1624: ,p_business_group_id => p_business_group_id
1625: ) ;
1626: End if;