DBA Data[Home] [Help]

APPS.HR_INT_BUS dependencies on HR_INT_SHD

Line 36: (p_rec in out nocopy hr_int_shd.g_rec_type

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

Line 67: (p_rec in hr_int_shd.g_rec_type

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

Line 103: (p_rec in hr_int_shd.g_rec_type

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