DBA Data[Home] [Help]

APPS.SSP_MAT_BUS dependencies on SSP_MAT_SHD

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

118: -- Internal Table Handler Use Only.
119: --
120: -- {End Of Comments}
121: -- ----------------------------------------------------------------------------
122: Procedure insert_validate(p_rec in out nocopy ssp_mat_shd.g_rec_type);
123: --
124: -- ----------------------------------------------------------------------------
125: -- |---------------------------< update_validate >----------------------------|
126: -- ----------------------------------------------------------------------------

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

152: -- Internal Table Handler Use Only.
153: --
154: -- {End Of Comments}
155: -- ----------------------------------------------------------------------------
156: Procedure update_validate(p_rec in out nocopy ssp_mat_shd.g_rec_type);
157: --
158: -- ----------------------------------------------------------------------------
159: -- |---------------------------< delete_validate >----------------------------|
160: -- ----------------------------------------------------------------------------

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

186: -- Internal Table Handler Use Only.
187: --
188: -- {End Of Comments}
189: -- ----------------------------------------------------------------------------
190: Procedure delete_validate(p_rec in ssp_mat_shd.g_rec_type);
191: --
192: end ssp_mat_bus;