DBA Data[Home] [Help]

APPS.HR_FMP_BUS dependencies on HR_FMP_SHD

Line 100: (p_rec in hr_fmp_shd.g_rec_type

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

Line 136: (p_rec in hr_fmp_shd.g_rec_type

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

Line 172: (p_rec in hr_fmp_shd.g_rec_type

168: --
169: --
170: -- ----------------------------------------------------------------------------
171: Procedure delete_validate
172: (p_rec in hr_fmp_shd.g_rec_type
173: );
174: --
175: end hr_fmp_bus;