DBA Data[Home] [Help]

APPS.PER_RES_INS dependencies on PER_RES_SHD

Line 102: (p_rec in out nocopy per_res_shd.g_rec_type

98: --
99: -- {End Of Comments}
100: -- ----------------------------------------------------------------------------
101: Procedure insert_dml
102: (p_rec in out nocopy per_res_shd.g_rec_type
103: ) is
104: --
105: l_proc varchar2(72) := g_package||'insert_dml';
106: --

Line 193: per_res_shd.constraint_error

189: Exception
190: When hr_api.check_integrity_violated Then
191: -- A check constraint has been violated
192: --
193: per_res_shd.constraint_error
194: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
195: When hr_api.parent_integrity_violated Then
196: -- Parent integrity has been violated
197: --

Line 198: per_res_shd.constraint_error

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

Line 203: per_res_shd.constraint_error

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

Line 248: (p_rec in out nocopy per_res_shd.g_rec_type

244: --
245: -- {End Of Comments}
246: -- ----------------------------------------------------------------------------
247: Procedure pre_insert
248: (p_rec in out nocopy per_res_shd.g_rec_type
249: ) is
250: --
251: l_proc varchar2(72) := g_package||'pre_insert';
252: --

Line 302: ,p_rec in per_res_shd.g_rec_type

298: -- {End Of Comments}
299: -- ----------------------------------------------------------------------------
300: Procedure post_insert
301: (p_effective_date in date
302: ,p_rec in per_res_shd.g_rec_type
303: ) is
304: --
305: l_proc varchar2(72) := g_package||'post_insert';
306: --

Line 411: ,p_rec in out nocopy per_res_shd.g_rec_type

407: -- |---------------------------------< ins >----------------------------------|
408: -- ----------------------------------------------------------------------------
409: Procedure ins
410: (p_effective_date in date
411: ,p_rec in out nocopy per_res_shd.g_rec_type
412: ) is
413: --
414: l_proc varchar2(72) := g_package||'ins';
415: --

Line 484: l_rec per_res_shd.g_rec_type;

480: ,p_cagr_entitlement_result_id out nocopy number
481: ,p_object_version_number out nocopy number
482: ) is
483: --
484: l_rec per_res_shd.g_rec_type;
485: l_proc varchar2(72) := g_package||'ins';
486: --
487: Begin
488: hr_utility.set_location('Entering:'||l_proc, 5);

Line 494: per_res_shd.convert_args

490: -- Call conversion function to turn arguments into the
491: -- p_rec structure.
492: --
493: l_rec :=
494: per_res_shd.convert_args
495: (null
496: ,p_assignment_id
497: ,p_start_date
498: ,p_end_date