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 283: Cursor C_Sel1 is select ssp_maternities_s.nextval from sys.dual;

279: Procedure pre_insert(p_rec in out nocopy ssp_mat_shd.g_rec_type) is
280: --
281: l_proc varchar2(72) := g_package||'pre_insert';
282: --
283: Cursor C_Sel1 is select ssp_maternities_s.nextval from sys.dual;
284: --
285: Begin
286: hr_utility.set_location('Entering:'||l_proc, 5);
287: --