DBA Data[Home] [Help]

APPS.BEN_XCT_BUS dependencies on BEN_XCT_SHD

Line 102: Procedure insert_validate(p_rec in ben_xct_shd.g_rec_type

98: -- Internal Row Handler Use Only.
99: --
100: -- {End Of Comments}
101: -- ----------------------------------------------------------------------------
102: Procedure insert_validate(p_rec in ben_xct_shd.g_rec_type
103: ,p_effective_date in date);
104: --
105: -- ----------------------------------------------------------------------------
106: -- |---------------------------< update_validate >----------------------------|

Line 137: Procedure update_validate(p_rec in ben_xct_shd.g_rec_type

133: -- Internal Row Handler Use Only.
134: --
135: -- {End Of Comments}
136: -- ----------------------------------------------------------------------------
137: Procedure update_validate(p_rec in ben_xct_shd.g_rec_type
138: ,p_effective_date in date);
139: --
140: -- ----------------------------------------------------------------------------
141: -- |---------------------------< delete_validate >----------------------------|

Line 172: Procedure delete_validate(p_rec in ben_xct_shd.g_rec_type

168: -- Internal Row Handler Use Only.
169: --
170: -- {End Of Comments}
171: -- ----------------------------------------------------------------------------
172: Procedure delete_validate(p_rec in ben_xct_shd.g_rec_type
173: ,p_effective_date in date);
174: --
175: end ben_xct_bus;