DBA Data[Home] [Help]

APPS.HXC_MCU_BUS dependencies on HXC_MAP_BUS

Line 395: -- This procedure is the same as HXC_MAP_BUS's chk_delete.

391: -- {Start Of Comments}
392: --
393: -- Description:
394: --
395: -- This procedure is the same as HXC_MAP_BUS's chk_delete.
396: -- See hxmaprhi.pkh for details
397: --
398: -- {End Of Comments}
399: -- ----------------------------------------------------------------------------

Line 495: hxc_map_bus.chk_delete ( p_mapping_id => p_rec.mapping_id );

491: end if;
492: --
493: -- Call all supporting business operations
494: --
495: hxc_map_bus.chk_delete ( p_mapping_id => p_rec.mapping_id );
496: --
497: if g_debug then
498: hr_utility.set_location(' Leaving:'||l_proc, 10);
499: end if;