DBA Data[Home] [Help]

APPS.HR_TIM_BUS dependencies on HR_TIM_SHD

Line 134: (p_rec in hr_tim_shd.g_rec_type

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

Line 170: (p_rec in hr_tim_shd.g_rec_type

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

Line 206: (p_rec in hr_tim_shd.g_rec_type

202: --
203: --
204: -- ----------------------------------------------------------------------------
205: Procedure delete_validate
206: (p_rec in hr_tim_shd.g_rec_type
207: );
208: --
209: end hr_tim_bus;