DBA Data[Home] [Help]

APPS.AMW_SECURITY_UTILS_PVT dependencies on FND_USER

Line 219: where employee_id = (select employee_id from fnd_user where user_name = FND_GLOBAL.user_name)

215:
216: begin
217: select party_id into l_party_id
218: from amw_employees_current_v
219: where employee_id = (select employee_id from fnd_user where user_name = FND_GLOBAL.user_name)
220: and rownum = 1;
221:
222: return l_party_id;
223: