DBA Data[Home] [Help]

APPS.HR_FIM_BUS dependencies on HR_FIM_SHD

Line 101: ,p_rec in hr_fim_shd.g_rec_type

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

Line 138: ,p_rec in hr_fim_shd.g_rec_type

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

Line 174: (p_rec in hr_fim_shd.g_rec_type

170: --
171: --
172: -- ----------------------------------------------------------------------------
173: Procedure delete_validate
174: (p_rec in hr_fim_shd.g_rec_type
175: );
176: --
177: end hr_fim_bus;