DBA Data[Home] [Help]

APPS.BEN_LER_SHD dependencies on FND_GLOBAL

Line 311: t.last_updated_by = fnd_global.user_id,

307: --
308: update ben_ler_f_tl t
309: set t.effective_end_date = p_new_effective_end_date,
310: t.last_update_date = sysdate,
311: t.last_updated_by = fnd_global.user_id,
312: t.last_update_login = fnd_global.login_id
313: where t.ler_id = p_base_key_value
314: and p_effective_date
315: between t.effective_start_date and t.effective_end_date;

Line 312: t.last_update_login = fnd_global.login_id

308: update ben_ler_f_tl t
309: set t.effective_end_date = p_new_effective_end_date,
310: t.last_update_date = sysdate,
311: t.last_updated_by = fnd_global.user_id,
312: t.last_update_login = fnd_global.login_id
313: where t.ler_id = p_base_key_value
314: and p_effective_date
315: between t.effective_start_date and t.effective_end_date;
316: --