DBA Data[Home] [Help]

APPS.PER_QUA_BUS dependencies on PER_QUA_SHD

Line 299: Procedure insert_validate(p_rec in out nocopy per_qua_shd.g_rec_type,

295: -- Internal Table Handler Use Only.
296: --
297: -- {End Of Comments}
298: -- ----------------------------------------------------------------------------
299: Procedure insert_validate(p_rec in out nocopy per_qua_shd.g_rec_type,
300: p_effective_date in date);
301: --
302: -- ----------------------------------------------------------------------------
303: -- |---------------------------< update_validate >----------------------------|

Line 334: Procedure update_validate(p_rec in out nocopy per_qua_shd.g_rec_type,

330: -- Internal Table Handler Use Only.
331: --
332: -- {End Of Comments}
333: -- ----------------------------------------------------------------------------
334: Procedure update_validate(p_rec in out nocopy per_qua_shd.g_rec_type,
335: p_effective_date in date);
336: --
337: -- ----------------------------------------------------------------------------
338: -- |---------------------------< delete_validate >----------------------------|

Line 369: Procedure delete_validate(p_rec in per_qua_shd .g_rec_type);

365: -- Internal Table Handler Use Only.
366: --
367: -- {End Of Comments}
368: -- ----------------------------------------------------------------------------
369: Procedure delete_validate(p_rec in per_qua_shd .g_rec_type);
370: --
371: end per_qua_bus;