DBA Data[Home] [Help]

APPS.HXC_TKS_UPD dependencies on HXC_TK_TIMEKEEPER_SUBMITS

Line 71: -- Update the hxc_tk_timekeeper_submits Row

67: --
68: --
69: --
70: --
71: -- Update the hxc_tk_timekeeper_submits Row
72: --
73: update hxc_tk_timekeeper_submits
74: set
75: submission_id = p_rec.submission_id

Line 73: update hxc_tk_timekeeper_submits

69: --
70: --
71: -- Update the hxc_tk_timekeeper_submits Row
72: --
73: update hxc_tk_timekeeper_submits
74: set
75: submission_id = p_rec.submission_id
76: ,resource_id = p_rec.resource_id
77:

Line 215: (p_module_name => 'HXC_TK_TIMEKEEPER_SUBMITS'

211: --
212: when hr_api.cannot_find_prog_unit then
213: --
214: hr_api.cannot_find_prog_unit_error
215: (p_module_name => 'HXC_TK_TIMEKEEPER_SUBMITS'
216: ,p_hook_type => 'AU'); */
217: null;
218: --
219: end;