DBA Data[Home] [Help]

APPS.SSP_STP_DEL dependencies on SSP_STOPPAGES

Line 60: -- Delete the ssp_stoppages row.

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

Line 62: delete from ssp_stoppages

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