DBA Data[Home] [Help]

APPS.HXC_HRP_BUS dependencies on HXC_HRP_SHD

Line 103: ,p_rec in hxc_hrp_shd.g_rec_type

99: -- {End of comments}
100: -- ----------------------------------------------------------------------------
101: Procedure insert_validate
102: (p_effective_date in date
103: ,p_rec in hxc_hrp_shd.g_rec_type
104: );
105: --
106: -- ----------------------------------------------------------------------------
107: -- |---------------------------< update_validate >----------------------------|

Line 140: ,p_rec in hxc_hrp_shd.g_rec_type

136: -- {End Of Comments}
137: -- ----------------------------------------------------------------------------
138: Procedure update_validate
139: (p_effective_date in date
140: ,p_rec in hxc_hrp_shd.g_rec_type
141: );
142: --
143: -- ----------------------------------------------------------------------------
144: -- |-----------------------< chk_delete >-------------------------------------|

Line 203: (p_rec in hxc_hrp_shd.g_rec_type

199: --
200: --
201: -- ----------------------------------------------------------------------------
202: Procedure delete_validate
203: (p_rec in hxc_hrp_shd.g_rec_type
204: );
205: --
206: end hxc_hrp_bus;