DBA Data[Home] [Help]

APPS.HXC_TKS_DEL dependencies on HXC_TK_TIMEKEEPER_SUBMITS

Line 67: -- Delete the hxc_tk_timekeeper_submits row.

63: end if;
64: --
65: --
66: --
67: -- Delete the hxc_tk_timekeeper_submits row.
68: --
69: delete from hxc_tk_timekeeper_submits
70: where submission_id = p_rec.submission_id;
71: --

Line 69: delete from hxc_tk_timekeeper_submits

65: --
66: --
67: -- Delete the hxc_tk_timekeeper_submits row.
68: --
69: delete from hxc_tk_timekeeper_submits
70: where submission_id = p_rec.submission_id;
71: --
72: --
73: --

Line 190: (p_module_name => 'HXC_TK_TIMEKEEPER_SUBMITS'

186: --
187: when hr_api.cannot_find_prog_unit then
188: --
189: hr_api.cannot_find_prog_unit_error
190: (p_module_name => 'HXC_TK_TIMEKEEPER_SUBMITS'
191: ,p_hook_type => 'AD'); */
192: null;
193: --
194: end;