DBA Data[Home] [Help]

APPS.HR_LOT_BUS dependencies on HR_LOT_SHD

Line 116: Procedure insert_validate(p_rec in hr_lot_shd.g_rec_type,

112: -- Internal Row Handler Use Only.
113: --
114: -- {End Of Comments}
115: -- ----------------------------------------------------------------------------
116: Procedure insert_validate(p_rec in hr_lot_shd.g_rec_type,
117: p_business_group_id in number);
118: --
119: -- ----------------------------------------------------------------------------
120: -- |---------------------------< update_validate >----------------------------|

Line 151: Procedure update_validate( p_rec in hr_lot_shd.g_rec_type,

147: -- Internal Row Handler Use Only.
148: --
149: -- {End Of Comments}
150: -- ----------------------------------------------------------------------------
151: Procedure update_validate( p_rec in hr_lot_shd.g_rec_type,
152: p_business_group_id in number);
153: --
154: -- ----------------------------------------------------------------------------
155: -- |---------------------------< delete_validate >----------------------------|

Line 186: Procedure delete_validate(p_rec in hr_lot_shd.g_rec_type);

182: -- Internal Row Handler Use Only.
183: --
184: -- {End Of Comments}
185: -- ----------------------------------------------------------------------------
186: Procedure delete_validate(p_rec in hr_lot_shd.g_rec_type);
187: --
188: end hr_lot_bus;