DBA Data[Home] [Help]

APPS.HXC_TBB_INS dependencies on HXC_TBB_SHD

Line 49: ,p_rec in out nocopy hxc_tbb_shd.g_rec_type

45: -- {End Of Comments}
46: -- --------------------------------------------------------------------------
47: procedure ins
48: (p_effective_date in date
49: ,p_rec in out nocopy hxc_tbb_shd.g_rec_type
50: );
51:
52: -- --------------------------------------------------------------------------
53: -- |---------------------------------< ins >--------------------------------|