DBA Data[Home] [Help]

APPS.PER_DPF_INS dependencies on PER_DPF_SHD

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

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

Line 180: per_dpf_shd.g_api_dml := false; -- Unset the api dml status

176: p_rec.attribute19,
177: p_rec.attribute20
178: );
179: --
180: per_dpf_shd.g_api_dml := false; -- Unset the api dml status
181: --
182: hr_utility.set_location(' Leaving:'||l_proc, 10);
183: Exception
184: When hr_api.check_integrity_violated Then

Line 186: per_dpf_shd.g_api_dml := false; -- Unset the api dml status

182: hr_utility.set_location(' Leaving:'||l_proc, 10);
183: Exception
184: When hr_api.check_integrity_violated Then
185: -- A check constraint has been violated
186: per_dpf_shd.g_api_dml := false; -- Unset the api dml status
187: per_dpf_shd.constraint_error
188: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
189: When hr_api.parent_integrity_violated Then
190: -- Parent integrity has been violated

Line 187: per_dpf_shd.constraint_error

183: Exception
184: When hr_api.check_integrity_violated Then
185: -- A check constraint has been violated
186: per_dpf_shd.g_api_dml := false; -- Unset the api dml status
187: per_dpf_shd.constraint_error
188: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
189: When hr_api.parent_integrity_violated Then
190: -- Parent integrity has been violated
191: per_dpf_shd.g_api_dml := false; -- Unset the api dml status

Line 191: per_dpf_shd.g_api_dml := false; -- Unset the api dml status

187: per_dpf_shd.constraint_error
188: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
189: When hr_api.parent_integrity_violated Then
190: -- Parent integrity has been violated
191: per_dpf_shd.g_api_dml := false; -- Unset the api dml status
192: per_dpf_shd.constraint_error
193: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
194: When hr_api.unique_integrity_violated Then
195: -- Unique integrity has been violated

Line 192: per_dpf_shd.constraint_error

188: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
189: When hr_api.parent_integrity_violated Then
190: -- Parent integrity has been violated
191: per_dpf_shd.g_api_dml := false; -- Unset the api dml status
192: per_dpf_shd.constraint_error
193: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
194: When hr_api.unique_integrity_violated Then
195: -- Unique integrity has been violated
196: per_dpf_shd.g_api_dml := false; -- Unset the api dml status

Line 196: per_dpf_shd.g_api_dml := false; -- Unset the api dml status

192: per_dpf_shd.constraint_error
193: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
194: When hr_api.unique_integrity_violated Then
195: -- Unique integrity has been violated
196: per_dpf_shd.g_api_dml := false; -- Unset the api dml status
197: per_dpf_shd.constraint_error
198: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
199: When Others Then
200: per_dpf_shd.g_api_dml := false; -- Unset the api dml status

Line 197: per_dpf_shd.constraint_error

193: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
194: When hr_api.unique_integrity_violated Then
195: -- Unique integrity has been violated
196: per_dpf_shd.g_api_dml := false; -- Unset the api dml status
197: per_dpf_shd.constraint_error
198: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
199: When Others Then
200: per_dpf_shd.g_api_dml := false; -- Unset the api dml status
201: Raise;

Line 200: per_dpf_shd.g_api_dml := false; -- Unset the api dml status

196: per_dpf_shd.g_api_dml := false; -- Unset the api dml status
197: per_dpf_shd.constraint_error
198: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
199: When Others Then
200: per_dpf_shd.g_api_dml := false; -- Unset the api dml status
201: Raise;
202: End insert_dml;
203: --
204: -- ----------------------------------------------------------------------------

Line 241: Procedure pre_insert(p_rec in out nocopy per_dpf_shd.g_rec_type) is

237: -- Internal Row Handler Use Only.
238: --
239: -- {End Of Comments}
240: -- ----------------------------------------------------------------------------
241: Procedure pre_insert(p_rec in out nocopy per_dpf_shd.g_rec_type) is
242: --
243: l_proc varchar2(72) := g_package||'pre_insert';
244: --
245: Cursor C_Sel1 is select per_deployment_factors_s.nextval from sys.dual;

Line 292: Procedure post_insert(p_rec in per_dpf_shd.g_rec_type, p_effective_date in date) is

288: -- Internal Row Handler Use Only.
289: --
290: -- {End Of Comments}
291: -- ----------------------------------------------------------------------------
292: Procedure post_insert(p_rec in per_dpf_shd.g_rec_type, p_effective_date in date) is
293: --
294: l_proc varchar2(72) := g_package||'post_insert';
295: --
296: Begin

Line 376: p_rec in out nocopy per_dpf_shd.g_rec_type,

372: -- |---------------------------------< ins >----------------------------------|
373: -- ----------------------------------------------------------------------------
374: Procedure ins
375: (
376: p_rec in out nocopy per_dpf_shd.g_rec_type,
377: p_effective_date in date
378: ) is
379: --
380: l_proc varchar2(72) := g_package||'ins';

Line 464: l_rec per_dpf_shd.g_rec_type;

460: p_attribute18 in varchar2 ,
461: p_attribute19 in varchar2 ,
462: p_attribute20 in varchar2 ) is
463: --
464: l_rec per_dpf_shd.g_rec_type;
465: l_proc varchar2(72) := g_package||'ins';
466: --
467: Begin
468: hr_utility.set_location('Entering:'||l_proc, 5);

Line 474: per_dpf_shd.convert_args

470: -- Call conversion function to turn arguments into the
471: -- p_rec structure.
472: --
473: l_rec :=
474: per_dpf_shd.convert_args
475: (
476: null,
477: p_position_id,
478: p_person_id,