DBA Data[Home] [Help]

APPS.SSP_ERN_DEL dependencies on SSP_EARNINGS_CALCULATIONS

Line 58: -- Delete the ssp_earnings_calculations row.

54: hr_utility.set_location('Entering:'||l_proc, 1);
55: --
56: ssp_ern_shd.g_api_dml := true; -- Set the api dml status
57: --
58: -- Delete the ssp_earnings_calculations row.
59: --
60: delete from ssp_earnings_calculations
61: where earnings_calculations_id = p_rec.earnings_calculations_id;
62: --

Line 60: delete from ssp_earnings_calculations

56: ssp_ern_shd.g_api_dml := true; -- Set the api dml status
57: --
58: -- Delete the ssp_earnings_calculations row.
59: --
60: delete from ssp_earnings_calculations
61: where earnings_calculations_id = p_rec.earnings_calculations_id;
62: --
63: ssp_ern_shd.g_api_dml := false; -- Unset the api dml status
64: --