DBA Data[Home] [Help]

APPS.PER_RAA_INS dependencies on PER_RAA_SHD

Line 76: (p_rec in out nocopy per_raa_shd.g_rec_type

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

Line 207: per_raa_shd.constraint_error

203: Exception
204: When hr_api.check_integrity_violated Then
205: -- A check constraint has been violated
206: --
207: per_raa_shd.constraint_error
208: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
209: When hr_api.parent_integrity_violated Then
210: -- Parent integrity has been violated
211: --

Line 212: per_raa_shd.constraint_error

208: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
209: When hr_api.parent_integrity_violated Then
210: -- Parent integrity has been violated
211: --
212: per_raa_shd.constraint_error
213: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
214: When hr_api.unique_integrity_violated Then
215: -- Unique integrity has been violated
216: --

Line 217: per_raa_shd.constraint_error

213: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
214: When hr_api.unique_integrity_violated Then
215: -- Unique integrity has been violated
216: --
217: per_raa_shd.constraint_error
218: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
219: When Others Then
220: --
221: Raise;

Line 262: (p_rec in out nocopy per_raa_shd.g_rec_type

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

Line 349: (p_rec in per_raa_shd.g_rec_type

345: --
346: -- {End Of Comments}
347: -- ----------------------------------------------------------------------------
348: Procedure post_insert
349: (p_rec in per_raa_shd.g_rec_type
350: ) is
351: --
352: l_proc varchar2(72) := g_package||'post_insert';
353: --

Line 474: (p_rec in out nocopy per_raa_shd.g_rec_type

470: -- ----------------------------------------------------------------------------
471: -- |---------------------------------< ins >----------------------------------|
472: -- ----------------------------------------------------------------------------
473: Procedure ins
474: (p_rec in out nocopy per_raa_shd.g_rec_type
475: ) is
476: --
477: l_proc varchar2(72) := g_package||'ins';
478: --

Line 565: l_rec per_raa_shd.g_rec_type;

561: ,p_recruitment_activity_id out nocopy number
562: ,p_object_version_number out nocopy number
563: ) is
564: --
565: l_rec per_raa_shd.g_rec_type;
566: l_proc varchar2(72) := g_package||'ins';
567: --
568: Begin
569: hr_utility.set_location('Entering:'||l_proc, 5);

Line 575: per_raa_shd.convert_args

571: -- Call conversion function to turn arguments into the
572: -- p_rec structure.
573: --
574: l_rec :=
575: per_raa_shd.convert_args
576: (null
577: ,p_business_group_id
578: ,p_authorising_person_id
579: ,p_run_by_organization_id