DBA Data[Home] [Help]

APPS.SSP_STP_INS dependencies on SSP_STOPPAGES

Line 63: -- Insert the row into: ssp_stoppages

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

Line 65: insert into ssp_stoppages

61: ssp_stp_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ssp_stoppages
64: --
65: insert into ssp_stoppages
66: ( stoppage_id,
67: object_version_number,
68: absence_attendance_id,
69: maternity_id,

Line 155: Cursor C_Sel1 is select ssp_stoppages_s.nextval from sys.dual;

151: Procedure pre_insert(p_rec in out ssp_stp_shd.g_rec_type) is
152: --
153: l_proc varchar2(72) := g_package||'pre_insert';
154: --
155: Cursor C_Sel1 is select ssp_stoppages_s.nextval from sys.dual;
156: --
157: Begin
158: hr_utility.set_location('Entering:'||l_proc, 5);
159: --