DBA Data[Home] [Help]

APPS.HR_CAU_BUS dependencies on HR_CAU_SHD

Line 68: Procedure insert_validate(p_rec in out nocopy hr_cau_shd.g_rec_type);

64: -- Internal Table Handler Use Only.
65: --
66: -- {End Of Comments}
67: -- ----------------------------------------------------------------------------
68: Procedure insert_validate(p_rec in out nocopy hr_cau_shd.g_rec_type);
69: --
70: -- ----------------------------------------------------------------------------
71: -- |---------------------------< update_validate >----------------------------|
72: -- ----------------------------------------------------------------------------

Line 102: Procedure update_validate(p_rec in hr_cau_shd.g_rec_type);

98: -- Internal Table Handler Use Only.
99: --
100: -- {End Of Comments}
101: -- ----------------------------------------------------------------------------
102: Procedure update_validate(p_rec in hr_cau_shd.g_rec_type);
103: --
104: -- ----------------------------------------------------------------------------
105: -- |---------------------------< delete_validate >----------------------------|
106: -- ----------------------------------------------------------------------------

Line 136: Procedure delete_validate(p_rec in hr_cau_shd.g_rec_type);

132: -- Internal Table Handler Use Only.
133: --
134: -- {End Of Comments}
135: -- ----------------------------------------------------------------------------
136: Procedure delete_validate(p_rec in hr_cau_shd.g_rec_type);
137: --
138: end hr_cau_bus;