DBA Data[Home] [Help]

APPS.HXC_HPH_BUS dependencies on HXC_HPH_SHD

Line 126: ,p_rec in hxc_hph_shd.g_rec_type

122: -- {End of comments}
123: -- ----------------------------------------------------------------------------
124: Procedure insert_validate
125: (p_effective_date in date
126: ,p_rec in hxc_hph_shd.g_rec_type
127: );
128: --
129: -- ----------------------------------------------------------------------------
130: -- |---------------------------< update_validate >----------------------------|

Line 163: ,p_rec in hxc_hph_shd.g_rec_type

159: -- {End Of Comments}
160: -- ----------------------------------------------------------------------------
161: Procedure update_validate
162: (p_effective_date in date
163: ,p_rec in hxc_hph_shd.g_rec_type
164: );
165: --
166: -- ----------------------------------------------------------------------------
167: -- |---------------------------< delete_validate >----------------------------|

Line 199: (p_rec in hxc_hph_shd.g_rec_type

195: --
196: --
197: -- ----------------------------------------------------------------------------
198: Procedure delete_validate
199: (p_rec in hxc_hph_shd.g_rec_type
200: );
201: --
202: end hxc_hph_bus;