DBA Data[Home] [Help]

APPS.HXC_TAT_UPD dependencies on HXC_TIME_ATTRIBUTES

Line 70: -- update the hxc_time_attributes row

66:
67: p_rec.object_version_number := p_rec.object_version_number + 1;
68:
69:
70: -- update the hxc_time_attributes row
71:
72: update hxc_time_attributes
73: set
74: time_attribute_id = p_rec.time_attribute_id

Line 72: update hxc_time_attributes

68:
69:
70: -- update the hxc_time_attributes row
71:
72: update hxc_time_attributes
73: set
74: time_attribute_id = p_rec.time_attribute_id
75: ,object_version_number = p_rec.object_version_number
76: ,attribute_category = p_rec.attribute_category

Line 369: (p_module_name => 'HXC_TIME_ATTRIBUTES'

365: exception
366:
367: when hr_api.cannot_find_prog_unit then
368: hr_api.cannot_find_prog_unit_error
369: (p_module_name => 'HXC_TIME_ATTRIBUTES'
370: ,p_hook_type => 'AU');
371: end;
372:
373: if g_debug then