DBA Data[Home] [Help]

APPS.SSP_ERN_INS dependencies on SSP_EARNINGS_CALCULATIONS

Line 62: -- Insert the row into: ssp_earnings_calculations

58: p_rec.object_version_number := 1; -- Initialise the object version
59: --
60: ssp_ern_shd.g_api_dml := true; -- Set the api dml status
61: --
62: -- Insert the row into: ssp_earnings_calculations
63: --
64: insert into ssp_earnings_calculations
65: ( earnings_calculations_id,
66: object_version_number,

Line 64: insert into ssp_earnings_calculations

60: ssp_ern_shd.g_api_dml := true; -- Set the api dml status
61: --
62: -- Insert the row into: ssp_earnings_calculations
63: --
64: insert into ssp_earnings_calculations
65: ( earnings_calculations_id,
66: object_version_number,
67: person_id,
68: effective_date,

Line 146: Cursor C_Sel1 is select ssp_earnings_calculations_s.nextval from sys.dual;

142: Procedure pre_insert(p_rec in out nocopy ssp_ern_shd.g_rec_type) is
143: --
144: l_proc varchar2(72) := g_package||'pre_insert';
145: --
146: Cursor C_Sel1 is select ssp_earnings_calculations_s.nextval from sys.dual;
147: --
148: Begin
149: hr_utility.set_location('Entering:'||l_proc, 1);
150: --