DBA Data[Home] [Help]

APPS.HR_ORU_INS dependencies on HR_ORU_INS

Line 1: Package Body hr_oru_ins as

1: Package Body hr_oru_ins as
2: /* $Header: hrorurhi.pkb 120.2.12020000.2 2012/09/24 09:57:10 swrajapa ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' hr_oru_ins.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hr_oru_ins.'; -- Global package name
9: --
10: -- The following global variables are only to be used by
11: -- the set_base_key_value and pre_insert procedures.
12: --

Line 26: hr_oru_ins.g_organization_id_i := p_organization_id;

22: --
23: Begin
24: hr_utility.set_location('Entering:'||l_proc, 10);
25: --
26: hr_oru_ins.g_organization_id_i := p_organization_id;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);
29: End set_base_key_value;
30: --

Line 451: hr_oru_ins.pre_insert(p_rec);

447: );
448: --
449: -- Call the supporting pre-insert operation
450: --
451: hr_oru_ins.pre_insert(p_rec);
452: --
453: -- Insert the row
454: --
455: hr_oru_ins.insert_dml(p_rec);

Line 455: hr_oru_ins.insert_dml(p_rec);

451: hr_oru_ins.pre_insert(p_rec);
452: --
453: -- Insert the row
454: --
455: hr_oru_ins.insert_dml(p_rec);
456: --
457: -- Call the supporting post-insert operation
458: --
459: hr_oru_ins.post_insert

Line 459: hr_oru_ins.post_insert

455: hr_oru_ins.insert_dml(p_rec);
456: --
457: -- Call the supporting post-insert operation
458: --
459: hr_oru_ins.post_insert
460: (p_effective_date
461: ,p_rec
462: );
463: --

Line 602: hr_oru_ins.ins

598: --
599: -- Having converted the arguments into the hr_oru_rec
600: -- plsql record structure we call the corresponding record business process.
601: --
602: hr_oru_ins.ins
603: (p_effective_date
604: ,l_rec
605: ,p_duplicate_org_warning
606: );

Line 617: end hr_oru_ins;

613: --
614: hr_utility.set_location(' Leaving:'||l_proc, 10);
615: End ins;
616: --
617: end hr_oru_ins;