DBA Data[Home] [Help]

APPS.BEN_EXT_THREAD dependencies on BENUTILS

Line 20: benutils.get_parameter

16: Date Who Version What?
17: 10/15/98 Pdas 115.0 Created.
18: 10/30/98 Yrathman 115.1 Added messages
19: 11/04/98 Pdas 115.2 Modified call to
20: benutils.get_parameter
21: 11/06/98 Yrathman 115.3 Added header/trailer
22: 11/06/98 PDas 115.4 Added Person Count, Record Count
23: 11/23/98 PDas 115.5 Added logic for smart totals
24: 12/09/98 PDas 115.6 Modified call to process_ext_ht_recs

Line 51: 20/07/99 Gperry 115.32 genutils -> benutils package

47: Bug - 2106
48: 06/03/99 Asen 115.29 Added two parameters to action api call.
49: 06/16/99 Isen 115.30 Added foreign key ref ext_rslt_id
50: 07/09/99 Jcarpent 115.31 Added checks for backed out nocopy pil
51: 20/07/99 Gperry 115.32 genutils -> benutils package
52: rename.
53: 06/08/99 Asen 115.33 Added messages : Entering, Exiting.
54: 08/31/99 Asen 115.34 Changed call to decode program (from ben_ext_decodes).
55: 09/22/99 Thayden 115.36 Changes to cm and chg cursors (new incl crit).

Line 982: l_outputs := benutils.formula

978: hr_utility.set_location(' ext_dfn_id :'||ben_ext_thread.g_ext_dfn_id, 39);
979: hr_utility.set_location(' rslt id :'||ben_ext_thread.g_ext_rslt_id, 39);
980: end if;
981: if l_rule_type.formula_type_id = -546 then
982: l_outputs := benutils.formula
983: (p_formula_id => p_data_elmt_rl,
984: p_effective_date => p_effective_date ,
985: p_business_group_id => nvl(p_ext_per_bg_id, p_business_group_id)
986: ,p_param1 => 'EXT_DFN_ID'

Line 2300: benutils.get_parameter

2296: p_commit => l_commit);
2297: --
2298: l_line := 2;
2299: --
2300: benutils.get_parameter
2301: (p_business_group_id => p_business_group_id
2302: ,p_batch_exe_cd => 'BENXTRCT'
2303: ,p_threads => l_threads
2304: ,p_chunk_size => l_chunk_size

Line 5855: benutils.get_parameter

5851:
5852: if g_debug then
5853: hr_utility.set_location(' resilt_id ' || l_ext_rslt_id,177 ) ;
5854: end if;
5855: benutils.get_parameter
5856: (p_business_group_id => p_business_group_id
5857: ,p_batch_exe_cd => 'BENXTRCT'
5858: ,p_threads => l_threads
5859: ,p_chunk_size => l_chunk_size

Line 5912: benutils.g_benefit_action_id := l_benefit_action_id;

5908: l_line := 6;
5909: --
5910: l_line := 7;
5911: --
5912: benutils.g_benefit_action_id := l_benefit_action_id;
5913: benutils.g_thread_id := 99;
5914: --
5915: l_line := 8;
5916:

Line 5913: benutils.g_thread_id := 99;

5909: --
5910: l_line := 7;
5911: --
5912: benutils.g_benefit_action_id := l_benefit_action_id;
5913: benutils.g_thread_id := 99;
5914: --
5915: l_line := 8;
5916:
5917: -- process the subheader

Line 6322: l_outputs := benutils.formula

6318: -- will not be used here.
6319: --
6320: if l_ext_post_prcs_rl is not null then
6321: --
6322: l_outputs := benutils.formula
6323: (p_formula_id => l_ext_post_prcs_rl,
6324: p_effective_date => l_effective_date,
6325: p_business_group_id => p_business_group_id,
6326: p_param1 => 'EXT_RSLT_ID',