DBA Data[Home] [Help]

APPS.PER_APL_BUS dependencies on PER_APL_SHD

Line 210: Procedure insert_validate(p_rec in per_apl_shd.g_rec_type

206: -- Internal Table Handler Use Only.
207: --
208: -- {End Of Comments}
209: -- ----------------------------------------------------------------------------
210: Procedure insert_validate(p_rec in per_apl_shd.g_rec_type
211: ,p_effective_date in date
212: ,p_validate_df_flex in boolean default true); -- bug 4689836
213: --
214: -- ----------------------------------------------------------------------------

Line 246: Procedure update_validate(p_rec in per_apl_shd.g_rec_type

242: -- Internal Table Handler Use Only.
243: --
244: -- {End Of Comments}
245: -- ----------------------------------------------------------------------------
246: Procedure update_validate(p_rec in per_apl_shd.g_rec_type
247: ,p_effective_date in date);
248: --
249: -- ----------------------------------------------------------------------------
250: -- |---------------------------< delete_validate >----------------------------|

Line 281: Procedure delete_validate(p_rec in per_apl_shd.g_rec_type);

277: -- Internal Table Handler Use Only.
278: --
279: -- {End Of Comments}
280: -- ----------------------------------------------------------------------------
281: Procedure delete_validate(p_rec in per_apl_shd.g_rec_type);
282: --
283: --
284: --
285: -- ---------------------------------------------------------------------------