DBA Data[Home] [Help]

APPS.HR_OPT_BUS dependencies on HR_OPT_SHD

Line 38: ,p_rec in hr_opt_shd.g_rec_type

34: -- {End of comments}
35: -- ----------------------------------------------------------------------------
36: Procedure insert_validate
37: (p_effective_date in date
38: ,p_rec in hr_opt_shd.g_rec_type
39: );
40: --
41: -- ----------------------------------------------------------------------------
42: -- |---------------------------< update_validate >----------------------------|

Line 70: p_rec in hr_opt_shd.g_rec_type

66: -- {End Of Comments}
67: -- ----------------------------------------------------------------------------
68: Procedure update_validate
69: (
70: p_rec in hr_opt_shd.g_rec_type
71: );
72: --
73: -- ----------------------------------------------------------------------------
74: -- |---------------------------< delete_validate >----------------------------|

Line 106: (p_rec in hr_opt_shd.g_rec_type

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