DBA Data[Home] [Help]

APPS.HR_ITP_BUS dependencies on HR_ITP_SHD

Line 134: ,p_rec in hr_itp_shd.g_rec_type

130: -- {End of comments}
131: -- ----------------------------------------------------------------------------
132: Procedure insert_validate
133: (p_effective_date in date
134: ,p_rec in hr_itp_shd.g_rec_type
135: );
136: --
137: -- ----------------------------------------------------------------------------
138: -- |---------------------------< update_validate >----------------------------|

Line 171: ,p_rec in hr_itp_shd.g_rec_type

167: -- {End Of Comments}
168: -- ----------------------------------------------------------------------------
169: Procedure update_validate
170: (p_effective_date in date
171: ,p_rec in hr_itp_shd.g_rec_type
172: );
173: --
174: -- ----------------------------------------------------------------------------
175: -- |---------------------------< delete_validate >----------------------------|

Line 207: (p_rec in hr_itp_shd.g_rec_type

203: --
204: --
205: -- ----------------------------------------------------------------------------
206: Procedure delete_validate
207: (p_rec in hr_itp_shd.g_rec_type
208: );
209: --
210: end hr_itp_bus;