DBA Data[Home] [Help]

APPS.BEN_CWB_MASS_NOTIFN_PKG dependencies on BENUTILS

Line 334: benutils.get_assignment_id(p_person_id => p_person_id

330: --
331: ELSE
332: --
333: l_assignment_id :=
334: benutils.get_assignment_id(p_person_id => p_person_id
335: ,p_business_group_id => p_business_group_id
336: ,p_effective_date => p_effective_date);
337: --
338: if l_assignment_id is null

Line 344: benutils.formula(p_formula_id => p_person_selection_rule_id

340: raise ben_batch_utils.g_record_error;
341: end if ;
342: --
343: l_outputs :=
344: benutils.formula(p_formula_id => p_person_selection_rule_id
345: ,p_effective_date => p_effective_date
346: ,p_business_group_id => p_business_group_id
347: ,p_assignment_id => l_assignment_id
348: ,p_param1 => 'BEN_IV_PERSON_ID' -- Bug 5331889

Line 848: g_actn := 'Calling benutils.get_parameter...';

844: g_actn := 'Calling ben_batch_utils.ini...';
845: WRITE (g_actn);
846: write ('ben_batch_utils.ini with PROC_INFO');
847: ben_batch_utils.ini (p_actn_cd => 'PROC_INFO');/*
848: g_actn := 'Calling benutils.get_parameter...';
849: WRITE (g_actn);
850: write_h ('benutils.get_parameter with ' || p_bg_id || ' ' || 'BENCWBMN' || ' '
851: || g_max_errors_allowed
852: );

Line 850: write_h ('benutils.get_parameter with ' || p_bg_id || ' ' || 'BENCWBMN' || ' '

846: write ('ben_batch_utils.ini with PROC_INFO');
847: ben_batch_utils.ini (p_actn_cd => 'PROC_INFO');/*
848: g_actn := 'Calling benutils.get_parameter...';
849: WRITE (g_actn);
850: write_h ('benutils.get_parameter with ' || p_bg_id || ' ' || 'BENCWBMN' || ' '
851: || g_max_errors_allowed
852: );
853: benutils.get_parameter (p_business_group_id => p_bg_id
854: , p_batch_exe_cd => 'BENCWBPP'

Line 853: benutils.get_parameter (p_business_group_id => p_bg_id

849: WRITE (g_actn);
850: write_h ('benutils.get_parameter with ' || p_bg_id || ' ' || 'BENCWBMN' || ' '
851: || g_max_errors_allowed
852: );
853: benutils.get_parameter (p_business_group_id => p_bg_id
854: , p_batch_exe_cd => 'BENCWBPP'
855: , p_threads => l_threads
856: , p_chunk_size => l_chunk_size
857: , p_max_errors => g_max_errors_allowed

Line 860: benutils.g_thread_id := 99; -- need to investigate why this is needed

856: , p_chunk_size => l_chunk_size
857: , p_max_errors => g_max_errors_allowed
858: );
859: write_h ('Values of l_threads is ' || l_threads || ' and l_chunk_size is ' || l_chunk_size);*/
860: benutils.g_thread_id := 99; -- need to investigate why this is needed
861: g_actn := 'Creating benefit actions...';
862: WRITE (g_actn);
863: WRITE ('Time'||to_char(sysdate,'yyyy/mm/dd:hh:mi:ssam'));
864: write ('=====================Benefit Actions=======================');

Line 877: , p_business_group_id => benutils.get_profile('PER_BUSINESS_GROUP_ID')

873: , p_mode_cd => 'W'
874: , p_derivable_factors_flag => 'NONE'
875: , p_validate_flag => 'N'
876: , p_debug_messages_flag => 'N'
877: , p_business_group_id => benutils.get_profile('PER_BUSINESS_GROUP_ID')
878: , p_no_programs_flag => 'N'
879: , p_no_plans_flag => 'N'
880: , p_audit_log_flag => 'N'
881: , p_pl_id => p_pl_id

Line 898: benutils.g_benefit_action_id := l_benefit_action_id;

894: , p_bft_attribute4 => p_manager_id*/
895: , p_bft_attribute30 => 'N'
896: );
897: write ('Benefit Action Id is ' || l_benefit_action_id);
898: benutils.g_benefit_action_id := l_benefit_action_id;
899:
900:
901: l_emp_processed := 0;
902: l_emp_with_user := 0;