DBA Data[Home] [Help]

APPS.HR_OTT_BUS dependencies on HR_OTT_SHD

Line 36: (p_rec in hr_ott_shd.g_rec_type

32: --
33: -- {End of comments}
34: -- ----------------------------------------------------------------------------
35: Procedure insert_validate
36: (p_rec in hr_ott_shd.g_rec_type
37: ,p_option_type_id in number
38: );
39: --
40: -- ----------------------------------------------------------------------------

Line 68: (p_rec in hr_ott_shd.g_rec_type

64: --
65: -- {End Of Comments}
66: -- ----------------------------------------------------------------------------
67: Procedure update_validate
68: (p_rec in hr_ott_shd.g_rec_type
69: ,p_option_type_id in number
70: );
71: --
72: -- ----------------------------------------------------------------------------

Line 105: (p_rec in hr_ott_shd.g_rec_type

101: --
102: -- {End Of Comments}
103: -- ----------------------------------------------------------------------------
104: Procedure delete_validate
105: (p_rec in hr_ott_shd.g_rec_type
106: );
107: --
108: end hr_ott_bus;