DBA Data[Home] [Help]

APPS.BEN_EEV_LER dependencies on BENUTILS

Line 143: benutils.set_data_migrator_mode;

139: --
140: begin
141:
142: -- Bug 3320133
143: benutils.set_data_migrator_mode;
144: if hr_general.g_data_migrator_mode in ( 'Y','P') then
145: --
146: return;
147: --

Line 206: benutils.exec_rule(

202: l_rule_output := 'Y';
203: --
204: if l_per_info_chg_cs_ler_rl is not null then
205: --
206: benutils.exec_rule(
207: p_formula_id => l_per_info_chg_cs_ler_rl,
208: p_effective_date => l_session_date,
209: p_lf_evt_ocrd_dt => null,
210: p_business_group_id => l_business_group_id, -- nvl(p_new.business_group_id, p_old.business_group_id),

Line 222: l_changed := (benutils.column_changed(p_old.screen_entry_value

218: --
219:
220: --
221: if l_column = 'SCREEN_ENTRY_VALUE' then
222: l_changed := (benutils.column_changed(p_old.screen_entry_value
223: ,p_new.screen_entry_value,l_new_val) AND
224: benutils.column_changed(p_new.screen_entry_value
225: ,p_old.screen_entry_value,l_old_val) AND
226: (l_changed));

Line 224: benutils.column_changed(p_new.screen_entry_value

220: --
221: if l_column = 'SCREEN_ENTRY_VALUE' then
222: l_changed := (benutils.column_changed(p_old.screen_entry_value
223: ,p_new.screen_entry_value,l_new_val) AND
224: benutils.column_changed(p_new.screen_entry_value
225: ,p_old.screen_entry_value,l_old_val) AND
226: (l_changed));
227: end if;
228: hr_utility.set_location(' ben_eev_trigger', 30);