DBA Data[Home] [Help]

APPS.HR_UTIL_MISC_SS dependencies on HR_SIGNON

Line 1006: -- code calling fnd_global.apps_initialize but where the HR signon

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: --
1009:
1010: if ( nvl(fnd_profile.value('HR_SEC_INIT_AM'),'N') = 'Y')

Line 1012: hr_signon.session_context := hr_signon.session_context + 1;

1008: --
1009:
1010: if ( nvl(fnd_profile.value('HR_SEC_INIT_AM'),'N') = 'Y')
1011: then
1012: hr_signon.session_context := hr_signon.session_context + 1;
1013: end if;
1014:
1015: END initialize_am ;
1016: