DBA Data[Home] [Help]

APPS.HR_SFLUTIL_SS dependencies on FND_USER

Line 928: lv_loginPersonUserName fnd_user.user_name%type;

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

Line 929: ln_loginPersonId fnd_user.employee_id%type;

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