DBA Data[Home] [Help]

APPS.PER_PJU_INS dependencies on PER_PJU_SHD

Line 76: (p_rec in out nocopy per_pju_shd.g_rec_type

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

Line 205: per_pju_shd.constraint_error

201: Exception
202: When hr_api.check_integrity_violated Then
203: -- A check constraint has been violated
204: --
205: per_pju_shd.constraint_error
206: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
207: When hr_api.parent_integrity_violated Then
208: -- Parent integrity has been violated
209: --

Line 210: per_pju_shd.constraint_error

206: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
207: When hr_api.parent_integrity_violated Then
208: -- Parent integrity has been violated
209: --
210: per_pju_shd.constraint_error
211: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
212: When hr_api.unique_integrity_violated Then
213: -- Unique integrity has been violated
214: --

Line 215: per_pju_shd.constraint_error

211: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
212: When hr_api.unique_integrity_violated Then
213: -- Unique integrity has been violated
214: --
215: per_pju_shd.constraint_error
216: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
217: When Others Then
218: --
219: Raise;

Line 260: (p_rec in out nocopy per_pju_shd.g_rec_type

256: --
257: -- {End Of Comments}
258: -- ----------------------------------------------------------------------------
259: Procedure pre_insert
260: (p_rec in out nocopy per_pju_shd.g_rec_type
261: ) is
262: --
263: Cursor C_Sel1 is select per_previous_job_usages_s.nextval from sys.dual;
264: --

Line 347: (p_rec in per_pju_shd.g_rec_type

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

Line 480: (p_rec in out nocopy per_pju_shd.g_rec_type

476: -- ----------------------------------------------------------------------------
477: -- |---------------------------------< ins >----------------------------------|
478: -- ----------------------------------------------------------------------------
479: Procedure ins
480: (p_rec in out nocopy per_pju_shd.g_rec_type
481: ) is
482: --
483: l_proc varchar2(72) := g_package||'ins';
484: --

Line 569: l_rec per_pju_shd.g_rec_type;

565: ,p_previous_job_usage_id out nocopy number
566: ,p_object_version_number out nocopy number
567: ) is
568: --
569: l_rec per_pju_shd.g_rec_type;
570: l_proc varchar2(72) := g_package||'ins';
571: --
572: Begin
573: hr_utility.set_location('Entering:'||l_proc, 5);

Line 579: per_pju_shd.convert_args

575: -- Call conversion function to turn arguments into the
576: -- p_rec structure.
577: --
578: l_rec :=
579: per_pju_shd.convert_args
580: (null
581: ,p_assignment_id
582: ,p_previous_employer_id
583: ,p_previous_job_id