DBA Data[Home] [Help]

APPS.BEN_LSF_INS dependencies on BEN_LSF_SHD

Line 53: Procedure insert_dml(p_rec in out nocopy ben_lsf_shd.g_rec_type) is

49: -- Internal Row Handler Use Only.
50: --
51: -- {End Of Comments}
52: -- ----------------------------------------------------------------------------
53: Procedure insert_dml(p_rec in out nocopy ben_lsf_shd.g_rec_type) is
54: --
55: l_proc varchar2(72) := g_package||'insert_dml';
56: --
57: Begin

Line 61: ben_lsf_shd.g_api_dml := true; -- Set the api dml status

57: Begin
58: hr_utility.set_location('Entering:'||l_proc, 5);
59: p_rec.object_version_number := 1; -- Initialise the object version
60: --
61: ben_lsf_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_los_fctr
64: --
65: insert into ben_los_fctr

Line 168: ben_lsf_shd.g_api_dml := false; -- Unset the api dml status

164: p_rec.object_version_number,
165: p_rec.use_overid_svc_dt_flag
166: );
167: --
168: ben_lsf_shd.g_api_dml := false; -- Unset the api dml status
169: --
170: hr_utility.set_location(' Leaving:'||l_proc, 10);
171: Exception
172: When hr_api.check_integrity_violated Then

Line 174: ben_lsf_shd.g_api_dml := false; -- Unset the api dml status

170: hr_utility.set_location(' Leaving:'||l_proc, 10);
171: Exception
172: When hr_api.check_integrity_violated Then
173: -- A check constraint has been violated
174: ben_lsf_shd.g_api_dml := false; -- Unset the api dml status
175: ben_lsf_shd.constraint_error
176: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
177: When hr_api.parent_integrity_violated Then
178: -- Parent integrity has been violated

Line 175: ben_lsf_shd.constraint_error

171: Exception
172: When hr_api.check_integrity_violated Then
173: -- A check constraint has been violated
174: ben_lsf_shd.g_api_dml := false; -- Unset the api dml status
175: ben_lsf_shd.constraint_error
176: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
177: When hr_api.parent_integrity_violated Then
178: -- Parent integrity has been violated
179: ben_lsf_shd.g_api_dml := false; -- Unset the api dml status

Line 179: ben_lsf_shd.g_api_dml := false; -- Unset the api dml status

175: ben_lsf_shd.constraint_error
176: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
177: When hr_api.parent_integrity_violated Then
178: -- Parent integrity has been violated
179: ben_lsf_shd.g_api_dml := false; -- Unset the api dml status
180: ben_lsf_shd.constraint_error
181: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
182: When hr_api.unique_integrity_violated Then
183: -- Unique integrity has been violated

Line 180: ben_lsf_shd.constraint_error

176: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
177: When hr_api.parent_integrity_violated Then
178: -- Parent integrity has been violated
179: ben_lsf_shd.g_api_dml := false; -- Unset the api dml status
180: ben_lsf_shd.constraint_error
181: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
182: When hr_api.unique_integrity_violated Then
183: -- Unique integrity has been violated
184: ben_lsf_shd.g_api_dml := false; -- Unset the api dml status

Line 184: ben_lsf_shd.g_api_dml := false; -- Unset the api dml status

180: ben_lsf_shd.constraint_error
181: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
182: When hr_api.unique_integrity_violated Then
183: -- Unique integrity has been violated
184: ben_lsf_shd.g_api_dml := false; -- Unset the api dml status
185: ben_lsf_shd.constraint_error
186: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
187: When Others Then
188: ben_lsf_shd.g_api_dml := false; -- Unset the api dml status

Line 185: ben_lsf_shd.constraint_error

181: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
182: When hr_api.unique_integrity_violated Then
183: -- Unique integrity has been violated
184: ben_lsf_shd.g_api_dml := false; -- Unset the api dml status
185: ben_lsf_shd.constraint_error
186: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
187: When Others Then
188: ben_lsf_shd.g_api_dml := false; -- Unset the api dml status
189: Raise;

Line 188: ben_lsf_shd.g_api_dml := false; -- Unset the api dml status

184: ben_lsf_shd.g_api_dml := false; -- Unset the api dml status
185: ben_lsf_shd.constraint_error
186: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
187: When Others Then
188: ben_lsf_shd.g_api_dml := false; -- Unset the api dml status
189: Raise;
190: End insert_dml;
191: --
192: -- ----------------------------------------------------------------------------

Line 229: Procedure pre_insert(p_rec in out nocopy ben_lsf_shd.g_rec_type) is

225: -- Internal Row Handler Use Only.
226: --
227: -- {End Of Comments}
228: -- ----------------------------------------------------------------------------
229: Procedure pre_insert(p_rec in out nocopy ben_lsf_shd.g_rec_type) is
230: --
231: l_proc varchar2(72) := g_package||'pre_insert';
232: --
233: Cursor C_Sel1 is select ben_los_fctr_s.nextval from sys.dual;

Line 281: p_effective_date in date,p_rec in ben_lsf_shd.g_rec_type) is

277: --
278: -- {End Of Comments}
279: -- ----------------------------------------------------------------------------
280: Procedure post_insert(
281: p_effective_date in date,p_rec in ben_lsf_shd.g_rec_type) is
282: --
283: l_proc varchar2(72) := g_package||'post_insert';
284: --
285: Begin

Line 369: p_rec in out nocopy ben_lsf_shd.g_rec_type

365: -- ----------------------------------------------------------------------------
366: Procedure ins
367: (
368: p_effective_date in date,
369: p_rec in out nocopy ben_lsf_shd.g_rec_type
370: ) is
371: --
372: l_proc varchar2(72) := g_package||'ins';
373: --

Line 453: l_rec ben_lsf_shd.g_rec_type;

449: p_object_version_number out nocopy number,
450: p_use_overid_svc_dt_flag in varchar2 default null
451: ) is
452: --
453: l_rec ben_lsf_shd.g_rec_type;
454: l_proc varchar2(72) := g_package||'ins';
455: --
456: Begin
457: hr_utility.set_location('Entering:'||l_proc, 5);

Line 463: ben_lsf_shd.convert_args

459: -- Call conversion function to turn arguments into the
460: -- p_rec structure.
461: --
462: l_rec :=
463: ben_lsf_shd.convert_args
464: (
465: null,
466: p_name,
467: p_business_group_id,