DBA Data[Home] [Help]

APPS.PER_PML_INS dependencies on PER_PML_SHD

Line 76: (p_rec in out nocopy per_pml_shd.g_rec_type

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

Line 205: per_pml_shd.constraint_error

201: Exception
202: When hr_api.check_integrity_violated Then
203: -- A check constraint has been violated
204: --
205: per_pml_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_pml_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_pml_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_pml_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_pml_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_pml_shd.g_rec_type

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

Line 348: ,p_rec in per_pml_shd.g_rec_type

344: -- {End Of Comments}
345: -- ----------------------------------------------------------------------------
346: Procedure post_insert
347: (p_effective_date in date
348: ,p_rec in per_pml_shd.g_rec_type
349: ,p_duplicate_name_warning in boolean
350: ,p_weighting_over_100_warning in boolean
351: ,p_weighting_appraisal_warning in boolean
352: ) is

Line 492: ,p_rec in out nocopy per_pml_shd.g_rec_type

488: -- |---------------------------------< ins >----------------------------------|
489: -- ----------------------------------------------------------------------------
490: Procedure ins
491: (p_effective_date in date
492: ,p_rec in out nocopy per_pml_shd.g_rec_type
493: ,p_duplicate_name_warning out nocopy boolean
494: ,p_weighting_over_100_warning out nocopy boolean
495: ,p_weighting_appraisal_warning out nocopy boolean
496: ) is

Line 604: l_rec per_pml_shd.g_rec_type;

600: ,p_weighting_over_100_warning out nocopy boolean
601: ,p_weighting_appraisal_warning out nocopy boolean
602: ) is
603: --
604: l_rec per_pml_shd.g_rec_type;
605: l_proc varchar2(72) := g_package||'ins';
606: l_objective_name_warning boolean;
607: l_duplicate_name_warning boolean;
608: l_weighting_over_100_warning boolean;

Line 619: per_pml_shd.convert_args

615: -- Call conversion function to turn arguments into the
616: -- p_rec structure.
617: --
618: l_rec :=
619: per_pml_shd.convert_args
620: (null
621: ,null
622: ,p_objective_name
623: ,p_valid_from