DBA Data[Home] [Help]

APPS.PER_ROL_INS dependencies on PER_ROL_SHD

Line 54: (p_rec in out nocopy per_rol_shd.g_rec_type

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

Line 186: per_rol_shd.constraint_error

182: Exception
183: When hr_api.check_integrity_violated Then
184: -- A check constraint has been violated
185: --
186: per_rol_shd.constraint_error
187: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
188: When hr_api.parent_integrity_violated Then
189: -- Parent integrity has been violated
190: --

Line 191: per_rol_shd.constraint_error

187: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
188: When hr_api.parent_integrity_violated Then
189: -- Parent integrity has been violated
190: --
191: per_rol_shd.constraint_error
192: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
193: When hr_api.unique_integrity_violated Then
194: -- Unique integrity has been violated
195: --

Line 196: per_rol_shd.constraint_error

192: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
193: When hr_api.unique_integrity_violated Then
194: -- Unique integrity has been violated
195: --
196: per_rol_shd.constraint_error
197: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
198: When Others Then
199: --
200: Raise;

Line 241: (p_rec in out nocopy per_rol_shd.g_rec_type

237: --
238: -- {End Of Comments}
239: -- ----------------------------------------------------------------------------
240: Procedure pre_insert
241: (p_rec in out nocopy per_rol_shd.g_rec_type
242: ) is
243: --
244: l_proc varchar2(72) := g_package||'pre_insert';
245: --

Line 295: ,p_rec in per_rol_shd.g_rec_type

291: -- {End Of Comments}
292: -- ----------------------------------------------------------------------------
293: Procedure post_insert
294: (p_effective_date in date
295: ,p_rec in per_rol_shd.g_rec_type
296: ) is
297: --
298: l_proc varchar2(72) := g_package||'post_insert';
299: --

Line 434: ,p_rec in out nocopy per_rol_shd.g_rec_type

430: -- |---------------------------------< ins >----------------------------------|
431: -- ----------------------------------------------------------------------------
432: Procedure ins
433: (p_effective_date in date
434: ,p_rec in out nocopy per_rol_shd.g_rec_type
435: ) is
436: --
437: l_proc varchar2(72) := g_package||'ins';
438: --

Line 528: l_rec per_rol_shd.g_rec_type;

524: ,p_role_id out nocopy number
525: ,p_object_version_number out nocopy number
526: ) is
527: --
528: l_rec per_rol_shd.g_rec_type;
529: l_proc varchar2(72) := g_package||'ins';
530: --
531: Begin
532: hr_utility.set_location('Entering:'||l_proc, 5);

Line 538: per_rol_shd.convert_args

534: -- Call conversion function to turn arguments into the
535: -- p_rec structure.
536: --
537: l_rec :=
538: per_rol_shd.convert_args
539: (null
540: ,p_job_id
541: ,p_job_group_id
542: ,p_person_id