DBA Data[Home] [Help]

APPS.BEN_PPL_BUS dependencies on BEN_PPL_SHD

Line 98: Procedure insert_validate(p_rec in ben_ppl_shd.g_rec_type

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

Line 133: Procedure update_validate(p_rec in ben_ppl_shd.g_rec_type

129: -- Internal Row Handler Use Only.
130: --
131: -- {End Of Comments}
132: -- ----------------------------------------------------------------------------
133: Procedure update_validate(p_rec in ben_ppl_shd.g_rec_type
134: ,p_effective_date in date);
135: --
136: -- ----------------------------------------------------------------------------
137: -- |---------------------------< delete_validate >----------------------------|

Line 168: Procedure delete_validate(p_rec in ben_ppl_shd.g_rec_type

164: -- Internal Row Handler Use Only.
165: --
166: -- {End Of Comments}
167: -- ----------------------------------------------------------------------------
168: Procedure delete_validate(p_rec in ben_ppl_shd.g_rec_type
169: ,p_effective_date in date);
170: --
171: end ben_ppl_bus;