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.6.12020000.2 2012/07/03 12:50:52 amnaraya ship $ */
3: /* ===========================================================================
4: * Name:
5: * Batch_utils

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

88: */
89: --
90: -- Global variables declaration.
91: --
92: g_package varchar2(30) := 'ben_batch_utils.';
93: g_proc_info g_process_information_rec;
94: g_cache_person_types g_cache_person_types_rec;
95: g_pgm_tbl g_pgm_table;
96: g_pl_tbl g_pl_table;

Line 1477: ben_batch_utils.rpt_error(p_proc => l_proc

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

Line 1581: Raise ben_batch_utils.g_record_error;

1577: fnd_message.set_name('BEN','BEN_91329_FORMULA_RETURN');
1578: fnd_message.set_token('RL',
1579: 'person_selection_rule_id :'||p_person_selection_rule_id);
1580: fnd_message.set_token('PROC',l_proc);
1581: Raise ben_batch_utils.g_record_error;
1582: End if;
1583: return l_return;
1584: hr_utility.set_location ('Leaving '||l_proc,10);
1585: Exception

Line 1586: When ben_batch_utils.g_record_error then

1582: End if;
1583: return l_return;
1584: hr_utility.set_location ('Leaving '||l_proc,10);
1585: Exception
1586: When ben_batch_utils.g_record_error then
1587: raise;
1588: when others then
1589: rpt_error(p_proc => l_proc, p_last_actn => l_actn);
1590: raise;

Line 1784: raise ben_batch_utils.g_record_error;

1780: ,argument2 => p_subtitle
1781: );
1782: End if;
1783: If l_request_id = 0 then
1784: raise ben_batch_utils.g_record_error;
1785: Else
1786: p_request_id := l_request_id;
1787: End if;
1788: hr_utility.set_location('Leaving :'||l_proc,10);

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

1813: if l_msg_error_cd is null then
1814: l_msg_error_cd := 'ERROR NOT SPECIFIED';
1815: End if;
1816: --
1817: l_actn := 'calling ben_batch_utils.write_rec....';
1818: ben_batch_utils.write_rec(p_typ_cd => 'ERROR'
1819: ,p_err_cd => l_msg_error_cd
1820: ,p_text => l_msg
1821: );

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

1814: l_msg_error_cd := 'ERROR NOT SPECIFIED';
1815: End if;
1816: --
1817: l_actn := 'calling ben_batch_utils.write_rec....';
1818: ben_batch_utils.write_rec(p_typ_cd => 'ERROR'
1819: ,p_err_cd => l_msg_error_cd
1820: ,p_text => l_msg
1821: );
1822: Exception

Line 2470: When ben_batch_utils.g_record_error then

2466: Raise value_exception ;
2467: End if;
2468: hr_utility.set_location ('Leaving '||l_proc,10);
2469: Exception
2470: When ben_batch_utils.g_record_error then
2471: p_return := 'N' ;
2472: fnd_message.set_name('BEN','BEN_91698_NO_ASSIGNMENT_FND');
2473: fnd_message.set_token('ID' ,to_char(p_person_id) );
2474: fnd_message.set_token('PROC',l_proc ) ;

Line 2491: end ben_batch_utils;

2487: ||' in package : '|| l_proc ||'.' || substr(sqlerrm,1,170);
2488:
2489: End person_selection_rule;
2490: --
2491: end ben_batch_utils;