DBA Data[Home] [Help]

APPS.BEN_CLS_UNRESOLVED_ACTN_ITEM dependencies on BENUTILS

Line 154: ,p_benefit_action_id => benutils.g_benefit_action_id

150: l_actn := 'Calling ben_batch_rate_info_api.create_batch_rate_info...';
151: --
152: ben_batch_rate_info_api.create_batch_rate_info
153: (p_batch_rt_id => l_id
154: ,p_benefit_action_id => benutils.g_benefit_action_id
155: ,p_person_id => p_person_id
156: ,p_pgm_id => l_cache(i).pgm_id
157: ,p_pl_id => l_cache(i).pl_id
158: ,p_oipl_id => l_cache(i).oipl_id

Line 179: ,p_benefit_action_id => benutils.g_benefit_action_id

175: --
176: ben_batch_dpnt_info_api.create_batch_dpnt_info
177: (p_batch_dpnt_id => l_id
178: ,p_person_id => p_person_id
179: ,p_benefit_action_id => benutils.g_benefit_action_id
180: ,p_business_group_id => p_business_group_id
181: ,p_enrt_cvg_strt_dt => g_dpnt_tbl(i).cvg_strt_dt
182: ,p_enrt_cvg_thru_dt => g_dpnt_tbl(i).cvg_end_dt
183: ,p_actn_cd => to_char(g_dpnt_tbl(i).prtt_enrt_rslt_id)

Line 196: ,p_benefit_action_id => benutils.g_benefit_action_id

192: --
193: l_actn := 'Calling create_batch_actn_item_info...';
194: ben_batch_actn_item_info_api.create_batch_actn_item_info
195: (p_batch_actn_item_id => l_id
196: ,p_benefit_action_id => benutils.g_benefit_action_id
197: ,p_person_id => p_person_id
198: ,p_actn_typ_id => g_actn_tbl(i).actn_typ_id
199: ,p_cmpltd_dt => g_actn_tbl(i).cmpltd_dt
200: ,p_due_dt => g_actn_tbl(i).due_dt

Line 217: ,p_benefit_action_id => benutils.g_benefit_action_id

213: l_actn := 'Calling create_batch_bnft_cert_info (Certification)...';
214: --
215: ben_batch_bnft_cert_info_api.create_batch_bnft_cert_info
216: (p_batch_benft_cert_id => l_id
217: ,p_benefit_action_id => benutils.g_benefit_action_id
218: ,p_person_id => p_person_id
219: ,p_actn_typ_id => g_cert_tbl(i).actn_typ_id
220: ,p_typ_cd => 'C' ||
221: to_char(g_cert_tbl(i).prtt_enrt_rslt_id)

Line 235: ,p_benefit_action_id => benutils.g_benefit_action_id

231: l_actn := 'Calling create_batch_bnft_cert_info (Beneficiary)...';
232: --
233: ben_batch_bnft_cert_info_api.create_batch_bnft_cert_info
234: (p_batch_benft_cert_id => l_id
235: ,p_benefit_action_id => benutils.g_benefit_action_id
236: ,p_person_id => p_person_id
237: ,p_typ_cd => 'B' ||
238: to_char(g_bnf_tbl(i).prtt_enrt_rslt_id)
239: ,p_actn_typ_id => g_bnf_tbl(i).bnf_person_id

Line 1257: benutils.write

1253: ,p_actn_cd => l_actn_cd);
1254: --
1255: If (l_actn_cd = 'D') then
1256: --
1257: benutils.write
1258: (p_text => '> Enrollment(' ||
1259: to_char(l_process_rec(i).prtt_enrt_rslt_id) || ') Ended ');
1260: --
1261: Elsif (l_actn_cd = 'U') then

Line 1263: benutils.write

1259: to_char(l_process_rec(i).prtt_enrt_rslt_id) || ') Ended ');
1260: --
1261: Elsif (l_actn_cd = 'U') then
1262: --
1263: benutils.write
1264: (p_text => '> Enrollment(' ||
1265: to_char(l_process_rec(i).prtt_enrt_rslt_id) || ') unsuspended ');
1266: --
1267: End if;

Line 1397: benutils.write

1393: );
1394: --
1395: If (l_actn_cd = 'D') then
1396: --
1397: benutils.write
1398: (p_text => '> Enrollment(' ||
1399: to_char(l_process_rec(i).prtt_enrt_rslt_id) || ') Ended ');
1400: --
1401: Elsif (l_actn_cd = 'U') then

Line 1403: benutils.write

1399: to_char(l_process_rec(i).prtt_enrt_rslt_id) || ') Ended ');
1400: --
1401: Elsif (l_actn_cd = 'U') then
1402: --
1403: benutils.write
1404: (p_text => '> Enrollment(' ||
1405: to_char(l_process_rec(i).prtt_enrt_rslt_id) || ') unsuspended ');
1406: --
1407: End if;

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

1435: ,p_effective_date => p_effective_date);
1436: --
1437: End if;
1438: --
1439: benutils.write_table_and_file(p_table => TRUE, p_file => FALSE);
1440: g_persons_procd := g_persons_procd + 1;
1441: --
1442: End if;
1443: --

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

1481: ,p_business_group_id => p_business_group_id
1482: ,p_person_id => p_person_id
1483: ,p_effective_date => p_effective_date);
1484: --
1485: benutils.write_table_and_file(p_table => TRUE, p_file => FALSE);
1486: --
1487: End if;
1488: --
1489: fnd_message.raise_error;

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

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

Line 1589: benutils.get_parameter(p_business_group_id => p_business_group_Id

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

Line 1610: benutils.g_benefit_action_id := p_benefit_action_id;

1606: g_persons_errored := 0;
1607: --
1608: ben_batch_utils.ini;
1609: --
1610: benutils.g_benefit_action_id := p_benefit_action_id;
1611: benutils.g_thread_id := p_thread_id;
1612: --
1613: open c_master;
1614: fetch c_master into l_master;

Line 1611: benutils.g_thread_id := p_thread_id;

1607: --
1608: ben_batch_utils.ini;
1609: --
1610: benutils.g_benefit_action_id := p_benefit_action_id;
1611: benutils.g_thread_id := p_thread_id;
1612: --
1613: open c_master;
1614: fetch c_master into l_master;
1615: close c_master;

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

1745: ben_batch_utils.rpt_error(p_proc => l_proc
1746: ,p_last_actn => l_actn
1747: ,p_rpt_flag => TRUE);
1748: --
1749: benutils.write(p_text => fnd_message.get);
1750: benutils.write(p_text => sqlerrm);
1751: --
1752: ben_batch_utils.check_all_slaves_finished(p_rpt_flag => TRUE);
1753: --

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

1746: ,p_last_actn => l_actn
1747: ,p_rpt_flag => TRUE);
1748: --
1749: benutils.write(p_text => fnd_message.get);
1750: benutils.write(p_text => sqlerrm);
1751: --
1752: ben_batch_utils.check_all_slaves_finished(p_rpt_flag => TRUE);
1753: --
1754: ben_batch_utils.end_process(p_benefit_action_id => p_benefit_action_id

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

1754: ben_batch_utils.end_process(p_benefit_action_id => p_benefit_action_id
1755: ,p_person_selected => g_person_actn_cnt
1756: ,p_business_group_id => p_business_group_id);
1757: --
1758: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);
1759: --
1760: commit;
1761: --
1762: fnd_message.raise_error;

Line 1952: benutils.get_parameter(p_business_group_id => p_business_group_id

1948: ben_batch_utils.ini(p_actn_cd => 'PROC_INFO');
1949: --
1950: -- Get the parameters that were defined for this batch process.
1951: --
1952: benutils.get_parameter(p_business_group_id => p_business_group_id
1953: ,p_batch_exe_cd => 'BENUNEAI'
1954: ,p_threads => l_threads
1955: ,p_chunk_size => l_chunk_size
1956: ,p_max_errors => g_max_person_err);

Line 2002: benutils.g_benefit_action_id := l_benefit_action_id;

1998: ,p_program_application_id => fnd_global.prog_appl_id
1999: ,p_program_id => fnd_global.conc_program_id
2000: ,p_program_update_date => sysdate);
2001: --
2002: benutils.g_benefit_action_id := l_benefit_action_id;
2003: benutils.g_thread_id := 99;
2004: --
2005: -- Loop through rows in ben_per_in_ler_f based on the parameters passed and
2006: -- create person actions for the selected people.

Line 2003: benutils.g_thread_id := 99;

1999: ,p_program_id => fnd_global.conc_program_id
2000: ,p_program_update_date => sysdate);
2001: --
2002: benutils.g_benefit_action_id := l_benefit_action_id;
2003: benutils.g_thread_id := 99;
2004: --
2005: -- Loop through rows in ben_per_in_ler_f based on the parameters passed and
2006: -- create person actions for the selected people.
2007: --