DBA Data[Home] [Help]

APPS.BEN_TCS_STMT_PROCESS dependencies on BENUTILS

Line 1822: benutils.g_benefit_action_id := p_benefit_action_id;

1818: g_actn := 'Started do_multithread for the thread ' || p_thread_id;
1819: g_proc := 'do_multithread';
1820: hr_utility.set_location('Entering '||g_proc,110);
1821:
1822: benutils.g_benefit_action_id := p_benefit_action_id;
1823:
1824: WRITE ('procedure :' ||g_proc );
1825: hr_utility.set_location (g_actn,111);
1826: WRITE ('=====================do_multithread=============');

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

2467: hr_utility.set_location (g_actn,151);
2468: hr_utility.set_location ('ben_batch_utils.ini with PROC_INFO',152);
2469: ben_batch_utils.ini (p_actn_cd => 'PROC_INFO');
2470:
2471: g_actn := 'Calling benutils.get_parameter...';
2472: WRITE (g_actn);
2473: hr_utility.set_location(g_actn,153);
2474: WRITE ( 'benutils.get_parameter with '
2475: || p_business_group_id

Line 2474: WRITE ( 'benutils.get_parameter with '

2470:
2471: g_actn := 'Calling benutils.get_parameter...';
2472: WRITE (g_actn);
2473: hr_utility.set_location(g_actn,153);
2474: WRITE ( 'benutils.get_parameter with '
2475: || p_business_group_id
2476: || ' '
2477: || 'BENTCSSP'
2478: || ' '

Line 2482: benutils.get_parameter (p_business_group_id => nvl(l_business_group_id,HR_GENERAL.GET_BUSINESS_GROUP_ID),

2478: || ' '
2479: || l_max_errors_allowed
2480: );
2481:
2482: benutils.get_parameter (p_business_group_id => nvl(l_business_group_id,HR_GENERAL.GET_BUSINESS_GROUP_ID),
2483: p_batch_exe_cd => 'BENTCSSP',
2484: p_threads => l_threads,
2485: p_chunk_size => l_chunk_size,
2486: p_max_errors => l_max_errors_allowed

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

2491: || ' and l_chunk_size is '
2492: || l_chunk_size
2493: );
2494:
2495: benutils.g_thread_id := 99; -- need to investigate why this is needed
2496:
2497: g_actn := 'Creating benefit actions...';
2498: WRITE (g_actn);
2499: WRITE ('Time' || TO_CHAR (SYSDATE, 'yyyy/mm/dd:hh:mi:ssam'));

Line 2536: benutils.g_benefit_action_id := l_benefit_action_id;

2532: p_per_sel_dt_to => l_actual_end_date
2533: );
2534:
2535: WRITE('Benefit Action Id is ' || l_benefit_action_id);
2536: benutils.g_benefit_action_id := l_benefit_action_id;
2537: g_actn := 'Inserting Person Actions...';
2538: WRITE (g_actn);
2539: WRITE ( 'Time before processing the person selections '
2540: || TO_CHAR (SYSDATE, 'yyyy/mm/dd:hh:mi:ssam')