DBA Data[Home] [Help]

APPS.HXC_HAN_DEL dependencies on HXC_APP_COMP_NOTIFICATIONS

Line 65: -- Delete the hxc_app_comp_notifications row.

61: end if;
62: --
63: --
64: --
65: -- Delete the hxc_app_comp_notifications row.
66: --
67: delete from hxc_app_comp_notifications
68: where comp_notification_id = p_rec.comp_notification_id
69: and object_version_number = p_rec.object_version_number

Line 67: delete from hxc_app_comp_notifications

63: --
64: --
65: -- Delete the hxc_app_comp_notifications row.
66: --
67: delete from hxc_app_comp_notifications
68: where comp_notification_id = p_rec.comp_notification_id
69: and object_version_number = p_rec.object_version_number
70: and created_by <>2;
71: --

Line 197: (p_module_name => 'HXC_APP_COMP_NOTIFICATIONS'

193: --
194: when hr_api.cannot_find_prog_unit then
195: --
196: hr_api.cannot_find_prog_unit_error
197: (p_module_name => 'HXC_APP_COMP_NOTIFICATIONS'
198: ,p_hook_type => 'AD');
199: --
200: end;
201: --