DBA Data[Home] [Help]

APPS.PE_PEI_INS dependencies on PE_PEI_SHD

Line 57: Procedure insert_dml(p_rec in out NOCOPY pe_pei_shd.g_rec_type) is

53: -- Internal Table Handler Use Only.
54: --
55: -- {End Of Comments}
56: -- ----------------------------------------------------------------------------
57: Procedure insert_dml(p_rec in out NOCOPY pe_pei_shd.g_rec_type) is
58: --
59: l_proc varchar2(72) := g_package||'insert_dml';
60: --
61: Begin

Line 196: pe_pei_shd.constraint_error

192: hr_utility.set_location(' Leaving:'||l_proc, 10);
193: Exception
194: When hr_api.check_integrity_violated Then
195: -- A check constraint has been violated
196: pe_pei_shd.constraint_error
197: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
198: When hr_api.parent_integrity_violated Then
199: -- Parent integrity has been violated
200: pe_pei_shd.constraint_error

Line 200: pe_pei_shd.constraint_error

196: pe_pei_shd.constraint_error
197: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
198: When hr_api.parent_integrity_violated Then
199: -- Parent integrity has been violated
200: pe_pei_shd.constraint_error
201: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
202: When hr_api.unique_integrity_violated Then
203: -- Unique integrity has been violated
204: pe_pei_shd.constraint_error

Line 204: pe_pei_shd.constraint_error

200: pe_pei_shd.constraint_error
201: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
202: When hr_api.unique_integrity_violated Then
203: -- Unique integrity has been violated
204: pe_pei_shd.constraint_error
205: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
206: When Others Then
207: Raise;
208: End insert_dml;

Line 247: Procedure pre_insert(p_rec in out NOCOPY pe_pei_shd.g_rec_type) is

243: -- Internal Table Handler Use Only.
244: --
245: -- {End Of Comments}
246: -- ----------------------------------------------------------------------------
247: Procedure pre_insert(p_rec in out NOCOPY pe_pei_shd.g_rec_type) is
248: --
249: l_proc varchar2(72) := g_package||'pre_insert';
250: --
251: Cursor C_Sel1 is select per_people_extra_info_s.nextval from sys.dual;

Line 298: Procedure post_insert(p_rec in pe_pei_shd.g_rec_type) is

294: -- Internal Table Handler Use Only.
295: --
296: -- {End Of Comments}
297: -- ----------------------------------------------------------------------------
298: Procedure post_insert(p_rec in pe_pei_shd.g_rec_type) is
299: --
300: l_proc varchar2(72) := g_package||'post_insert';
301: --
302: Begin

Line 416: p_rec in out NOCOPY pe_pei_shd.g_rec_type,

412: -- |---------------------------------< ins >----------------------------------|
413: -- ----------------------------------------------------------------------------
414: Procedure ins
415: (
416: p_rec in out NOCOPY pe_pei_shd.g_rec_type,
417: p_validate in boolean default false
418: ) is
419: --
420: l_proc varchar2(72) := g_package||'ins';

Line 534: l_rec pe_pei_shd.g_rec_type;

530: p_object_version_number out NOCOPY number,
531: p_validate in boolean default false
532: ) is
533: --
534: l_rec pe_pei_shd.g_rec_type;
535: l_proc varchar2(72) := g_package||'ins';
536: --
537: Begin
538: hr_utility.set_location('Entering:'||l_proc, 5);

Line 544: pe_pei_shd.convert_args

540: -- Call conversion function to turn arguments into the
541: -- p_rec structure.
542: --
543: l_rec :=
544: pe_pei_shd.convert_args
545: (
546: null,
547: p_person_id,
548: p_information_type,