DBA Data[Home] [Help]

APPS.PER_PMP_INS dependencies on PER_PMP_SHD

Line 76: (p_rec in out nocopy per_pmp_shd.g_rec_type

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

Line 225: per_pmp_shd.constraint_error

221: Exception
222: When hr_api.check_integrity_violated Then
223: -- A check constraint has been violated
224: --
225: per_pmp_shd.constraint_error
226: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
227: When hr_api.parent_integrity_violated Then
228: -- Parent integrity has been violated
229: --

Line 230: per_pmp_shd.constraint_error

226: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
227: When hr_api.parent_integrity_violated Then
228: -- Parent integrity has been violated
229: --
230: per_pmp_shd.constraint_error
231: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
232: When hr_api.unique_integrity_violated Then
233: -- Unique integrity has been violated
234: --

Line 235: per_pmp_shd.constraint_error

231: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
232: When hr_api.unique_integrity_violated Then
233: -- Unique integrity has been violated
234: --
235: per_pmp_shd.constraint_error
236: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
237: When Others Then
238: --
239: Raise;

Line 280: (p_rec in out nocopy per_pmp_shd.g_rec_type

276: --
277: -- {End Of Comments}
278: -- ----------------------------------------------------------------------------
279: Procedure pre_insert
280: (p_rec in out nocopy per_pmp_shd.g_rec_type
281: ) is
282: --
283: Cursor C_Sel1 is select per_perf_mgmt_plans_s.nextval from sys.dual;
284: --

Line 368: ,p_rec in per_pmp_shd.g_rec_type

364: -- {End Of Comments}
365: -- ----------------------------------------------------------------------------
366: Procedure post_insert
367: (p_effective_date in date
368: ,p_rec in per_pmp_shd.g_rec_type
369: ,p_duplicate_name_warning in boolean
370: ,p_no_life_events_warning in boolean
371: ) is
372: --

Line 526: ,p_rec in out nocopy per_pmp_shd.g_rec_type

522: -- |---------------------------------< ins >----------------------------------|
523: -- ----------------------------------------------------------------------------
524: Procedure ins
525: (p_effective_date in date
526: ,p_rec in out nocopy per_pmp_shd.g_rec_type
527: ,p_duplicate_name_warning out nocopy boolean
528: ,p_no_life_events_warning out nocopy boolean
529: ) is
530: --

Line 644: l_rec per_pmp_shd.g_rec_type;

640: ,p_duplicate_name_warning out nocopy boolean
641: ,p_no_life_events_warning out nocopy boolean
642: ) is
643: --
644: l_rec per_pmp_shd.g_rec_type;
645: l_proc varchar2(72) := g_package||'ins';
646: l_status_code CONSTANT varchar2(5) := 'DRAFT';
647: --
648: Begin

Line 655: per_pmp_shd.convert_args

651: -- Call conversion function to turn arguments into the
652: -- p_rec structure.
653: --
654: l_rec :=
655: per_pmp_shd.convert_args
656: (null
657: ,null
658: ,p_plan_name
659: ,p_administrator_person_id