DBA Data[Home] [Help]

APPS.BEN_BATCH_UTILS dependencies on BEN_BATCH_UTILS

Line 1: package body ben_batch_utils as

1: package body ben_batch_utils as
2: /* $Header: benrptut.pkb 120.5.12010000.2 2008/08/05 14:52:56 ubhat ship $ */
3: /* ===========================================================================
4: * Name:
5: * Batch_utils

Line 88: g_package varchar2(30) := 'ben_batch_utils.';

84: */
85: --
86: -- Global variables declaration.
87: --
88: g_package varchar2(30) := 'ben_batch_utils.';
89: g_proc_info g_process_information_rec;
90: g_cache_person_types g_cache_person_types_rec;
91: g_pgm_tbl g_pgm_table;
92: g_pl_tbl g_pl_table;

Line 1473: ben_batch_utils.rpt_error(p_proc => l_proc

1469: End if;
1470: hr_utility.set_location ('Leaving '||l_proc,10);
1471: exception
1472: when others then
1473: ben_batch_utils.rpt_error(p_proc => l_proc
1474: ,p_last_actn => l_actn );
1475: raise;
1476: end print_parameters;
1477: --

Line 1571: Raise ben_batch_utils.g_record_error;

1567: fnd_message.set_name('BEN','BEN_91329_FORMULA_RETURN');
1568: fnd_message.set_token('RL',
1569: 'person_selection_rule_id :'||p_person_selection_rule_id);
1570: fnd_message.set_token('PROC',l_proc);
1571: Raise ben_batch_utils.g_record_error;
1572: End if;
1573: return l_return;
1574: hr_utility.set_location ('Leaving '||l_proc,10);
1575: Exception

Line 1576: When ben_batch_utils.g_record_error then

1572: End if;
1573: return l_return;
1574: hr_utility.set_location ('Leaving '||l_proc,10);
1575: Exception
1576: When ben_batch_utils.g_record_error then
1577: raise;
1578: when others then
1579: rpt_error(p_proc => l_proc, p_last_actn => l_actn);
1580: raise;

Line 1774: raise ben_batch_utils.g_record_error;

1770: ,argument2 => p_subtitle
1771: );
1772: End if;
1773: If l_request_id = 0 then
1774: raise ben_batch_utils.g_record_error;
1775: Else
1776: p_request_id := l_request_id;
1777: End if;
1778: hr_utility.set_location('Leaving :'||l_proc,10);

Line 1807: l_actn := 'calling ben_batch_utils.write_rec....';

1803: if l_msg_error_cd is null then
1804: l_msg_error_cd := 'ERROR NOT SPECIFIED';
1805: End if;
1806: --
1807: l_actn := 'calling ben_batch_utils.write_rec....';
1808: ben_batch_utils.write_rec(p_typ_cd => 'ERROR'
1809: ,p_err_cd => l_msg_error_cd
1810: ,p_text => l_msg
1811: );

Line 1808: ben_batch_utils.write_rec(p_typ_cd => 'ERROR'

1804: l_msg_error_cd := 'ERROR NOT SPECIFIED';
1805: End if;
1806: --
1807: l_actn := 'calling ben_batch_utils.write_rec....';
1808: ben_batch_utils.write_rec(p_typ_cd => 'ERROR'
1809: ,p_err_cd => l_msg_error_cd
1810: ,p_text => l_msg
1811: );
1812: Exception

Line 2452: When ben_batch_utils.g_record_error then

2448: Raise value_exception ;
2449: End if;
2450: hr_utility.set_location ('Leaving '||l_proc,10);
2451: Exception
2452: When ben_batch_utils.g_record_error then
2453: p_return := 'N' ;
2454: fnd_message.set_name('BEN','BEN_91698_NO_ASSIGNMENT_FND');
2455: fnd_message.set_token('ID' ,to_char(p_person_id) );
2456: fnd_message.set_token('PROC',l_proc ) ;

Line 2473: end ben_batch_utils;

2469: ||' in package : '|| l_proc ||'.' || substr(sqlerrm,1,170);
2470:
2471: End person_selection_rule;
2472: --
2473: end ben_batch_utils;