DBA Data[Home] [Help]

APPS.HR_ITL_BUS dependencies on HR_ITL_SHD

Line 36: (p_rec in hr_itl_shd.g_rec_type

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

Line 68: (p_rec in hr_itl_shd.g_rec_type

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

Line 104: (p_rec in hr_itl_shd.g_rec_type

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