DBA Data[Home] [Help]

APPS.HR_UTIL_MISC_SS dependencies on HR_SECURITY

Line 330: open get_sec_person_id(hr_security.get_security_profile);

326: l_person_id number;
327: --
328: begin
329: --
330: open get_sec_person_id(hr_security.get_security_profile);
331: fetch get_sec_person_id into l_person_id;
332: close get_sec_person_id;
333: if l_person_id is null then
334: open get_user_person_id(fnd_global.user_id);

Line 1004: -- Mark HR Security cache as invalid. The next time a secure view

1000:
1001:
1002: -- 3952978
1003: --
1004: -- Mark HR Security cache as invalid. The next time a secure view
1005: -- is accessed - cache will be rebuilt. This is the equivalent of
1006: -- code calling fnd_global.apps_initialize but where the HR signon
1007: -- callback is not called - ie user/resp/sc context has not changed.
1008: --