DBA Data[Home] [Help]

APPS.HXC_HTR_BUS dependencies on HXC_HTR_SHD

Line 122: ,p_rec in hxc_htr_shd.g_rec_type

118: -- {End of comments}
119: -- ----------------------------------------------------------------------------
120: Procedure insert_validate
121: (p_effective_date in date
122: ,p_rec in hxc_htr_shd.g_rec_type
123: );
124: --
125: -- ----------------------------------------------------------------------------
126: -- |---------------------------< update_validate >----------------------------|

Line 159: ,p_rec in hxc_htr_shd.g_rec_type

155: -- {End Of Comments}
156: -- ----------------------------------------------------------------------------
157: Procedure update_validate
158: (p_effective_date in date
159: ,p_rec in hxc_htr_shd.g_rec_type
160: );
161: --
162: -- ----------------------------------------------------------------------------
163: -- |---------------------------< delete_validate >----------------------------|

Line 195: (p_rec in hxc_htr_shd.g_rec_type

191: --
192: -- {End Of Comments}
193: -- ----------------------------------------------------------------------------
194: Procedure delete_validate
195: (p_rec in hxc_htr_shd.g_rec_type
196: );
197: --
198: end hxc_htr_bus;