DBA Data[Home] [Help]

APPS.HXC_TKGQC_DEL dependencies on HXC_TK_GROUP_QUERY_CRITERIA

Line 66: -- Delete the hxc_tk_group_query_criteria row.

62: end if;
63: --
64: hxc_tkgqc_shd.g_api_dml := true; -- Set the api dml status
65: --
66: -- Delete the hxc_tk_group_query_criteria row.
67: --
68: delete from hxc_tk_group_query_criteria
69: where tk_group_query_criteria_id = p_rec.tk_group_query_criteria_id;
70: --

Line 68: delete from hxc_tk_group_query_criteria

64: hxc_tkgqc_shd.g_api_dml := true; -- Set the api dml status
65: --
66: -- Delete the hxc_tk_group_query_criteria row.
67: --
68: delete from hxc_tk_group_query_criteria
69: where tk_group_query_criteria_id = p_rec.tk_group_query_criteria_id;
70: --
71: hxc_tkgqc_shd.g_api_dml := false; -- Unset the api dml status
72: --

Line 193: (p_module_name => 'HXC_TK_GROUP_QUERY_CRITERIA'

189: --
190: when hr_api.cannot_find_prog_unit then
191: --
192: hr_api.cannot_find_prog_unit_error
193: (p_module_name => 'HXC_TK_GROUP_QUERY_CRITERIA'
194: ,p_hook_type => 'AD');
195: --
196: end;
197: --