DBA Data[Home] [Help]

APPS.BEN_XDD_INS dependencies on BEN_XDD_SHD

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

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

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

146: p_rec.created_by,
147: p_rec.object_version_number
148: );
149: --
150: ben_xdd_shd.g_api_dml := false; -- Unset the api dml status
151: --
152: hr_utility.set_location(' Leaving:'||l_proc, 10);
153: Exception
154: When hr_api.check_integrity_violated Then

Line 156: ben_xdd_shd.g_api_dml := false; -- Unset the api dml status

152: hr_utility.set_location(' Leaving:'||l_proc, 10);
153: Exception
154: When hr_api.check_integrity_violated Then
155: -- A check constraint has been violated
156: ben_xdd_shd.g_api_dml := false; -- Unset the api dml status
157: ben_xdd_shd.constraint_error
158: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
159: When hr_api.parent_integrity_violated Then
160: -- Parent integrity has been violated

Line 157: ben_xdd_shd.constraint_error

153: Exception
154: When hr_api.check_integrity_violated Then
155: -- A check constraint has been violated
156: ben_xdd_shd.g_api_dml := false; -- Unset the api dml status
157: ben_xdd_shd.constraint_error
158: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
159: When hr_api.parent_integrity_violated Then
160: -- Parent integrity has been violated
161: ben_xdd_shd.g_api_dml := false; -- Unset the api dml status

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

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

Line 162: ben_xdd_shd.constraint_error

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

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

162: ben_xdd_shd.constraint_error
163: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
164: When hr_api.unique_integrity_violated Then
165: -- Unique integrity has been violated
166: ben_xdd_shd.g_api_dml := false; -- Unset the api dml status
167: ben_xdd_shd.constraint_error
168: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
169: When Others Then
170: ben_xdd_shd.g_api_dml := false; -- Unset the api dml status

Line 167: ben_xdd_shd.constraint_error

163: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
164: When hr_api.unique_integrity_violated Then
165: -- Unique integrity has been violated
166: ben_xdd_shd.g_api_dml := false; -- Unset the api dml status
167: ben_xdd_shd.constraint_error
168: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
169: When Others Then
170: ben_xdd_shd.g_api_dml := false; -- Unset the api dml status
171: Raise;

Line 170: ben_xdd_shd.g_api_dml := false; -- Unset the api dml status

166: ben_xdd_shd.g_api_dml := false; -- Unset the api dml status
167: ben_xdd_shd.constraint_error
168: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
169: When Others Then
170: ben_xdd_shd.g_api_dml := false; -- Unset the api dml status
171: Raise;
172: End insert_dml;
173: --
174: -- ----------------------------------------------------------------------------

Line 211: Procedure pre_insert(p_rec in out nocopy ben_xdd_shd.g_rec_type) is

207: -- Internal Row Handler Use Only.
208: --
209: -- {End Of Comments}
210: -- ----------------------------------------------------------------------------
211: Procedure pre_insert(p_rec in out nocopy ben_xdd_shd.g_rec_type) is
212: --
213: l_proc varchar2(72) := g_package||'pre_insert';
214: --
215: Cursor C_Sel1 is select ben_ext_data_elmt_decd_s.nextval from sys.dual;

Line 262: Procedure post_insert(p_rec in ben_xdd_shd.g_rec_type) is

258: -- Internal Row Handler Use Only.
259: --
260: -- {End Of Comments}
261: -- ----------------------------------------------------------------------------
262: Procedure post_insert(p_rec in ben_xdd_shd.g_rec_type) is
263: --
264: l_proc varchar2(72) := g_package||'post_insert';
265: --
266: Begin

Line 312: p_rec in out nocopy ben_xdd_shd.g_rec_type

308: -- |---------------------------------< ins >----------------------------------|
309: -- ----------------------------------------------------------------------------
310: Procedure ins
311: (
312: p_rec in out nocopy ben_xdd_shd.g_rec_type
313: ) is
314: --
315: l_proc varchar2(72) := g_package||'ins';
316: --

Line 357: l_rec ben_xdd_shd.g_rec_type;

353: p_created_by in number default null,
354: p_object_version_number out nocopy number
355: ) is
356: --
357: l_rec ben_xdd_shd.g_rec_type;
358: l_proc varchar2(72) := g_package||'ins';
359: --
360: Begin
361: hr_utility.set_location('Entering:'||l_proc, 5);

Line 370: ben_xdd_shd.convert_args

366: hr_utility.set_location(' value ' || p_val , 101);
367: hr_utility.set_location('d value ' || p_dcd_val , 101);
368:
369: l_rec :=
370: ben_xdd_shd.convert_args
371: (
372: null,
373: p_val,
374: p_dcd_val,