DBA Data[Home] [Help]

APPS.BEN_XWC_INS dependencies on BEN_XWC_SHD

Line 108: Procedure insert_dml(p_rec in out nocopy ben_xwc_shd.g_rec_type) is

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

Line 116: ben_xwc_shd.g_api_dml := true; -- Set the api dml status

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

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

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

Line 167: ben_xwc_shd.g_api_dml := false; -- Unset the api dml status

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

Line 168: ben_xwc_shd.constraint_error

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

Line 172: ben_xwc_shd.g_api_dml := false; -- Unset the api dml status

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

Line 173: ben_xwc_shd.constraint_error

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

Line 177: ben_xwc_shd.g_api_dml := false; -- Unset the api dml status

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

Line 178: ben_xwc_shd.constraint_error

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

Line 181: ben_xwc_shd.g_api_dml := false; -- Unset the api dml status

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

Line 222: Procedure pre_insert(p_rec in out nocopy ben_xwc_shd.g_rec_type) is

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

Line 274: p_effective_date in date,p_rec in ben_xwc_shd.g_rec_type) is

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

Line 330: p_rec in out nocopy ben_xwc_shd.g_rec_type

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

Line 383: l_rec ben_xwc_shd.g_rec_type;

379: p_object_version_number out nocopy number,
380: p_cond_ext_data_elmt_in_rcd_id in number default null
381: ) is
382: --
383: l_rec ben_xwc_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_xwc_shd.convert_args

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