DBA Data[Home] [Help]

APPS.BEN_ECC_INS dependencies on BEN_ECC_SHD

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

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

Line 158: ben_ecc_shd.g_api_dml := false; -- Unset the api dml status

154: p_rec.program_update_date,
155: p_rec.object_version_number
156: );
157: --
158: ben_ecc_shd.g_api_dml := false; -- Unset the api dml status
159: --
160: hr_utility.set_location(' Leaving:'||l_proc, 10);
161: Exception
162: When hr_api.check_integrity_violated Then

Line 164: ben_ecc_shd.g_api_dml := false; -- Unset the api dml status

160: hr_utility.set_location(' Leaving:'||l_proc, 10);
161: Exception
162: When hr_api.check_integrity_violated Then
163: -- A check constraint has been violated
164: ben_ecc_shd.g_api_dml := false; -- Unset the api dml status
165: ben_ecc_shd.constraint_error
166: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
167: When hr_api.parent_integrity_violated Then
168: -- Parent integrity has been violated

Line 165: ben_ecc_shd.constraint_error

161: Exception
162: When hr_api.check_integrity_violated Then
163: -- A check constraint has been violated
164: ben_ecc_shd.g_api_dml := false; -- Unset the api dml status
165: ben_ecc_shd.constraint_error
166: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
167: When hr_api.parent_integrity_violated Then
168: -- Parent integrity has been violated
169: ben_ecc_shd.g_api_dml := false; -- Unset the api dml status

Line 169: ben_ecc_shd.g_api_dml := false; -- Unset the api dml status

165: ben_ecc_shd.constraint_error
166: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
167: When hr_api.parent_integrity_violated Then
168: -- Parent integrity has been violated
169: ben_ecc_shd.g_api_dml := false; -- Unset the api dml status
170: ben_ecc_shd.constraint_error
171: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
172: When hr_api.unique_integrity_violated Then
173: -- Unique integrity has been violated

Line 170: ben_ecc_shd.constraint_error

166: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
167: When hr_api.parent_integrity_violated Then
168: -- Parent integrity has been violated
169: ben_ecc_shd.g_api_dml := false; -- Unset the api dml status
170: ben_ecc_shd.constraint_error
171: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
172: When hr_api.unique_integrity_violated Then
173: -- Unique integrity has been violated
174: ben_ecc_shd.g_api_dml := false; -- Unset the api dml status

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

170: ben_ecc_shd.constraint_error
171: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
172: When hr_api.unique_integrity_violated Then
173: -- Unique integrity has been violated
174: ben_ecc_shd.g_api_dml := false; -- Unset the api dml status
175: ben_ecc_shd.constraint_error
176: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
177: When Others Then
178: ben_ecc_shd.g_api_dml := false; -- Unset the api dml status

Line 175: ben_ecc_shd.constraint_error

171: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
172: When hr_api.unique_integrity_violated Then
173: -- Unique integrity has been violated
174: ben_ecc_shd.g_api_dml := false; -- Unset the api dml status
175: ben_ecc_shd.constraint_error
176: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
177: When Others Then
178: ben_ecc_shd.g_api_dml := false; -- Unset the api dml status
179: Raise;

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

174: ben_ecc_shd.g_api_dml := false; -- Unset the api dml status
175: ben_ecc_shd.constraint_error
176: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
177: When Others Then
178: ben_ecc_shd.g_api_dml := false; -- Unset the api dml status
179: Raise;
180: End insert_dml;
181: --
182: -- ----------------------------------------------------------------------------

Line 219: Procedure pre_insert(p_rec in out nocopy ben_ecc_shd.g_rec_type) is

215: -- Internal Row Handler Use Only.
216: --
217: -- {End Of Comments}
218: -- ----------------------------------------------------------------------------
219: Procedure pre_insert(p_rec in out nocopy ben_ecc_shd.g_rec_type) is
220: --
221: l_proc varchar2(72) := g_package||'pre_insert';
222: --
223: Cursor C_Sel1 is select ben_elctbl_chc_ctfn_s.nextval from sys.dual;

Line 271: p_effective_date in date,p_rec in ben_ecc_shd.g_rec_type) is

267: --
268: -- {End Of Comments}
269: -- ----------------------------------------------------------------------------
270: Procedure post_insert(
271: p_effective_date in date,p_rec in ben_ecc_shd.g_rec_type) is
272: --
273: l_proc varchar2(72) := g_package||'post_insert';
274: --
275: Begin

Line 354: p_rec in out nocopy ben_ecc_shd.g_rec_type

350: -- ----------------------------------------------------------------------------
351: Procedure ins
352: (
353: p_effective_date in date,
354: p_rec in out nocopy ben_ecc_shd.g_rec_type
355: ) is
356: --
357: l_proc varchar2(72) := g_package||'ins';
358: --

Line 433: l_rec ben_ecc_shd.g_rec_type;

429: p_program_update_date in date default null,
430: p_object_version_number out nocopy number
431: ) is
432: --
433: l_rec ben_ecc_shd.g_rec_type;
434: l_proc varchar2(72) := g_package||'ins';
435: --
436: Begin
437: hr_utility.set_location('Entering:'||l_proc, 5);

Line 443: ben_ecc_shd.convert_args

439: -- Call conversion function to turn arguments into the
440: -- p_rec structure.
441: --
442: l_rec :=
443: ben_ecc_shd.convert_args
444: (
445: null,
446: p_enrt_ctfn_typ_cd,
447: p_rqd_flag,