DBA Data[Home] [Help]

APPS.BEN_EGD_INS dependencies on BEN_EGD_SHD

Line 53: Procedure insert_dml(p_rec in out nocopy ben_egd_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_egd_shd.g_rec_type) is
54: --
55: l_proc varchar2(72) := g_package||'insert_dml';
56: --
57: Begin

Line 61: ben_egd_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_egd_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_elig_dpnt
64: --
65: insert into ben_elig_dpnt

Line 172: ben_egd_shd.g_api_dml := false; -- Unset the api dml status

168: p_rec.program_update_date,
169: p_rec.object_version_number
170: );
171: --
172: ben_egd_shd.g_api_dml := false; -- Unset the api dml status
173: --
174: hr_utility.set_location(' Leaving:'||l_proc, 10);
175: Exception
176: When hr_api.check_integrity_violated Then

Line 178: ben_egd_shd.g_api_dml := false; -- Unset the api dml status

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

Line 179: ben_egd_shd.constraint_error

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

Line 183: ben_egd_shd.g_api_dml := false; -- Unset the api dml status

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

Line 184: ben_egd_shd.constraint_error

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

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

184: ben_egd_shd.constraint_error
185: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
186: When hr_api.unique_integrity_violated Then
187: -- Unique integrity has been violated
188: ben_egd_shd.g_api_dml := false; -- Unset the api dml status
189: ben_egd_shd.constraint_error
190: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
191: When Others Then
192: ben_egd_shd.g_api_dml := false; -- Unset the api dml status

Line 189: ben_egd_shd.constraint_error

185: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
186: When hr_api.unique_integrity_violated Then
187: -- Unique integrity has been violated
188: ben_egd_shd.g_api_dml := false; -- Unset the api dml status
189: ben_egd_shd.constraint_error
190: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
191: When Others Then
192: ben_egd_shd.g_api_dml := false; -- Unset the api dml status
193: Raise;

Line 192: ben_egd_shd.g_api_dml := false; -- Unset the api dml status

188: ben_egd_shd.g_api_dml := false; -- Unset the api dml status
189: ben_egd_shd.constraint_error
190: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
191: When Others Then
192: ben_egd_shd.g_api_dml := false; -- Unset the api dml status
193: Raise;
194: End insert_dml;
195: --
196: -- ----------------------------------------------------------------------------

Line 233: Procedure pre_insert(p_rec in out nocopy ben_egd_shd.g_rec_type) is

229: -- Internal Row Handler Use Only.
230: --
231: -- {End Of Comments}
232: -- ----------------------------------------------------------------------------
233: Procedure pre_insert(p_rec in out nocopy ben_egd_shd.g_rec_type) is
234: --
235: l_proc varchar2(72) := g_package||'pre_insert';
236: --
237: Cursor C_Sel1 is select ben_elig_dpnt_s.nextval from sys.dual;

Line 285: p_effective_date in date,p_rec in ben_egd_shd.g_rec_type) is

281: --
282: -- {End Of Comments}
283: -- ----------------------------------------------------------------------------
284: Procedure post_insert(
285: p_effective_date in date,p_rec in ben_egd_shd.g_rec_type) is
286: --
287: l_proc varchar2(72) := g_package||'post_insert';
288: --
289: l_old_rec ben_egd_ler.g_egd_ler_rec;

Line 400: p_rec in out nocopy ben_egd_shd.g_rec_type

396: -- ----------------------------------------------------------------------------
397: Procedure ins
398: (
399: p_effective_date in date,
400: p_rec in out nocopy ben_egd_shd.g_rec_type
401: ) is
402: --
403: l_proc varchar2(72) := g_package||'ins';
404: --

Line 486: l_rec ben_egd_shd.g_rec_type;

482: p_program_update_date in date default null,
483: p_object_version_number out nocopy number
484: ) is
485: --
486: l_rec ben_egd_shd.g_rec_type;
487: l_proc varchar2(72) := g_package||'ins';
488: --
489: Begin
490: hr_utility.set_location('Entering:'||l_proc, 5);

Line 496: ben_egd_shd.convert_args

492: -- Call conversion function to turn arguments into the
493: -- p_rec structure.
494: --
495: l_rec :=
496: ben_egd_shd.convert_args
497: (
498: null,
499: p_create_dt,
500: p_elig_strt_dt,