DBA Data[Home] [Help]

APPS.HXC_TER_DEL dependencies on HXC_TIME_ENTRY_RULES

Line 69: -- Delete the hxc_time_entry_rules row.

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

Line 71: delete from hxc_time_entry_rules

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

Line 272: (p_module_name => 'HXC_TIME_ENTRY_RULES'

268: --
269: when hr_api.cannot_find_prog_unit then
270: --
271: hr_api.cannot_find_prog_unit_error
272: (p_module_name => 'HXC_TIME_ENTRY_RULES'
273: ,p_hook_type => 'AD');
274: --
275: end;
276: --