DBA Data[Home] [Help]

APPS.BEN_GOS_INS dependencies on BEN_GOS_SHD

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

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

Line 144: ben_gos_shd.g_api_dml := false; -- Unset the api dml status

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

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

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

Line 151: ben_gos_shd.constraint_error

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

Line 155: ben_gos_shd.g_api_dml := false; -- Unset the api dml status

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

Line 156: ben_gos_shd.constraint_error

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

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

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

Line 161: ben_gos_shd.constraint_error

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

Line 164: ben_gos_shd.g_api_dml := false; -- Unset the api dml status

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

Line 205: Procedure pre_insert(p_rec in out nocopy ben_gos_shd.g_rec_type) is

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

Line 257: p_effective_date in date,p_rec in ben_gos_shd.g_rec_type) is

253: --
254: -- {End Of Comments}
255: -- ----------------------------------------------------------------------------
256: Procedure post_insert(
257: p_effective_date in date,p_rec in ben_gos_shd.g_rec_type) is
258: --
259: l_proc varchar2(72) := g_package||'post_insert';
260: --
261: Begin

Line 333: p_rec in out nocopy ben_gos_shd.g_rec_type

329: -- ----------------------------------------------------------------------------
330: Procedure ins
331: (
332: p_effective_date in date,
333: p_rec in out nocopy ben_gos_shd.g_rec_type
334: ) is
335: --
336: l_proc varchar2(72) := g_package||'ins';
337: --

Line 405: l_rec ben_gos_shd.g_rec_type;

401: p_gos_attribute30 in varchar2 default null,
402: p_object_version_number out nocopy number
403: ) is
404: --
405: l_rec ben_gos_shd.g_rec_type;
406: l_proc varchar2(72) := g_package||'ins';
407: --
408: Begin
409: hr_utility.set_location('Entering:'||l_proc, 5);

Line 415: ben_gos_shd.convert_args

411: -- Call conversion function to turn arguments into the
412: -- p_rec structure.
413: --
414: l_rec :=
415: ben_gos_shd.convert_args
416: (
417: null,
418: p_business_group_id,
419: p_name,