DBA Data[Home] [Help]

APPS.PER_ECA_INS dependencies on PER_ECA_SHD

Line 54: (p_rec in out nocopy per_eca_shd.g_rec_type

50: --
51: -- {End Of Comments}
52: -- ----------------------------------------------------------------------------
53: Procedure insert_dml
54: (p_rec in out nocopy per_eca_shd.g_rec_type
55: ) is
56: --
57: l_proc varchar2(72) := g_package||'insert_dml';
58: l_created_by per_election_candidates.created_by%TYPE;

Line 239: per_eca_shd.constraint_error

235: Exception
236: When hr_api.check_integrity_violated Then
237: -- A check constraint has been violated
238: --
239: per_eca_shd.constraint_error
240: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
241: When hr_api.parent_integrity_violated Then
242: -- Parent integrity has been violated
243: --

Line 244: per_eca_shd.constraint_error

240: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
241: When hr_api.parent_integrity_violated Then
242: -- Parent integrity has been violated
243: --
244: per_eca_shd.constraint_error
245: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
246: When hr_api.unique_integrity_violated Then
247: -- Unique integrity has been violated
248: --

Line 249: per_eca_shd.constraint_error

245: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
246: When hr_api.unique_integrity_violated Then
247: -- Unique integrity has been violated
248: --
249: per_eca_shd.constraint_error
250: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
251: When Others Then
252: --
253: Raise;

Line 294: (p_rec in out nocopy per_eca_shd.g_rec_type

290: --
291: -- {End Of Comments}
292: -- ----------------------------------------------------------------------------
293: Procedure pre_insert
294: (p_rec in out nocopy per_eca_shd.g_rec_type
295: ) is
296: --
297: l_proc varchar2(72) := g_package||'pre_insert';
298: --

Line 347: (p_rec in per_eca_shd.g_rec_type

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

Line 514: (p_rec in out nocopy per_eca_shd.g_rec_type

510: -- ----------------------------------------------------------------------------
511: -- |---------------------------------< ins >----------------------------------|
512: -- ----------------------------------------------------------------------------
513: Procedure ins
514: (p_rec in out nocopy per_eca_shd.g_rec_type
515: ,p_validate in boolean default false
516: ) is
517: --
518: l_proc varchar2(72) := g_package||'ins';

Line 644: l_rec per_eca_shd.g_rec_type;

640: ,p_election_candidate_id out nocopy number
641: ,p_object_version_number out nocopy number
642: ) is
643: --
644: l_rec per_eca_shd.g_rec_type;
645: l_proc varchar2(72) := g_package||'ins';
646: --
647: Begin
648: hr_utility.set_location('Entering:'||l_proc, 5);

Line 654: per_eca_shd.convert_args

650: -- Call conversion function to turn arguments into the
651: -- p_rec structure.
652: --
653: l_rec :=
654: per_eca_shd.convert_args
655: (null
656: ,p_business_group_id
657: ,p_election_id
658: ,p_person_id