DBA Data[Home] [Help]

APPS.HR_PAE_BUS dependencies on HR_PAE_SHD

Line 47: Procedure insert_validate(p_rec in out hr_pae_shd.g_rec_type);

43: -- Internal Table Handler Use Only.
44: --
45: -- {End Of Comments}
46: -- ----------------------------------------------------------------------------
47: Procedure insert_validate(p_rec in out hr_pae_shd.g_rec_type);
48: --
49: -- ----------------------------------------------------------------------------
50: -- |---------------------------< update_validate >----------------------------|
51: -- ----------------------------------------------------------------------------

Line 81: Procedure update_validate(p_rec in out hr_pae_shd.g_rec_type);

77: -- Internal Table Handler Use Only.
78: --
79: -- {End Of Comments}
80: -- ----------------------------------------------------------------------------
81: Procedure update_validate(p_rec in out hr_pae_shd.g_rec_type);
82: --
83: -- ----------------------------------------------------------------------------
84: -- |---------------------------< delete_validate >----------------------------|
85: -- ----------------------------------------------------------------------------

Line 115: Procedure delete_validate(p_rec in hr_pae_shd.g_rec_type);

111: -- Internal Table Handler Use Only.
112: --
113: -- {End Of Comments}
114: -- ----------------------------------------------------------------------------
115: Procedure delete_validate(p_rec in hr_pae_shd.g_rec_type);
116: --
117: end hr_pae_bus;