Install Base and Asset Tracking - EBS (MOSC)

MOSC Banner

Is there supposed to be a record in the JTF_USER_HOOKS table for the CSI_ITEM_INSTANCE_CUHK package?

edited May 19, 2014 12:44PM in Install Base and Asset Tracking - EBS (MOSC) 2 commentsAnswered

We want to use the CSI_ITEM_INSTANCE_CUHK to be called after updating the Ship To information of an IB item instance. According to document ID 970991.1, to get the hook working, the package body must be defined and probably enable the execute flag for records that should be executed. The flag can be updated as follows:

update jtf_user_hooks set execute_flag='Y' where upper(pkg_name) like 'THE_PACKAGE' and upper(api_name) like 'API_NAME'.

There is no record for CSI_ITEM_INSTANCE_CUHK package in this table, even though the package exists in the database.

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center