DBA Data[Home] [Help]

APPS.HR_ORT_BUS dependencies on HR_ORT_SHD

Line 103: (p_rec in hr_ort_shd.g_rec_type

99: --
100: -- {End of comments}
101: -- ----------------------------------------------------------------------------
102: Procedure insert_validate
103: (p_rec in hr_ort_shd.g_rec_type
104: );
105: --
106: -- ----------------------------------------------------------------------------
107: -- |---------------------------< update_validate >----------------------------|

Line 139: (p_rec in hr_ort_shd.g_rec_type

135: --
136: -- {End Of Comments}
137: -- ----------------------------------------------------------------------------
138: Procedure update_validate
139: (p_rec in hr_ort_shd.g_rec_type
140: );
141: --
142: -- ----------------------------------------------------------------------------
143: -- |---------------------------< delete_validate >----------------------------|

Line 175: (p_rec in hr_ort_shd.g_rec_type

171: --
172: -- {End Of Comments}
173: -- ----------------------------------------------------------------------------
174: Procedure delete_validate
175: (p_rec in hr_ort_shd.g_rec_type
176: );
177: --
178: end hr_ort_bus;