DBA Data[Home] [Help]

APPS.BEN_PER_ASG_EIT_LER dependencies on BENUTILS

Line 173: benutils.set_data_migrator_mode;

169: --
170: hr_utility.set_location('Entering '||l_proc,10);
171: hr_utility.set_location('p_new.information_type '||p_new.information_type,10);
172: hr_utility.set_location('p_old.information_type '||p_old.information_type,10);
173: benutils.set_data_migrator_mode;
174: if hr_general.g_data_migrator_mode in ( 'Y','P') then
175: --
176: return;
177: --

Line 258: benutils.exec_rule(

254:
255: l_col_old_val := p_old.information_type;
256: l_col_new_val := p_new.information_type;
257:
258: benutils.exec_rule(
259: p_formula_id => l_per_info_chg_cs_ler_rl,
260: p_effective_date => l_session_date,
261: p_lf_evt_ocrd_dt => null,
262: p_business_group_id => l_business_group_id,

Line 281: l_changed := (benutils.column_changed(p_old.information_type

277: hr_utility.set_location('l_new_val '||l_new_val,10);
278: hr_utility.set_location('l_old_val '||l_old_val,10);
279: --
280: if p_mode <> 'UPDATE' THEN
281: l_changed := (benutils.column_changed(p_old.information_type
282: ,p_new.information_type,l_new_val) AND
283: benutils.column_changed(p_new.information_type
284: ,p_old.information_type,l_old_val) AND
285: (l_changed));

Line 283: benutils.column_changed(p_new.information_type

279: --
280: if p_mode <> 'UPDATE' THEN
281: l_changed := (benutils.column_changed(p_old.information_type
282: ,p_new.information_type,l_new_val) AND
283: benutils.column_changed(p_new.information_type
284: ,p_old.information_type,l_old_val) AND
285: (l_changed));
286: END IF;
287:

Line 558: benutils.set_data_migrator_mode;

554: --
555: begin
556: --
557: hr_utility.set_location('Entering '||l_proc,10);
558: benutils.set_data_migrator_mode;
559: if hr_general.g_data_migrator_mode in ( 'Y','P') then
560: --
561: return;
562: --

Line 653: benutils.exec_rule(

649:
650: l_col_old_val := p_old.information_type;
651: l_col_new_val := p_new.information_type;
652:
653: benutils.exec_rule(
654: p_formula_id => l_per_info_chg_cs_ler_rl,
655: p_effective_date => l_session_date,
656: p_lf_evt_ocrd_dt => null,
657: p_business_group_id => l_business_group_id,

Line 674: l_changed := (benutils.column_changed(p_old.information_type

670: end if;
671:
672: --
673: if p_mode <> 'UPDATE' THEN
674: l_changed := (benutils.column_changed(p_old.information_type
675: ,p_new.information_type,l_new_val) AND
676: benutils.column_changed(p_new.information_type
677: ,p_old.information_type,l_old_val) AND
678: (l_changed));

Line 676: benutils.column_changed(p_new.information_type

672: --
673: if p_mode <> 'UPDATE' THEN
674: l_changed := (benutils.column_changed(p_old.information_type
675: ,p_new.information_type,l_new_val) AND
676: benutils.column_changed(p_new.information_type
677: ,p_old.information_type,l_old_val) AND
678: (l_changed));
679: END IF;
680: