DBA Data[Home] [Help]

APPS.PER_CEL_INS dependencies on PER_CEL_SHD

Line 75: Procedure insert_dml(p_rec in out nocopy per_cel_shd.g_rec_type) is

71: -- Internal Table Handler Use Only.
72: --
73: -- {End Of Comments}
74: -- ----------------------------------------------------------------------------
75: Procedure insert_dml(p_rec in out nocopy per_cel_shd.g_rec_type) is
76: --
77: l_proc varchar2(72) := g_package||'insert_dml';
78: --
79: Begin

Line 83: per_cel_shd.g_api_dml := true; -- Set the api dml status

79: Begin
80: hr_utility.set_location('Entering:'||l_proc, 5);
81: p_rec.object_version_number := 1; -- Initialise the object version
82: --
83: per_cel_shd.g_api_dml := true; -- Set the api dml status
84: --
85: -- Insert the row into: per_competence_elements
86: -- ngundura added object_id and object_name in the insert statement
87: insert into per_competence_elements

Line 258: per_cel_shd.g_api_dml := false; -- Unset the api dml status

254: p_rec.achieved_date,
255: p_rec.appr_line_score
256: );
257: --
258: per_cel_shd.g_api_dml := false; -- Unset the api dml status
259: --
260: hr_utility.set_location(' Leaving:'||l_proc, 10);
261: Exception
262: When hr_api.check_integrity_violated Then

Line 264: per_cel_shd.g_api_dml := false; -- Unset the api dml status

260: hr_utility.set_location(' Leaving:'||l_proc, 10);
261: Exception
262: When hr_api.check_integrity_violated Then
263: -- A check constraint has been violated
264: per_cel_shd.g_api_dml := false; -- Unset the api dml status
265: per_cel_shd.constraint_error
266: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
267: When hr_api.parent_integrity_violated Then
268: -- Parent integrity has been violated

Line 265: per_cel_shd.constraint_error

261: Exception
262: When hr_api.check_integrity_violated Then
263: -- A check constraint has been violated
264: per_cel_shd.g_api_dml := false; -- Unset the api dml status
265: per_cel_shd.constraint_error
266: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
267: When hr_api.parent_integrity_violated Then
268: -- Parent integrity has been violated
269: per_cel_shd.g_api_dml := false; -- Unset the api dml status

Line 269: per_cel_shd.g_api_dml := false; -- Unset the api dml status

265: per_cel_shd.constraint_error
266: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
267: When hr_api.parent_integrity_violated Then
268: -- Parent integrity has been violated
269: per_cel_shd.g_api_dml := false; -- Unset the api dml status
270: per_cel_shd.constraint_error
271: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
272: When hr_api.unique_integrity_violated Then
273: -- Unique integrity has been violated

Line 270: per_cel_shd.constraint_error

266: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
267: When hr_api.parent_integrity_violated Then
268: -- Parent integrity has been violated
269: per_cel_shd.g_api_dml := false; -- Unset the api dml status
270: per_cel_shd.constraint_error
271: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
272: When hr_api.unique_integrity_violated Then
273: -- Unique integrity has been violated
274: per_cel_shd.g_api_dml := false; -- Unset the api dml status

Line 274: per_cel_shd.g_api_dml := false; -- Unset the api dml status

270: per_cel_shd.constraint_error
271: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
272: When hr_api.unique_integrity_violated Then
273: -- Unique integrity has been violated
274: per_cel_shd.g_api_dml := false; -- Unset the api dml status
275: per_cel_shd.constraint_error
276: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
277: When Others Then
278: per_cel_shd.g_api_dml := false; -- Unset the api dml status

Line 275: per_cel_shd.constraint_error

271: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
272: When hr_api.unique_integrity_violated Then
273: -- Unique integrity has been violated
274: per_cel_shd.g_api_dml := false; -- Unset the api dml status
275: per_cel_shd.constraint_error
276: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
277: When Others Then
278: per_cel_shd.g_api_dml := false; -- Unset the api dml status
279: Raise;

Line 278: per_cel_shd.g_api_dml := false; -- Unset the api dml status

274: per_cel_shd.g_api_dml := false; -- Unset the api dml status
275: per_cel_shd.constraint_error
276: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
277: When Others Then
278: per_cel_shd.g_api_dml := false; -- Unset the api dml status
279: Raise;
280: End insert_dml;
281: --
282: -- ----------------------------------------------------------------------------

Line 319: Procedure pre_insert(p_rec in out nocopy per_cel_shd.g_rec_type) is

315: -- Internal Table Handler Use Only.
316: --
317: -- {End Of Comments}
318: -- ----------------------------------------------------------------------------
319: Procedure pre_insert(p_rec in out nocopy per_cel_shd.g_rec_type) is
320: --
321: l_proc varchar2(72) := g_package||'pre_insert';
322: l_exists varchar2(1);
323: --

Line 401: Procedure post_insert(p_rec in per_cel_shd.g_rec_type) is

397: -- Internal Table Handler Use Only.
398: --
399: -- {End Of Comments}
400: -- ----------------------------------------------------------------------------
401: Procedure post_insert(p_rec in per_cel_shd.g_rec_type) is
402: --
403: l_proc varchar2(72) := g_package||'post_insert';
404: --
405: Begin

Line 517: p_rec in out nocopy per_cel_shd.g_rec_type,

513: -- |---------------------------------< ins >----------------------------------|
514: -- ----------------------------------------------------------------------------
515: Procedure ins
516: (
517: p_rec in out nocopy per_cel_shd.g_rec_type,
518: p_validate in boolean default false,
519: p_effective_date in Date
520: ) is
521: --

Line 667: l_rec per_cel_shd.g_rec_type;

663: p_achieved_date in date default null,
664: p_appr_line_score in number default null
665: ) is
666: --
667: l_rec per_cel_shd.g_rec_type;
668: l_proc varchar2(72) := g_package||'ins';
669: --
670: Begin
671: hr_utility.set_location('Entering:'||l_proc, 5);

Line 678: per_cel_shd.convert_args

674: -- p_rec structure.
675: -- ngundura added object_id and name as parameters to convert_args
676: hr_utility.set_location(p_type,99);
677: l_rec :=
678: per_cel_shd.convert_args
679: (
680: null,
681: null,
682: p_type,