DBA Data[Home] [Help]

APPS.PER_CPO_INS dependencies on PER_CPO_SHD

Line 76: (p_rec in out nocopy per_cpo_shd.g_rec_type

72: --
73: -- {End Of Comments}
74: -- ----------------------------------------------------------------------------
75: Procedure insert_dml
76: (p_rec in out nocopy per_cpo_shd.g_rec_type
77: ) is
78: --
79: l_proc varchar2(72) := g_package||'insert_dml';
80: --

Line 85: per_cpo_shd.g_api_dml := true; -- Set the api dml status

81: Begin
82: hr_utility.set_location('Entering:'||l_proc, 5);
83: p_rec.object_version_number := 1; -- Initialise the object version
84: --
85: per_cpo_shd.g_api_dml := true; -- Set the api dml status
86: --
87: -- Insert the row into: per_competence_outcomes
88: --
89: insert into per_competence_outcomes

Line 194: per_cpo_shd.g_api_dml := false; -- Unset the api dml status

190: ,p_rec.information20
191: ,p_rec.object_version_number
192: );
193: --
194: per_cpo_shd.g_api_dml := false; -- Unset the api dml status
195: --
196: hr_utility.set_location(' Leaving:'||l_proc, 10);
197: Exception
198: When hr_api.check_integrity_violated Then

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

196: hr_utility.set_location(' Leaving:'||l_proc, 10);
197: Exception
198: When hr_api.check_integrity_violated Then
199: -- A check constraint has been violated
200: per_cpo_shd.g_api_dml := false; -- Unset the api dml status
201: per_cpo_shd.constraint_error
202: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
203: When hr_api.parent_integrity_violated Then
204: -- Parent integrity has been violated

Line 201: per_cpo_shd.constraint_error

197: Exception
198: When hr_api.check_integrity_violated Then
199: -- A check constraint has been violated
200: per_cpo_shd.g_api_dml := false; -- Unset the api dml status
201: per_cpo_shd.constraint_error
202: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
203: When hr_api.parent_integrity_violated Then
204: -- Parent integrity has been violated
205: per_cpo_shd.g_api_dml := false; -- Unset the api dml status

Line 205: per_cpo_shd.g_api_dml := false; -- Unset the api dml status

201: per_cpo_shd.constraint_error
202: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
203: When hr_api.parent_integrity_violated Then
204: -- Parent integrity has been violated
205: per_cpo_shd.g_api_dml := false; -- Unset the api dml status
206: per_cpo_shd.constraint_error
207: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
208: When hr_api.unique_integrity_violated Then
209: -- Unique integrity has been violated

Line 206: per_cpo_shd.constraint_error

202: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
203: When hr_api.parent_integrity_violated Then
204: -- Parent integrity has been violated
205: per_cpo_shd.g_api_dml := false; -- Unset the api dml status
206: per_cpo_shd.constraint_error
207: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
208: When hr_api.unique_integrity_violated Then
209: -- Unique integrity has been violated
210: per_cpo_shd.g_api_dml := false; -- Unset the api dml status

Line 210: per_cpo_shd.g_api_dml := false; -- Unset the api dml status

206: per_cpo_shd.constraint_error
207: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
208: When hr_api.unique_integrity_violated Then
209: -- Unique integrity has been violated
210: per_cpo_shd.g_api_dml := false; -- Unset the api dml status
211: per_cpo_shd.constraint_error
212: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
213: When Others Then
214: per_cpo_shd.g_api_dml := false; -- Unset the api dml status

Line 211: per_cpo_shd.constraint_error

207: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
208: When hr_api.unique_integrity_violated Then
209: -- Unique integrity has been violated
210: per_cpo_shd.g_api_dml := false; -- Unset the api dml status
211: per_cpo_shd.constraint_error
212: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
213: When Others Then
214: per_cpo_shd.g_api_dml := false; -- Unset the api dml status
215: Raise;

Line 214: per_cpo_shd.g_api_dml := false; -- Unset the api dml status

210: per_cpo_shd.g_api_dml := false; -- Unset the api dml status
211: per_cpo_shd.constraint_error
212: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
213: When Others Then
214: per_cpo_shd.g_api_dml := false; -- Unset the api dml status
215: Raise;
216: End insert_dml;
217: --
218: -- ----------------------------------------------------------------------------

Line 256: (p_rec in out nocopy per_cpo_shd.g_rec_type

252: --
253: -- {End Of Comments}
254: -- ----------------------------------------------------------------------------
255: Procedure pre_insert
256: (p_rec in out nocopy per_cpo_shd.g_rec_type
257: ) is
258: --
259: Cursor C_Sel1 is
260: select per_competence_outcomes_s.nextval

Line 346: ,p_rec in per_cpo_shd.g_rec_type

342: -- {End Of Comments}
343: -- ----------------------------------------------------------------------------
344: Procedure post_insert
345: (p_effective_date in date
346: ,p_rec in per_cpo_shd.g_rec_type
347: ) is
348: --
349: l_proc varchar2(72) := g_package||'post_insert';
350: --

Line 477: ,p_rec in out nocopy per_cpo_shd.g_rec_type

473: -- |---------------------------------< ins >----------------------------------|
474: -- ----------------------------------------------------------------------------
475: Procedure ins
476: (p_effective_date in date
477: ,p_rec in out nocopy per_cpo_shd.g_rec_type
478: ) is
479: --
480: l_proc varchar2(72) := g_package||'ins';
481: --

Line 573: l_rec per_cpo_shd.g_rec_type;

569: ,p_outcome_id out nocopy number
570: ,p_object_version_number out nocopy number
571: ) is
572: --
573: l_rec per_cpo_shd.g_rec_type;
574: l_proc varchar2(72) := g_package||'ins';
575: --
576: Begin
577: hr_utility.set_location('Entering:'||l_proc, 5);

Line 583: per_cpo_shd.convert_args

579: -- Call conversion function to turn arguments into the
580: -- p_rec structure.
581: --
582: l_rec :=
583: per_cpo_shd.convert_args
584: (null
585: ,p_competence_id
586: ,p_outcome_number
587: ,p_name