How can CSC_SERVICE_KEY_CUHK Package Body be seen and/or enabled in EBS ?
All....We are trying to enable the custom user hook for the search key in the Contact Center form, however, when we run the script below, we do not see the package. Oracle stipulates that from the onset only the spec is seen and not the body....we are unable to see anything. Has this changed for R12 (12.1.3).
Select pkg_name,
api_name,
processing_type,
user_hook_type
from jtf_user_hooks WHERE
pkg_name = 'CSC_SERVICE_KEY_PVT';
0