DBA Data[Home] [Help]

APPS.HR_HRC_BUS dependencies on HR_HRC_SHD

Line 37: (p_rec in hr_hrc_shd.g_rec_type

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

Line 68: (p_rec in hr_hrc_shd.g_rec_type

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

Line 104: (p_rec in hr_hrc_shd.g_rec_type

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