DBA Data[Home] [Help]

APPS.BEN_XEL_INS dependencies on BEN_XEL_SHD

Line 107: Procedure insert_dml(p_rec in out nocopy ben_xel_shd.g_rec_type) is

103: -- Internal Row Handler Use Only.
104: --
105: -- {End Of Comments}
106: -- ----------------------------------------------------------------------------
107: Procedure insert_dml(p_rec in out nocopy ben_xel_shd.g_rec_type) is
108: --
109: l_proc varchar2(72) := g_package||'insert_dml';
110: --
111: Begin

Line 115: ben_xel_shd.g_api_dml := true; -- Set the api dml status

111: Begin
112: hr_utility.set_location('Entering:'||l_proc, 5);
113: p_rec.object_version_number := 1; -- Initialise the object version
114: --
115: ben_xel_shd.g_api_dml := true; -- Set the api dml status
116: --
117: -- Insert the row into: ben_ext_data_elmt
118: --
119: insert into ben_ext_data_elmt

Line 236: ben_xel_shd.g_api_dml := false; -- Unset the api dml status

232: p_rec.created_by,
233: p_rec.object_version_number
234: );
235: --
236: ben_xel_shd.g_api_dml := false; -- Unset the api dml status
237: --
238: hr_utility.set_location(' Leaving:'||l_proc, 10);
239: Exception
240: When hr_api.check_integrity_violated Then

Line 242: ben_xel_shd.g_api_dml := false; -- Unset the api dml status

238: hr_utility.set_location(' Leaving:'||l_proc, 10);
239: Exception
240: When hr_api.check_integrity_violated Then
241: -- A check constraint has been violated
242: ben_xel_shd.g_api_dml := false; -- Unset the api dml status
243: ben_xel_shd.constraint_error
244: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
245: When hr_api.parent_integrity_violated Then
246: -- Parent integrity has been violated

Line 243: ben_xel_shd.constraint_error

239: Exception
240: When hr_api.check_integrity_violated Then
241: -- A check constraint has been violated
242: ben_xel_shd.g_api_dml := false; -- Unset the api dml status
243: ben_xel_shd.constraint_error
244: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
245: When hr_api.parent_integrity_violated Then
246: -- Parent integrity has been violated
247: ben_xel_shd.g_api_dml := false; -- Unset the api dml status

Line 247: ben_xel_shd.g_api_dml := false; -- Unset the api dml status

243: ben_xel_shd.constraint_error
244: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
245: When hr_api.parent_integrity_violated Then
246: -- Parent integrity has been violated
247: ben_xel_shd.g_api_dml := false; -- Unset the api dml status
248: ben_xel_shd.constraint_error
249: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
250: When hr_api.unique_integrity_violated Then
251: -- Unique integrity has been violated

Line 248: ben_xel_shd.constraint_error

244: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
245: When hr_api.parent_integrity_violated Then
246: -- Parent integrity has been violated
247: ben_xel_shd.g_api_dml := false; -- Unset the api dml status
248: ben_xel_shd.constraint_error
249: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
250: When hr_api.unique_integrity_violated Then
251: -- Unique integrity has been violated
252: ben_xel_shd.g_api_dml := false; -- Unset the api dml status

Line 252: ben_xel_shd.g_api_dml := false; -- Unset the api dml status

248: ben_xel_shd.constraint_error
249: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
250: When hr_api.unique_integrity_violated Then
251: -- Unique integrity has been violated
252: ben_xel_shd.g_api_dml := false; -- Unset the api dml status
253: ben_xel_shd.constraint_error
254: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
255: When Others Then
256: ben_xel_shd.g_api_dml := false; -- Unset the api dml status

Line 253: ben_xel_shd.constraint_error

249: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
250: When hr_api.unique_integrity_violated Then
251: -- Unique integrity has been violated
252: ben_xel_shd.g_api_dml := false; -- Unset the api dml status
253: ben_xel_shd.constraint_error
254: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
255: When Others Then
256: ben_xel_shd.g_api_dml := false; -- Unset the api dml status
257: Raise;

Line 256: ben_xel_shd.g_api_dml := false; -- Unset the api dml status

252: ben_xel_shd.g_api_dml := false; -- Unset the api dml status
253: ben_xel_shd.constraint_error
254: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
255: When Others Then
256: ben_xel_shd.g_api_dml := false; -- Unset the api dml status
257: Raise;
258: End insert_dml;
259: --
260: -- ----------------------------------------------------------------------------

Line 297: Procedure pre_insert(p_rec in out nocopy ben_xel_shd.g_rec_type) is

293: -- Internal Row Handler Use Only.
294: --
295: -- {End Of Comments}
296: -- ----------------------------------------------------------------------------
297: Procedure pre_insert(p_rec in out nocopy ben_xel_shd.g_rec_type) is
298: --
299: l_proc varchar2(72) := g_package||'pre_insert';
300: --
301: Cursor C_Sel1 is select ben_ext_data_elmt_s.nextval from sys.dual;

Line 349: p_effective_date in date,p_rec in ben_xel_shd.g_rec_type) is

345: --
346: -- {End Of Comments}
347: -- ----------------------------------------------------------------------------
348: Procedure post_insert(
349: p_effective_date in date,p_rec in ben_xel_shd.g_rec_type) is
350: --
351: l_proc varchar2(72) := g_package||'post_insert';
352: --
353: Begin

Line 444: p_rec in out nocopy ben_xel_shd.g_rec_type

440: -- ----------------------------------------------------------------------------
441: Procedure ins
442: (
443: p_effective_date in date,
444: p_rec in out nocopy ben_xel_shd.g_rec_type
445: ) is
446: --
447: l_proc varchar2(72) := g_package||'ins';
448: --

Line 540: l_rec ben_xel_shd.g_rec_type;

536:
537: p_object_version_number out nocopy number
538: ) is
539: --
540: l_rec ben_xel_shd.g_rec_type;
541: l_proc varchar2(72) := g_package||'ins';
542: --
543: Begin
544: hr_utility.set_location('Entering:'||l_proc, 5);

Line 550: ben_xel_shd.convert_args

546: -- Call conversion function to turn arguments into the
547: -- p_rec structure.
548: --
549: l_rec :=
550: ben_xel_shd.convert_args
551: (
552: null,
553: p_name,
554: p_xml_tag_name,