DBA Data[Home] [Help]

APPS.HXC_HAN_UPD dependencies on HXC_APP_COMP_NOTIFICATIONS

Line 71: -- Update the hxc_app_comp_notifications Row

67: p_rec.object_version_number := p_rec.object_version_number + 1;
68: --
69: --
70: --
71: -- Update the hxc_app_comp_notifications Row
72: --
73: insert into hxc_app_comp_notifications
74: (comp_notification_id
75: ,object_version_number

Line 73: insert into hxc_app_comp_notifications

69: --
70: --
71: -- Update the hxc_app_comp_notifications Row
72: --
73: insert into hxc_app_comp_notifications
74: (comp_notification_id
75: ,object_version_number
76: ,notification_number_retries
77: ,notification_timeout_value

Line 247: (p_module_name => 'HXC_APP_COMP_NOTIFICATIONS'

243: --
244: when hr_api.cannot_find_prog_unit then
245: --
246: hr_api.cannot_find_prog_unit_error
247: (p_module_name => 'HXC_APP_COMP_NOTIFICATIONS'
248: ,p_hook_type => 'AU');
249: --
250: end;
251: --