DBA Data[Home] [Help]

APPS.BEN_XER_INS dependencies on BEN_XER_SHD

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

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

Line 160: ben_xer_shd.g_api_dml := false; -- Unset the api dml status

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

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

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

Line 167: ben_xer_shd.constraint_error

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

Line 171: ben_xer_shd.g_api_dml := false; -- Unset the api dml status

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

Line 172: ben_xer_shd.constraint_error

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

Line 176: ben_xer_shd.g_api_dml := false; -- Unset the api dml status

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

Line 177: ben_xer_shd.constraint_error

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

Line 180: ben_xer_shd.g_api_dml := false; -- Unset the api dml status

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

Line 221: Procedure pre_insert(p_rec in out nocopy ben_xer_shd.g_rec_type) is

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

Line 273: p_effective_date in date,p_rec in ben_xer_shd.g_rec_type) is

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

Line 330: p_rec in out nocopy ben_xer_shd.g_rec_type

326: -- ----------------------------------------------------------------------------
327: Procedure ins
328: (
329: p_effective_date in date,
330: p_rec in out nocopy ben_xer_shd.g_rec_type
331: ) is
332: --
333: l_proc varchar2(72) := g_package||'ins';
334: --

Line 383: l_rec ben_xer_shd.g_rec_type;

379: p_object_version_number out nocopy number,
380: p_hide_flag in varchar2
381: ) is
382: --
383: l_rec ben_xer_shd.g_rec_type;
384: l_proc varchar2(72) := g_package||'ins';
385: --
386: Begin
387: hr_utility.set_location('Entering:'||l_proc, 5);

Line 393: ben_xer_shd.convert_args

389: -- Call conversion function to turn arguments into the
390: -- p_rec structure.
391: --
392: l_rec :=
393: ben_xer_shd.convert_args
394: (
395: null,
396: p_seq_num,
397: p_strt_pos,