DBA Data[Home] [Help]

APPS.SSP_MAT_BUS dependencies on SSP_MAT_SHD

Line 136: Procedure insert_validate(p_rec in out nocopy ssp_mat_shd.g_rec_type);

132: -- Internal Table Handler Use Only.
133: --
134: -- {End Of Comments}
135: -- ----------------------------------------------------------------------------
136: Procedure insert_validate(p_rec in out nocopy ssp_mat_shd.g_rec_type);
137: --
138: -- ----------------------------------------------------------------------------
139: -- |---------------------------< update_validate >----------------------------|
140: -- ----------------------------------------------------------------------------

Line 170: Procedure update_validate(p_rec in out nocopy ssp_mat_shd.g_rec_type);

166: -- Internal Table Handler Use Only.
167: --
168: -- {End Of Comments}
169: -- ----------------------------------------------------------------------------
170: Procedure update_validate(p_rec in out nocopy ssp_mat_shd.g_rec_type);
171: --
172: -- ----------------------------------------------------------------------------
173: -- |---------------------------< delete_validate >----------------------------|
174: -- ----------------------------------------------------------------------------

Line 204: Procedure delete_validate(p_rec in ssp_mat_shd.g_rec_type);

200: -- Internal Table Handler Use Only.
201: --
202: -- {End Of Comments}
203: -- ----------------------------------------------------------------------------
204: Procedure delete_validate(p_rec in ssp_mat_shd.g_rec_type);
205: --
206: end ssp_mat_bus;