DBA Data[Home] [Help]

APPS.HR_SFLUTIL_SS dependencies on FND_USER

Line 927: lv_loginPersonUserName fnd_user.user_name%type;

923: c_proc constant varchar2(30) := 'processApprovalSubmit';
924: lr_hr_api_transaction_rec hr_api_transactions%rowtype;
925: ln_activity_id wf_item_activity_statuses.process_activity%type;
926: lv_loginPersonDispName per_all_people_f.full_name%type;
927: lv_loginPersonUserName fnd_user.user_name%type;
928: ln_loginPersonId fnd_user.employee_id%type;
929:
930: begin
931: if g_debug then

Line 928: ln_loginPersonId fnd_user.employee_id%type;

924: lr_hr_api_transaction_rec hr_api_transactions%rowtype;
925: ln_activity_id wf_item_activity_statuses.process_activity%type;
926: lv_loginPersonDispName per_all_people_f.full_name%type;
927: lv_loginPersonUserName fnd_user.user_name%type;
928: ln_loginPersonId fnd_user.employee_id%type;
929:
930: begin
931: if g_debug then
932: hr_utility.set_location('Entering:'|| g_package||'.'||c_proc, 1);