DBA Data[Home] [Help]

APPS.HR_ORU_BUS dependencies on HR_ORU_SHD

Line 148: ,p_rec in hr_oru_shd.g_rec_type

144: -- {End of comments}
145: -- ----------------------------------------------------------------------------
146: Procedure insert_validate
147: (p_effective_date in date
148: ,p_rec in hr_oru_shd.g_rec_type
149: ,p_duplicate_org_warning out nocopy boolean
150: );
151: --
152: -- ----------------------------------------------------------------------------

Line 186: ,p_rec in hr_oru_shd.g_rec_type

182: -- {End Of Comments}
183: -- ----------------------------------------------------------------------------
184: Procedure update_validate
185: (p_effective_date in date
186: ,p_rec in hr_oru_shd.g_rec_type
187: ,p_duplicate_org_warning out nocopy boolean
188: );
189: --
190: -- ----------------------------------------------------------------------------

Line 223: (p_rec in hr_oru_shd.g_rec_type

219: --
220: -- {End Of Comments}
221: -- ----------------------------------------------------------------------------
222: Procedure delete_validate
223: (p_rec in hr_oru_shd.g_rec_type
224: );
225: --
226: end hr_oru_bus;