DBA Data[Home] [Help]

APPS.BEN_PRV_BUS dependencies on BEN_PRV_SHD

Line 64: Procedure insert_validate(p_rec in ben_prv_shd.g_rec_type ,p_effective_date IN date );

60: -- Internal Row Handler Use Only.
61: --
62: -- {End Of Comments}
63: -- ----------------------------------------------------------------------------
64: Procedure insert_validate(p_rec in ben_prv_shd.g_rec_type ,p_effective_date IN date );
65: --
66: -- ----------------------------------------------------------------------------
67: -- |---------------------------< update_validate >----------------------------|
68: -- ----------------------------------------------------------------------------

Line 98: Procedure update_validate(p_rec in ben_prv_shd.g_rec_type ,p_effective_date in date );

94: -- Internal Row Handler Use Only.
95: --
96: -- {End Of Comments}
97: -- ----------------------------------------------------------------------------
98: Procedure update_validate(p_rec in ben_prv_shd.g_rec_type ,p_effective_date in date );
99: --
100: -- ----------------------------------------------------------------------------
101: -- |---------------------------< delete_validate >----------------------------|
102: -- ----------------------------------------------------------------------------

Line 132: Procedure delete_validate(p_rec in ben_prv_shd.g_rec_type );

128: -- Internal Row Handler Use Only.
129: --
130: -- {End Of Comments}
131: -- ----------------------------------------------------------------------------
132: Procedure delete_validate(p_rec in ben_prv_shd.g_rec_type );
133: --
134: end ben_prv_bus;