DBA Data[Home] [Help]

APPS.PER_PAR_INS dependencies on PER_PAR_SHD

Line 67: Procedure insert_dml(p_rec in out nocopy per_par_shd.g_rec_type) is

63: -- Internal Table Handler Use Only.
64: --
65: -- {End Of Comments}
66: -- ----------------------------------------------------------------------------
67: Procedure insert_dml(p_rec in out nocopy per_par_shd.g_rec_type) is
68: --
69: l_proc varchar2(72) := g_package||'insert_dml';
70: --
71: Begin

Line 156: per_par_shd.constraint_error

152: hr_utility.set_location(' Leaving:'||l_proc, 10);
153: Exception
154: When hr_api.check_integrity_violated Then
155: -- A check constraint has been violated
156: per_par_shd.constraint_error
157: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
158: When hr_api.parent_integrity_violated Then
159: -- Parent integrity has been violated
160: per_par_shd.constraint_error

Line 160: per_par_shd.constraint_error

156: per_par_shd.constraint_error
157: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
158: When hr_api.parent_integrity_violated Then
159: -- Parent integrity has been violated
160: per_par_shd.constraint_error
161: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
162: When hr_api.unique_integrity_violated Then
163: -- Unique integrity has been violated
164: per_par_shd.constraint_error

Line 164: per_par_shd.constraint_error

160: per_par_shd.constraint_error
161: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
162: When hr_api.unique_integrity_violated Then
163: -- Unique integrity has been violated
164: per_par_shd.constraint_error
165: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
166: When Others Then
167: Raise;
168: End insert_dml;

Line 207: Procedure pre_insert(p_rec in out nocopy per_par_shd.g_rec_type) is

203: -- Internal Table Handler Use Only.
204: --
205: -- {End Of Comments}
206: -- ----------------------------------------------------------------------------
207: Procedure pre_insert(p_rec in out nocopy per_par_shd.g_rec_type) is
208: --
209: l_proc varchar2(72) := g_package||'pre_insert';
210: l_exists varchar2(1);
211:

Line 293: Procedure post_insert(p_rec in per_par_shd.g_rec_type) is

289: -- Internal Table Handler Use Only.
290: --
291: -- {End Of Comments}
292: -- ----------------------------------------------------------------------------
293: Procedure post_insert(p_rec in per_par_shd.g_rec_type) is
294: --
295: l_proc varchar2(72) := g_package||'post_insert';
296: --
297: Begin

Line 357: p_rec in out nocopy per_par_shd.g_rec_type,

353: -- |---------------------------------< ins >----------------------------------|
354: -- ----------------------------------------------------------------------------
355: Procedure ins
356: (
357: p_rec in out nocopy per_par_shd.g_rec_type,
358: p_effective_date in date,
359: p_validate in boolean default false
360: ) is
361: --

Line 462: l_rec per_par_shd.g_rec_type;

458: p_effective_date in date,
459: p_validate in boolean default false
460: ) is
461: --
462: l_rec per_par_shd.g_rec_type;
463: l_proc varchar2(72) := g_package||'ins';
464: --
465: Begin
466: hr_utility.set_location('Entering:'||l_proc, 5);

Line 472: per_par_shd.convert_args

468: -- Call conversion function to turn arguments into the
469: -- p_rec structure.
470: --
471: l_rec :=
472: per_par_shd.convert_args
473: (
474: null,
475: p_business_group_id,
476: null,