DBA Data[Home] [Help]

APPS.HXC_TKGQC_UPD dependencies on HXC_TK_GROUP_QUERY_CRITERIA

Line 72: -- Update the hxc_tk_group_query_criteria Row

68: p_rec.object_version_number := p_rec.object_version_number + 1;
69: --
70: hxc_tkgqc_shd.g_api_dml := true; -- Set the api dml status
71: --
72: -- Update the hxc_tk_group_query_criteria Row
73: --
74: update hxc_tk_group_query_criteria
75: set
76: tk_group_query_criteria_id = p_rec.tk_group_query_criteria_id

Line 74: update hxc_tk_group_query_criteria

70: hxc_tkgqc_shd.g_api_dml := true; -- Set the api dml status
71: --
72: -- Update the hxc_tk_group_query_criteria Row
73: --
74: update hxc_tk_group_query_criteria
75: set
76: tk_group_query_criteria_id = p_rec.tk_group_query_criteria_id
77: ,tk_group_query_id = p_rec.tk_group_query_id
78: ,criteria_type = p_rec.criteria_type

Line 234: (p_module_name => 'HXC_TK_GROUP_QUERY_CRITERIA'

230: --
231: when hr_api.cannot_find_prog_unit then
232: --
233: hr_api.cannot_find_prog_unit_error
234: (p_module_name => 'HXC_TK_GROUP_QUERY_CRITERIA'
235: ,p_hook_type => 'AU');
236: --
237: end;
238: --