DBA Data[Home] [Help]

APPS.HR_FIT_BUS dependencies on HR_FIT_SHD

Line 101: (p_rec in hr_fit_shd.g_rec_type

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

Line 137: (p_rec in hr_fit_shd.g_rec_type

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

Line 173: (p_rec in hr_fit_shd.g_rec_type

169: --
170: --
171: -- ----------------------------------------------------------------------------
172: Procedure delete_validate
173: (p_rec in hr_fit_shd.g_rec_type
174: );
175: --
176: end hr_fit_bus;