DBA Data[Home] [Help]

APPS.BEN_CLOSE_ENROLLMENT dependencies on BENUTILS

Line 204: ,p_benefit_action_id => benutils.g_benefit_action_id

200: l_actn := 'Calling ben_batch_rate_info_api.create_batch_rate_info...';
201: --
202: ben_batch_rate_info_api.create_batch_rate_info
203: (p_batch_rt_id => l_id
204: ,p_benefit_action_id => benutils.g_benefit_action_id
205: ,p_person_id => p_person_id
206: ,p_pgm_id => l_cache(i).pgm_id
207: ,p_pl_id => l_cache(i).pl_id
208: ,p_oipl_id => l_cache(i).oipl_id

Line 230: ,p_benefit_action_id => benutils.g_benefit_action_id

226: --
227: ben_batch_dpnt_info_api.create_batch_dpnt_info
228: (p_batch_dpnt_id => l_id
229: ,p_person_id => p_person_id
230: ,p_benefit_action_id => benutils.g_benefit_action_id
231: ,p_business_group_id => p_business_group_id
232: ,p_pgm_id => l_cache(i).pgm_id
233: ,p_pl_id => l_cache(i).pl_id
234: ,p_oipl_id => l_cache(i).oipl_id

Line 473: benutils.update_life_event_cache(p_open_and_closed => 'N');

469: ,p_proc_cd3 => 'HPADPNTLC'
470: ,p_effective_date => p_effective_date
471: ,p_source => 'benclenr');
472: --
473: benutils.update_life_event_cache(p_open_and_closed => 'N');
474: --
475: end if;
476: --
477: hr_utility.set_location('Leaving:'||l_proc, 10);

Line 1363: benutils.update_life_event_cache(p_open_and_closed => 'Y');

1359: -- automatic.
1360: --
1361: l_per_in_ler_cls := TRUE;
1362: --
1363: benutils.update_life_event_cache(p_open_and_closed => 'Y');
1364: --
1365: end if;
1366: --
1367: end if;

Line 1419: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);

1415: ,p_effective_date => p_effective_date);
1416: --
1417: end if;
1418: --
1419: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);
1420: --
1421: end if;
1422: --
1423: hr_utility.set_location('Leaving:'||l_proc, 10);

Line 1457: ben_batch_utils.write(p_text => benutils.g_banner_minus);

1453: ben_batch_utils.rpt_error(p_proc => l_proc
1454: ,p_last_actn => l_actn
1455: ,p_rpt_flag => false);
1456: --
1457: ben_batch_utils.write(p_text => benutils.g_banner_minus);
1458: --
1459: -- Update the person action status code to errored.
1460: --
1461: if p_person_action_id is not null then

Line 1478: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);

1474: ,p_error => TRUE
1475: ,p_business_group_id => p_business_group_id
1476: ,p_effective_date => p_effective_date);
1477: --
1478: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);
1479: --
1480: raise ben_batch_utils.g_record_error;
1481: --
1482: else

Line 1560: l_rec benutils.g_active_life_event;

1556: l_parm c_parameter%rowtype;
1557: l_commit number;
1558: --
1559: -- start bug 3079317
1560: l_rec benutils.g_active_life_event;
1561: l_env ben_env_object.g_global_env_rec_type;
1562: l_per_rec per_all_people_f%rowtype;
1563: l_encoded_message varchar2(2000);
1564: l_app_short_name varchar2(2000);

Line 1587: l_actn := 'Calling benutils.get_parameter...';

1583: dt_fndate.change_ses_date
1584: (p_ses_date => l_effective_date,
1585: p_commit => l_commit);
1586: --
1587: l_actn := 'Calling benutils.get_parameter...';
1588: benutils.get_parameter(p_business_group_id => p_business_group_id
1589: ,p_batch_exe_cd => 'BENCLENR'
1590: ,p_threads => l_threads
1591: ,p_chunk_size => l_chunk_size

Line 1588: benutils.get_parameter(p_business_group_id => p_business_group_id

1584: (p_ses_date => l_effective_date,
1585: p_commit => l_commit);
1586: --
1587: l_actn := 'Calling benutils.get_parameter...';
1588: benutils.get_parameter(p_business_group_id => p_business_group_id
1589: ,p_batch_exe_cd => 'BENCLENR'
1590: ,p_threads => l_threads
1591: ,p_chunk_size => l_chunk_size
1592: ,p_max_errors => g_max_person_err);

Line 1609: benutils.g_benefit_action_id := p_benefit_action_id;

1605: g_persons_errored := 0;
1606: --
1607: ben_batch_utils.ini;
1608: --
1609: benutils.g_benefit_action_id := p_benefit_action_id;
1610: benutils.g_thread_id := p_thread_id;
1611: --
1612: -- Fetch the parameters defined for the batch process.
1613: --

Line 1610: benutils.g_thread_id := p_thread_id;

1606: --
1607: ben_batch_utils.ini;
1608: --
1609: benutils.g_benefit_action_id := p_benefit_action_id;
1610: benutils.g_thread_id := p_thread_id;
1611: --
1612: -- Fetch the parameters defined for the batch process.
1613: --
1614: open c_parameter;

Line 1747: benutils.write(p_text => g_rec.text);

1743: g_rec.pgm_id := l_env.pgm_id;
1744: g_rec.pl_id := l_env.pl_id;
1745: g_rec.oipl_id := l_env.oipl_id;
1746: g_rec.national_identifier := l_per_rec.national_identifier;
1747: benutils.write(p_text => g_rec.text);
1748: benutils.write(p_rec => g_rec);
1749: --
1750: update ben_person_actions
1751: set action_status_cd = 'E'

Line 1748: benutils.write(p_rec => g_rec);

1744: g_rec.pl_id := l_env.pl_id;
1745: g_rec.oipl_id := l_env.oipl_id;
1746: g_rec.national_identifier := l_per_rec.national_identifier;
1747: benutils.write(p_text => g_rec.text);
1748: benutils.write(p_rec => g_rec);
1749: --
1750: update ben_person_actions
1751: set action_status_cd = 'E'
1752: where person_action_id = g_cache_per_proc(l_cnt).person_action_id;

Line 1779: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);

1775: fnd_message.raise_error;
1776: --
1777: end if;
1778: --
1779: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);
1780: --
1781: commit;
1782: --
1783: end loop;

Line 1785: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);

1781: commit;
1782: --
1783: end loop;
1784: --
1785: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);
1786: --
1787: commit;
1788: --
1789: l_actn := 'Calling log_beneadeb_statistics...';

Line 1801: benutils.write(p_text => sqlerrm);

1797: --
1798: when others then
1799: --
1800: rollback;
1801: benutils.write(p_text => sqlerrm);
1802: --
1803: hr_utility.set_location('BENCLENR Super Error ' || l_proc, 10);
1804: --
1805: ben_batch_utils.rpt_error(p_proc => l_proc

Line 1812: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);

1808: --
1809: ben_batch_utils.write_logfile(p_num_pers_processed => g_persons_procd
1810: ,p_num_pers_errored => g_persons_errored);
1811: --
1812: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);
1813: --
1814: fnd_message.set_name('PAY', 'HR_6153_ALL_PROCEDURE_FAIL');
1815: fnd_message.set_token('PROCEDURE', l_proc);
1816: fnd_message.set_token('STEP',l_actn );

Line 2128: benutils.get_parameter

2124: ben_batch_utils.ini(p_actn_cd => 'PROC_INFO');
2125: --
2126: -- Get the parameters defined for the batch process.
2127: --
2128: benutils.get_parameter
2129: (p_business_group_id => p_business_group_id
2130: ,p_batch_exe_cd => 'BENCLENR'
2131: ,p_threads => l_threads
2132: ,p_chunk_size => l_chunk_size

Line 2190: benutils.g_benefit_action_id := l_benefit_action_id;

2186: --
2187: ,p_ptnl_ler_for_per_stat_cd => p_close_cd
2188: );
2189: --
2190: benutils.g_benefit_action_id := l_benefit_action_id;
2191: --
2192: benutils.g_thread_id := 99;
2193: --
2194: l_actn := 'Removing batch ranges ';

Line 2192: benutils.g_thread_id := 99;

2188: );
2189: --
2190: benutils.g_benefit_action_id := l_benefit_action_id;
2191: --
2192: benutils.g_thread_id := 99;
2193: --
2194: l_actn := 'Removing batch ranges ';
2195: --
2196: delete from ben_batch_ranges

Line 2439: benutils.write(p_text => fnd_message.get);

2435: ben_batch_utils.rpt_error(p_proc => l_proc
2436: ,p_last_actn => l_actn
2437: ,p_rpt_flag => TRUE);
2438: --
2439: benutils.write(p_text => fnd_message.get);
2440: benutils.write(p_text => sqlerrm);
2441: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);
2442: --
2443: if l_num_ranges > 0 then

Line 2440: benutils.write(p_text => sqlerrm);

2436: ,p_last_actn => l_actn
2437: ,p_rpt_flag => TRUE);
2438: --
2439: benutils.write(p_text => fnd_message.get);
2440: benutils.write(p_text => sqlerrm);
2441: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);
2442: --
2443: if l_num_ranges > 0 then
2444: --

Line 2441: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);

2437: ,p_rpt_flag => TRUE);
2438: --
2439: benutils.write(p_text => fnd_message.get);
2440: benutils.write(p_text => sqlerrm);
2441: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);
2442: --
2443: if l_num_ranges > 0 then
2444: --
2445: ben_batch_utils.check_all_slaves_finished(p_rpt_flag => TRUE);