DBA Data[Home] [Help]

APPS.SSP_MAT_DEL dependencies on SSP_MATERNITIES

Line 60: -- Delete the ssp_maternities row.

56: hr_utility.set_location('Entering:'||l_proc, 5);
57: --
58: ssp_mat_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the ssp_maternities row.
61: --
62: delete from ssp_maternities
63: where maternity_id = p_rec.maternity_id;
64: --

Line 62: delete from ssp_maternities

58: ssp_mat_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the ssp_maternities row.
61: --
62: delete from ssp_maternities
63: where maternity_id = p_rec.maternity_id;
64: --
65: ssp_mat_shd.g_api_dml := false; -- Unset the api dml status
66: --