DBA Data[Home] [Help]

APPS.HR_API_USER_HOOKS_UTILITY dependencies on DBMS_SESSION

Line 922: dbms_session.free_unused_user_memory;

918: -- is kept.
919: --
920: for l_hook in cur_hooks loop
921: hr_api_user_hooks.create_package_body(l_hook.hook_package);
922: dbms_session.free_unused_user_memory;
923: commit;
924: end loop;
925: hr_utility.set_location(' Leaving:'|| l_proc, 20);
926: end create_hooks_all_modules;

Line 972: dbms_session.free_unused_user_memory;

968: -- HR_API_HOOK_CALLS tables is kept.
969: --
970: for l_hook in cur_hooks loop
971: hr_api_user_hooks.create_package_body(l_hook.hook_package);
972: dbms_session.free_unused_user_memory;
973: commit;
974: end loop;
975: end if;
976: close cur_module;