DBA Data[Home] [Help]

APPS.PE_PEI_DEL dependencies on FND_USER

Line 239: from fnd_user usr

235: l_start_date date;
236: l_expiration_date date;
237: cursor c1 is
238: select usr.user_name, usr.start_date, usr.start_date
239: from fnd_user usr
240: where usr.employee_id = pe_pei_shd.g_old_rec.person_id;
241: begin
242: open c1;
243: fetch c1 into l_user_name, l_start_date, l_expiration_date;