DBA Data[Home] [Help]

APPS.BEN_DRR_INS dependencies on BEN_DRR_SHD

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

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

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

138: p_rec.drr_attribute30,
139: p_rec.object_version_number
140: );
141: --
142: ben_drr_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_drr_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_drr_shd.g_api_dml := false; -- Unset the api dml status
149: ben_drr_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_drr_shd.constraint_error

145: Exception
146: When hr_api.check_integrity_violated Then
147: -- A check constraint has been violated
148: ben_drr_shd.g_api_dml := false; -- Unset the api dml status
149: ben_drr_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_drr_shd.g_api_dml := false; -- Unset the api dml status

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

149: ben_drr_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_drr_shd.g_api_dml := false; -- Unset the api dml status
154: ben_drr_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_drr_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_drr_shd.g_api_dml := false; -- Unset the api dml status
154: ben_drr_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_drr_shd.g_api_dml := false; -- Unset the api dml status

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

154: ben_drr_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_drr_shd.g_api_dml := false; -- Unset the api dml status
159: ben_drr_shd.constraint_error
160: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
161: When Others Then
162: ben_drr_shd.g_api_dml := false; -- Unset the api dml status

Line 159: ben_drr_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_drr_shd.g_api_dml := false; -- Unset the api dml status
159: ben_drr_shd.constraint_error
160: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
161: When Others Then
162: ben_drr_shd.g_api_dml := false; -- Unset the api dml status
163: Raise;

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

158: ben_drr_shd.g_api_dml := false; -- Unset the api dml status
159: ben_drr_shd.constraint_error
160: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
161: When Others Then
162: ben_drr_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_drr_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_drr_shd.g_rec_type) is
204: --
205: l_proc varchar2(72) := g_package||'pre_insert';
206: --
207: Cursor C_Sel1 is select ben_dsgn_rqmt_rlshp_typ_s.nextval from sys.dual;

Line 255: p_effective_date in date,p_rec in ben_drr_shd.g_rec_type) is

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

Line 330: p_rec in out nocopy ben_drr_shd.g_rec_type

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

Line 401: l_rec ben_drr_shd.g_rec_type;

397: p_drr_attribute30 in varchar2 default null,
398: p_object_version_number out nocopy number
399: ) is
400: --
401: l_rec ben_drr_shd.g_rec_type;
402: l_proc varchar2(72) := g_package||'ins';
403: --
404: Begin
405: hr_utility.set_location('Entering:'||l_proc, 5);

Line 411: ben_drr_shd.convert_args

407: -- Call conversion function to turn arguments into the
408: -- p_rec structure.
409: --
410: l_rec :=
411: ben_drr_shd.convert_args
412: (
413: null,
414: p_rlshp_typ_cd,
415: p_dsgn_rqmt_id,