DBA Data[Home] [Help]

APPS.BEN_ELI_INS dependencies on BEN_ELI_SHD

Line 47: Procedure insert_dml(p_rec in out nocopy ben_eli_shd.g_rec_type) is

43: -- Internal Table Handelp Use Only.
44: --
45: -- {End Of Comments}
46: -- ----------------------------------------------------------------------------
47: Procedure insert_dml(p_rec in out nocopy ben_eli_shd.g_rec_type) is
48: --
49: l_proc varchar2(72) := g_package||'insert_dml';
50: --
51: Begin

Line 188: ben_eli_shd.constraint_error

184: hr_utility.set_location(' Leaving:'||l_proc, 10);
185: Exception
186: When hr_api.check_integrity_violated Then
187: -- A check constraint has been violated
188: ben_eli_shd.constraint_error
189: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
190: When hr_api.parent_integrity_violated Then
191: -- Parent integrity has been violated
192: ben_eli_shd.constraint_error

Line 192: ben_eli_shd.constraint_error

188: ben_eli_shd.constraint_error
189: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
190: When hr_api.parent_integrity_violated Then
191: -- Parent integrity has been violated
192: ben_eli_shd.constraint_error
193: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
194: When hr_api.unique_integrity_violated Then
195: -- Unique integrity has been violated
196: ben_eli_shd.constraint_error

Line 196: ben_eli_shd.constraint_error

192: ben_eli_shd.constraint_error
193: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
194: When hr_api.unique_integrity_violated Then
195: -- Unique integrity has been violated
196: ben_eli_shd.constraint_error
197: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
198: When Others Then
199: Raise;
200: End insert_dml;

Line 239: Procedure pre_insert(p_rec in out nocopy ben_eli_shd.g_rec_type) is

235: -- Internal Table Handelp Use Only.
236: --
237: -- {End Of Comments}
238: -- ----------------------------------------------------------------------------
239: Procedure pre_insert(p_rec in out nocopy ben_eli_shd.g_rec_type) is
240: --
241: l_proc varchar2(72) := g_package||'pre_insert';
242: --
243: Cursor C_Sel1 is select ben_elp_extra_info_s.nextval from sys.dual;

Line 290: Procedure post_insert(p_rec in ben_eli_shd.g_rec_type) is

286: -- Internal Table Handelp Use Only.
287: --
288: -- {End Of Comments}
289: -- ----------------------------------------------------------------------------
290: Procedure post_insert(p_rec in ben_eli_shd.g_rec_type) is
291: --
292: l_proc varchar2(72) := g_package||'post_insert';
293: --
294: Begin

Line 377: p_rec in out nocopy ben_eli_shd.g_rec_type,

373: -- |---------------------------------< ins >----------------------------------|
374: -- ----------------------------------------------------------------------------
375: Procedure ins
376: (
377: p_rec in out nocopy ben_eli_shd.g_rec_type,
378: p_validate in boolean default false
379: ) is
380: --
381: l_proc varchar2(72) := g_package||'ins';

Line 495: l_rec ben_eli_shd.g_rec_type;

491: p_object_version_number out nocopy number,
492: p_validate in boolean default false
493: ) is
494: --
495: l_rec ben_eli_shd.g_rec_type;
496: l_proc varchar2(72) := g_package||'ins';
497: --
498: Begin
499: hr_utility.set_location('Entering:'||l_proc, 5);

Line 505: ben_eli_shd.convert_args

501: -- Call conversion function to turn arguments into the
502: -- p_rec structure.
503: --
504: l_rec :=
505: ben_eli_shd.convert_args
506: (
507: null,
508: p_information_type,
509: p_eligy_prfl_id,