DBA Data[Home] [Help]

APPS.BEN_CWB_MASS_NOTIFN_PKG dependencies on BEN_BATCH_UTILS

Line 300: ben_batch_utils.WRITE (p_string);

296: --
297: PROCEDURE WRITE (p_string IN VARCHAR2)
298: IS
299: BEGIN
300: ben_batch_utils.WRITE (p_string);
301: END;
302:
303: -- --------------------------------------------------------------------------
304: -- |---------------------< check_selection_rule >----------------------------|

Line 340: raise ben_batch_utils.g_record_error;

336: ,p_effective_date => p_effective_date);
337: --
338: if l_assignment_id is null
339: then
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

Line 371: When ben_batch_utils.g_record_error then

367: END IF;
368: --
369: EXCEPTION
370: --
371: When ben_batch_utils.g_record_error then
372: hr_utility.set_location(l_package ,10);
373: fnd_message.set_name('BEN','BEN_91698_NO_ASSIGNMENT_FND');
374: fnd_message.set_token('ID' ,to_char(p_person_id) );
375: fnd_message.set_token('PROC',l_package ) ;

Line 376: Ben_batch_utils.write(p_text => '<< Person id : '||to_char(p_person_id)||' failed.'||

372: hr_utility.set_location(l_package ,10);
373: fnd_message.set_name('BEN','BEN_91698_NO_ASSIGNMENT_FND');
374: fnd_message.set_token('ID' ,to_char(p_person_id) );
375: fnd_message.set_token('PROC',l_package ) ;
376: Ben_batch_utils.write(p_text => '<< Person id : '||to_char(p_person_id)||' failed.'||
377: ' Reason : '|| fnd_message.get ||' >>' );
378: RETURN FALSE;
379: When value_exception then
380: hr_utility.set_location(l_package ,20);

Line 384: Ben_batch_utils.write(p_text => '<< Person id : '||to_char(p_person_id)||' failed.'||

380: hr_utility.set_location(l_package ,20);
381: fnd_message.set_name('BEN','BEN_91329_FORMULA_RETURN');
382: fnd_message.set_token('RL','person_selection_rule_id :'||p_person_selection_rule_id);
383: fnd_message.set_token('PROC',l_package ) ;
384: Ben_batch_utils.write(p_text => '<< Person id : '||to_char(p_person_id)||' failed.'||
385: ' Reason : '|| fnd_message.get ||' >>' );
386: RETURN FALSE;
387: WHEN OTHERS THEN
388: hr_utility.set_location(l_package ,30);

Line 389: Ben_batch_utils.write(p_text => '<< Person id : '||to_char(p_person_id)||' failed.'||

385: ' Reason : '|| fnd_message.get ||' >>' );
386: RETURN FALSE;
387: WHEN OTHERS THEN
388: hr_utility.set_location(l_package ,30);
389: Ben_batch_utils.write(p_text => '<< Person id : '||to_char(p_person_id)||' failed.'||
390: ' Reason : '|| SQLERRM ||' >>' );
391: RETURN FALSE;
392: --
393: END check_selection_rule;

Line 844: g_actn := 'Calling ben_batch_utils.ini...';

840: WRITE ('Changing Session Date: '||l_effective_date);
841: WRITE ('Commit on date : '||l_commit);
842: WRITE ('===========================================================================');
843:
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...';

Line 846: write ('ben_batch_utils.ini with PROC_INFO');

842: WRITE ('===========================================================================');
843:
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' || ' '

Line 847: ben_batch_utils.ini (p_actn_cd => 'PROC_INFO');/*

843:
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