DBA Data[Home] [Help]

APPS.HR_ICX_INS dependencies on HR_ICX_SHD

Line 216: (p_rec in out nocopy hr_icx_shd.g_rec_type

212: --
213: -- {End Of Comments}
214: -- ----------------------------------------------------------------------------
215: Procedure insert_dml
216: (p_rec in out nocopy hr_icx_shd.g_rec_type
217: ) is
218: --
219: l_proc varchar2(72) := g_package||'insert_dml';
220: --

Line 315: hr_icx_shd.constraint_error

311: Exception
312: When hr_api.check_integrity_violated Then
313: -- A check constraint has been violated
314: --
315: hr_icx_shd.constraint_error
316: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
317: When hr_api.parent_integrity_violated Then
318: -- Parent integrity has been violated
319: --

Line 320: hr_icx_shd.constraint_error

316: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
317: When hr_api.parent_integrity_violated Then
318: -- Parent integrity has been violated
319: --
320: hr_icx_shd.constraint_error
321: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
322: When hr_api.unique_integrity_violated Then
323: -- Unique integrity has been violated
324: --

Line 325: hr_icx_shd.constraint_error

321: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
322: When hr_api.unique_integrity_violated Then
323: -- Unique integrity has been violated
324: --
325: hr_icx_shd.constraint_error
326: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
327: When Others Then
328: --
329: Raise;

Line 370: (p_rec in out nocopy hr_icx_shd.g_rec_type

366: --
367: -- {End Of Comments}
368: -- ----------------------------------------------------------------------------
369: Procedure pre_insert
370: (p_rec in out nocopy hr_icx_shd.g_rec_type
371: ) is
372: --
373: l_proc varchar2(72) := g_package||'pre_insert';
374: --

Line 424: ,p_rec in hr_icx_shd.g_rec_type

420: -- {End Of Comments}
421: -- ----------------------------------------------------------------------------
422: Procedure post_insert
423: (p_effective_date in date
424: ,p_rec in hr_icx_shd.g_rec_type
425: ) is
426: --
427: l_proc varchar2(72) := g_package||'post_insert';
428: --

Line 529: ,p_rec in out nocopy hr_icx_shd.g_rec_type

525: -- |---------------------------------< ins >----------------------------------|
526: -- ----------------------------------------------------------------------------
527: Procedure ins
528: (p_effective_date in date
529: ,p_rec in out nocopy hr_icx_shd.g_rec_type
530: ) is
531: --
532: l_proc varchar2(72) := g_package||'ins';
533: --

Line 607: l_rec hr_icx_shd.g_rec_type;

603: ,p_item_context_id out nocopy number
604: ,p_object_version_number out nocopy number
605: ) is
606: --
607: l_rec hr_icx_shd.g_rec_type;
608: l_proc varchar2(72) := g_package||'ins';
609: --
610: Begin
611: hr_utility.set_location('Entering:'||l_proc, 5);

Line 617: hr_icx_shd.convert_args

613: -- Call conversion function to turn arguments into the
614: -- p_rec structure.
615: --
616: l_rec :=
617: hr_icx_shd.convert_args
618: (null
619: ,p_id_flex_num
620: ,p_object_version_number
621: ,p_summary_flag