DBA Data[Home] [Help]

APPS.HXC_TBB_UPD dependencies on HXC_TIME_BUILDING_BLOCKS

Line 75: -- update the hxc_time_building_blocks row

71: -- increment the object version
72:
73: p_rec.object_version_number := p_rec.object_version_number + 1;
74:
75: -- update the hxc_time_building_blocks row
76:
77: update hxc_time_building_blocks
78: set
79: time_building_block_id = p_rec.time_building_block_id

Line 77: update hxc_time_building_blocks

73: p_rec.object_version_number := p_rec.object_version_number + 1;
74:
75: -- update the hxc_time_building_blocks row
76:
77: update hxc_time_building_blocks
78: set
79: time_building_block_id = p_rec.time_building_block_id
80: ,type = p_rec.type
81: ,measure = p_rec.measure

Line 300: (p_module_name => 'HXC_TIME_BUILDING_BLOCKS'

296: exception
297:
298: when hr_api.cannot_find_prog_unit then
299: hr_api.cannot_find_prog_unit_error
300: (p_module_name => 'HXC_TIME_BUILDING_BLOCKS'
301: ,p_hook_type => 'AU');
302:
303: end;
304: