DBA Data[Home] [Help]

APPS.BEN_XIC_INS dependencies on BEN_XIC_SHD

Line 107: Procedure insert_dml(p_rec in out nocopy ben_xic_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_xic_shd.g_rec_type) is
108: --
109: l_proc varchar2(72) := g_package||'insert_dml';
110: --
111: Begin

Line 115: ben_xic_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_xic_shd.g_api_dml := true; -- Set the api dml status
116: --
117: -- Insert the row into: ben_ext_incl_chg
118: --
119: insert into ben_ext_incl_chg

Line 150: ben_xic_shd.g_api_dml := false; -- Unset the api dml status

146: p_rec.created_by,
147: p_rec.object_version_number
148: );
149: --
150: ben_xic_shd.g_api_dml := false; -- Unset the api dml status
151: --
152: hr_utility.set_location(' Leaving:'||l_proc, 10);
153: Exception
154: When hr_api.check_integrity_violated Then

Line 156: ben_xic_shd.g_api_dml := false; -- Unset the api dml status

152: hr_utility.set_location(' Leaving:'||l_proc, 10);
153: Exception
154: When hr_api.check_integrity_violated Then
155: -- A check constraint has been violated
156: ben_xic_shd.g_api_dml := false; -- Unset the api dml status
157: ben_xic_shd.constraint_error
158: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
159: When hr_api.parent_integrity_violated Then
160: -- Parent integrity has been violated

Line 157: ben_xic_shd.constraint_error

153: Exception
154: When hr_api.check_integrity_violated Then
155: -- A check constraint has been violated
156: ben_xic_shd.g_api_dml := false; -- Unset the api dml status
157: ben_xic_shd.constraint_error
158: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
159: When hr_api.parent_integrity_violated Then
160: -- Parent integrity has been violated
161: ben_xic_shd.g_api_dml := false; -- Unset the api dml status

Line 161: ben_xic_shd.g_api_dml := false; -- Unset the api dml status

157: ben_xic_shd.constraint_error
158: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
159: When hr_api.parent_integrity_violated Then
160: -- Parent integrity has been violated
161: ben_xic_shd.g_api_dml := false; -- Unset the api dml status
162: ben_xic_shd.constraint_error
163: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
164: When hr_api.unique_integrity_violated Then
165: -- Unique integrity has been violated

Line 162: ben_xic_shd.constraint_error

158: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
159: When hr_api.parent_integrity_violated Then
160: -- Parent integrity has been violated
161: ben_xic_shd.g_api_dml := false; -- Unset the api dml status
162: ben_xic_shd.constraint_error
163: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
164: When hr_api.unique_integrity_violated Then
165: -- Unique integrity has been violated
166: ben_xic_shd.g_api_dml := false; -- Unset the api dml status

Line 166: ben_xic_shd.g_api_dml := false; -- Unset the api dml status

162: ben_xic_shd.constraint_error
163: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
164: When hr_api.unique_integrity_violated Then
165: -- Unique integrity has been violated
166: ben_xic_shd.g_api_dml := false; -- Unset the api dml status
167: ben_xic_shd.constraint_error
168: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
169: When Others Then
170: ben_xic_shd.g_api_dml := false; -- Unset the api dml status

Line 167: ben_xic_shd.constraint_error

163: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
164: When hr_api.unique_integrity_violated Then
165: -- Unique integrity has been violated
166: ben_xic_shd.g_api_dml := false; -- Unset the api dml status
167: ben_xic_shd.constraint_error
168: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
169: When Others Then
170: ben_xic_shd.g_api_dml := false; -- Unset the api dml status
171: Raise;

Line 170: ben_xic_shd.g_api_dml := false; -- Unset the api dml status

166: ben_xic_shd.g_api_dml := false; -- Unset the api dml status
167: ben_xic_shd.constraint_error
168: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
169: When Others Then
170: ben_xic_shd.g_api_dml := false; -- Unset the api dml status
171: Raise;
172: End insert_dml;
173: --
174: -- ----------------------------------------------------------------------------

Line 211: Procedure pre_insert(p_rec in out nocopy ben_xic_shd.g_rec_type) is

207: -- Internal Row Handler Use Only.
208: --
209: -- {End Of Comments}
210: -- ----------------------------------------------------------------------------
211: Procedure pre_insert(p_rec in out nocopy ben_xic_shd.g_rec_type) is
212: --
213: l_proc varchar2(72) := g_package||'pre_insert';
214: --
215: Cursor C_Sel1 is select ben_ext_incl_chg_s.nextval from sys.dual;

Line 263: p_effective_date in date,p_rec in ben_xic_shd.g_rec_type) is

259: --
260: -- {End Of Comments}
261: -- ----------------------------------------------------------------------------
262: Procedure post_insert(
263: p_effective_date in date,p_rec in ben_xic_shd.g_rec_type) is
264: --
265: l_proc varchar2(72) := g_package||'post_insert';
266: --
267: Begin

Line 315: p_rec in out nocopy ben_xic_shd.g_rec_type

311: -- ----------------------------------------------------------------------------
312: Procedure ins
313: (
314: p_effective_date in date,
315: p_rec in out nocopy ben_xic_shd.g_rec_type
316: ) is
317: --
318: l_proc varchar2(72) := g_package||'ins';
319: --

Line 363: l_rec ben_xic_shd.g_rec_type;

359: p_created_by in number default null,
360: p_object_version_number out nocopy number
361: ) is
362: --
363: l_rec ben_xic_shd.g_rec_type;
364: l_proc varchar2(72) := g_package||'ins';
365: --
366: Begin
367: hr_utility.set_location('Entering:'||l_proc, 5);

Line 373: ben_xic_shd.convert_args

369: -- Call conversion function to turn arguments into the
370: -- p_rec structure.
371: --
372: l_rec :=
373: ben_xic_shd.convert_args
374: (
375: null,
376: p_chg_evt_cd,
377: p_chg_evt_source,