DBA Data[Home] [Help]

APPS.HXC_HTR_DEL dependencies on HXC_TIME_RECIPIENTS

Line 69: -- Delete the hxc_time_recipients row.

65: end if;
66: --
67: hxc_htr_shd.g_api_dml := true; -- Set the api dml status
68: --
69: -- Delete the hxc_time_recipients row.
70: --
71: delete from hxc_time_recipients
72: where time_recipient_id = p_rec.time_recipient_id;
73: --

Line 71: delete from hxc_time_recipients

67: hxc_htr_shd.g_api_dml := true; -- Set the api dml status
68: --
69: -- Delete the hxc_time_recipients row.
70: --
71: delete from hxc_time_recipients
72: where time_recipient_id = p_rec.time_recipient_id;
73: --
74: hxc_htr_shd.g_api_dml := false; -- Unset the api dml status
75: --

Line 199: (p_module_name => 'HXC_TIME_RECIPIENTS'

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