DBA Data[Home] [Help]

APPS.PER_INC_INS dependencies on PER_INC_SHD

Line 54: (p_rec in out nocopy per_inc_shd.g_rec_type

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

Line 303: per_inc_shd.constraint_error

299: Exception
300: When hr_api.check_integrity_violated Then
301: -- A check constraint has been violated
302: --
303: per_inc_shd.constraint_error
304: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
305: When hr_api.parent_integrity_violated Then
306: -- Parent integrity has been violated
307: --

Line 308: per_inc_shd.constraint_error

304: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
305: When hr_api.parent_integrity_violated Then
306: -- Parent integrity has been violated
307: --
308: per_inc_shd.constraint_error
309: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
310: When hr_api.unique_integrity_violated Then
311: -- Unique integrity has been violated
312: --

Line 313: per_inc_shd.constraint_error

309: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
310: When hr_api.unique_integrity_violated Then
311: -- Unique integrity has been violated
312: --
313: per_inc_shd.constraint_error
314: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
315: When Others Then
316: --
317: Raise;

Line 358: (p_rec in out nocopy per_inc_shd.g_rec_type

354: --
355: -- {End Of Comments}
356: -- ----------------------------------------------------------------------------
357: Procedure pre_insert
358: (p_rec in out nocopy per_inc_shd.g_rec_type
359: ) is
360: --
361: l_proc varchar2(72) := g_package||'pre_insert';
362: --

Line 412: ,p_rec in per_inc_shd.g_rec_type

408: -- {End Of Comments}
409: -- ----------------------------------------------------------------------------
410: Procedure post_insert
411: (p_effective_date in date
412: ,p_rec in per_inc_shd.g_rec_type
413: ) is
414: --
415: l_proc varchar2(72) := g_package||'post_insert';
416: --

Line 654: ,p_rec in out nocopy per_inc_shd.g_rec_type

650: -- |---------------------------------< ins >----------------------------------|
651: -- ----------------------------------------------------------------------------
652: Procedure ins
653: (p_effective_date in date
654: ,p_rec in out nocopy per_inc_shd.g_rec_type
655: ) is
656: --
657: l_proc varchar2(72) := g_package||'ins';
658: --

Line 806: l_rec per_inc_shd.g_rec_type;

802: ,p_incident_id out nocopy number
803: ,p_object_version_number out nocopy number
804: ) is
805: --
806: l_rec per_inc_shd.g_rec_type;
807: l_proc varchar2(72) := g_package||'ins';
808: --
809: Begin
810: hr_utility.set_location('Entering:'||l_proc, 5);

Line 816: per_inc_shd.convert_args

812: -- Call conversion function to turn arguments into the
813: -- p_rec structure.
814: --
815: l_rec :=
816: per_inc_shd.convert_args
817: (null
818: ,p_person_id
819: ,p_incident_reference
820: ,p_incident_type