DBA Data[Home] [Help]

APPS.SSP_MAT_INS dependencies on SSP_MATERNITIES

Line 63: -- Insert the row into: ssp_maternities

59: p_rec.object_version_number := 1; -- Initialise the object version
60: --
61: ssp_mat_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ssp_maternities
64: --
65: insert into ssp_maternities
66: ( maternity_id,
67: due_date,

Line 65: insert into ssp_maternities

61: ssp_mat_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ssp_maternities
64: --
65: insert into ssp_maternities
66: ( maternity_id,
67: due_date,
68: person_id,
69: start_date_maternity_allowance,

Line 277: Cursor C_Sel1 is select ssp_maternities_s.nextval from sys.dual;

273: Procedure pre_insert(p_rec in out nocopy ssp_mat_shd.g_rec_type) is
274: --
275: l_proc varchar2(72) := g_package||'pre_insert';
276: --
277: Cursor C_Sel1 is select ssp_maternities_s.nextval from sys.dual;
278: --
279: Begin
280: hr_utility.set_location('Entering:'||l_proc, 5);
281: --