DBA Data[Home] [Help]

APPS.PER_PHN_BUS dependencies on PER_PHN_SHD

Line 204: Procedure insert_validate(p_rec in out nocopy per_phn_shd.g_rec_type

200: -- Internal Table Handler Use Only.
201: --
202: -- {End Of Comments}
203: -- ----------------------------------------------------------------------------
204: Procedure insert_validate(p_rec in out nocopy per_phn_shd.g_rec_type
205: ,p_effective_date in date
206: );
207: --
208: -- ----------------------------------------------------------------------------

Line 240: Procedure update_validate(p_rec in per_phn_shd.g_rec_type

236: -- Internal Table Handler Use Only.
237: --
238: -- {End Of Comments}
239: -- ----------------------------------------------------------------------------
240: Procedure update_validate(p_rec in per_phn_shd.g_rec_type
241: ,p_effective_date in date
242: );
243: --
244: -- ----------------------------------------------------------------------------

Line 276: Procedure delete_validate(p_rec in per_phn_shd.g_rec_type);

272: -- Internal Table Handler Use Only.
273: --
274: -- {End Of Comments}
275: -- ----------------------------------------------------------------------------
276: Procedure delete_validate(p_rec in per_phn_shd.g_rec_type);
277: --
278: --
279: -- ---------------------------------------------------------------------------
280: -- |---------------------< return_legislation_code >-------------------------|