DBA Data[Home] [Help]

APPS.BEN_CWB_PERSON_INFO_API dependencies on FND_USER

Line 36: l_person_id fnd_user.employee_id%type;

32: l_cd_meaning_new hr_lookups.meaning%type;
33: l_group_pl_id ben_cwb_audit.group_pl_id%type;
34: l_lf_evt_ocrd_dt ben_cwb_audit.lf_evt_ocrd_dt%type;
35: l_group_oipl_id ben_cwb_audit.group_oipl_id%type;
36: l_person_id fnd_user.employee_id%type;
37: old_ws_comments ben_cwb_audit.old_val_varchar%type;
38:
39: begin
40:

Line 53: from fnd_user

49:
50: l_group_oipl_id := -1;
51:
52: select employee_id into l_person_id
53: from fnd_user
54: where user_id = l_info_new.last_updated_by;
55:
56: if( ((p_info_old.base_salary is null)
57: and (l_info_new.base_salary is not null))