DBA Data[Home] [Help]

APPS.HR_UTIL_MISC_SS dependencies on HR_SIGNON

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

1206: -- 3952978
1207: --
1208: -- Mark HR Security cache as invalid. The next time a secure view
1209: -- is accessed - cache will be rebuilt. This is the equivalent of
1210: -- code calling fnd_global.apps_initialize but where the HR signon
1211: -- callback is not called - ie user/resp/sc context has not changed.
1212: --
1213:
1214: if ( nvl(fnd_profile.value('HR_SEC_INIT_AM'),'N') = 'Y')

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

1212: --
1213:
1214: if ( nvl(fnd_profile.value('HR_SEC_INIT_AM'),'N') = 'Y')
1215: then
1216: hr_signon.session_context := hr_signon.session_context + 1;
1217: end if;
1218:
1219: END initialize_am ;
1220: