DBA Data[Home] [Help]

APPS.HXC_TBB_DEL dependencies on HXC_TIME_BUILDING_BLOCKS

Line 68: -- delete the hxc_time_building_blocks row.

64: l_proc := g_package||'delete_dml';
65: hr_utility.set_location('Entering:'||l_proc, 5);
66: end if;
67:
68: -- delete the hxc_time_building_blocks row.
69:
70: delete from hxc_time_building_blocks
71: where time_building_block_id = p_rec.time_building_block_id;
72:

Line 70: delete from hxc_time_building_blocks

66: end if;
67:
68: -- delete the hxc_time_building_blocks row.
69:
70: delete from hxc_time_building_blocks
71: where time_building_block_id = p_rec.time_building_block_id;
72:
73: if g_debug then
74: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 226: (p_module_name => 'HXC_TIME_BUILDING_BLOCKS'

222:
223: exception
224: when hr_api.cannot_find_prog_unit then
225: hr_api.cannot_find_prog_unit_error
226: (p_module_name => 'HXC_TIME_BUILDING_BLOCKS'
227: ,p_hook_type => 'AD');
228: end;
229:
230: if g_debug then