DBA Data[Home] [Help]

APPS.BEN_BNG_INS dependencies on BEN_BNG_SHD

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

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

Line 142: ben_bng_shd.g_api_dml := false; -- Unset the api dml status

138: p_rec.bng_attribute30,
139: p_rec.object_version_number
140: );
141: --
142: ben_bng_shd.g_api_dml := false; -- Unset the api dml status
143: --
144: hr_utility.set_location(' Leaving:'||l_proc, 10);
145: Exception
146: When hr_api.check_integrity_violated Then

Line 148: ben_bng_shd.g_api_dml := false; -- Unset the api dml status

144: hr_utility.set_location(' Leaving:'||l_proc, 10);
145: Exception
146: When hr_api.check_integrity_violated Then
147: -- A check constraint has been violated
148: ben_bng_shd.g_api_dml := false; -- Unset the api dml status
149: ben_bng_shd.constraint_error
150: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
151: When hr_api.parent_integrity_violated Then
152: -- Parent integrity has been violated

Line 149: ben_bng_shd.constraint_error

145: Exception
146: When hr_api.check_integrity_violated Then
147: -- A check constraint has been violated
148: ben_bng_shd.g_api_dml := false; -- Unset the api dml status
149: ben_bng_shd.constraint_error
150: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
151: When hr_api.parent_integrity_violated Then
152: -- Parent integrity has been violated
153: ben_bng_shd.g_api_dml := false; -- Unset the api dml status

Line 153: ben_bng_shd.g_api_dml := false; -- Unset the api dml status

149: ben_bng_shd.constraint_error
150: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
151: When hr_api.parent_integrity_violated Then
152: -- Parent integrity has been violated
153: ben_bng_shd.g_api_dml := false; -- Unset the api dml status
154: ben_bng_shd.constraint_error
155: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
156: When hr_api.unique_integrity_violated Then
157: -- Unique integrity has been violated

Line 154: ben_bng_shd.constraint_error

150: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
151: When hr_api.parent_integrity_violated Then
152: -- Parent integrity has been violated
153: ben_bng_shd.g_api_dml := false; -- Unset the api dml status
154: ben_bng_shd.constraint_error
155: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
156: When hr_api.unique_integrity_violated Then
157: -- Unique integrity has been violated
158: ben_bng_shd.g_api_dml := false; -- Unset the api dml status

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

154: ben_bng_shd.constraint_error
155: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
156: When hr_api.unique_integrity_violated Then
157: -- Unique integrity has been violated
158: ben_bng_shd.g_api_dml := false; -- Unset the api dml status
159: ben_bng_shd.constraint_error
160: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
161: When Others Then
162: ben_bng_shd.g_api_dml := false; -- Unset the api dml status

Line 159: ben_bng_shd.constraint_error

155: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
156: When hr_api.unique_integrity_violated Then
157: -- Unique integrity has been violated
158: ben_bng_shd.g_api_dml := false; -- Unset the api dml status
159: ben_bng_shd.constraint_error
160: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
161: When Others Then
162: ben_bng_shd.g_api_dml := false; -- Unset the api dml status
163: Raise;

Line 162: ben_bng_shd.g_api_dml := false; -- Unset the api dml status

158: ben_bng_shd.g_api_dml := false; -- Unset the api dml status
159: ben_bng_shd.constraint_error
160: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
161: When Others Then
162: ben_bng_shd.g_api_dml := false; -- Unset the api dml status
163: Raise;
164: End insert_dml;
165: --
166: -- ----------------------------------------------------------------------------

Line 203: Procedure pre_insert(p_rec in out nocopy ben_bng_shd.g_rec_type) is

199: -- Internal Row Handler Use Only.
200: --
201: -- {End Of Comments}
202: -- ----------------------------------------------------------------------------
203: Procedure pre_insert(p_rec in out nocopy ben_bng_shd.g_rec_type) is
204: --
205: l_proc varchar2(72) := g_package||'pre_insert';
206: --
207: Cursor C_Sel1 is select ben_benfts_grp_s.nextval from sys.dual;

Line 254: Procedure post_insert(p_rec in ben_bng_shd.g_rec_type) is

250: -- Internal Row Handler Use Only.
251: --
252: -- {End Of Comments}
253: -- ----------------------------------------------------------------------------
254: Procedure post_insert(p_rec in ben_bng_shd.g_rec_type) is
255: --
256: l_proc varchar2(72) := g_package||'post_insert';
257: --
258: Begin

Line 327: p_rec in out nocopy ben_bng_shd.g_rec_type

323: -- |---------------------------------< ins >----------------------------------|
324: -- ----------------------------------------------------------------------------
325: Procedure ins
326: (
327: p_rec in out nocopy ben_bng_shd.g_rec_type
328: ) is
329: --
330: l_proc varchar2(72) := g_package||'ins';
331: --

Line 395: l_rec ben_bng_shd.g_rec_type;

391: p_bng_attribute30 in varchar2 default null,
392: p_object_version_number out nocopy number
393: ) is
394: --
395: l_rec ben_bng_shd.g_rec_type;
396: l_proc varchar2(72) := g_package||'ins';
397: --
398: Begin
399: hr_utility.set_location('Entering:'||l_proc, 5);

Line 405: ben_bng_shd.convert_args

401: -- Call conversion function to turn arguments into the
402: -- p_rec structure.
403: --
404: l_rec :=
405: ben_bng_shd.convert_args
406: (
407: null,
408: p_business_group_id,
409: p_name,