DBA Data[Home] [Help]

APPS.HXC_TCC_UPD dependencies on HXC_TIME_CATEGORY_COMPS

Line 75: -- Update the hxc_time_category_comps Row

71: p_rec.object_version_number := p_rec.object_version_number + 1;
72: --
73: hxc_tcc_shd.g_api_dml := true; -- Set the api dml status
74: --
75: -- Update the hxc_time_category_comps Row
76: --
77: update hxc_time_category_comps
78: set
79: time_category_id = p_rec.time_category_id

Line 77: update hxc_time_category_comps

73: hxc_tcc_shd.g_api_dml := true; -- Set the api dml status
74: --
75: -- Update the hxc_time_category_comps Row
76: --
77: update hxc_time_category_comps
78: set
79: time_category_id = p_rec.time_category_id
80: ,ref_time_category_id = p_rec.ref_time_category_id
81: ,component_type_id = p_rec.component_type_id

Line 244: (p_module_name => 'HXC_TIME_CATEGORY_COMPS'

240:
241: when hr_api.cannot_find_prog_unit then
242:
243: hr_api.cannot_find_prog_unit_error
244: (p_module_name => 'HXC_TIME_CATEGORY_COMPS'
245: ,p_hook_type => 'AU');
246:
247: end;
248: