DBA Data[Home] [Help]

APPS.HR_ORI_INS dependencies on HR_ORI_INS

Line 1: Package Body hr_ori_ins as

1: Package Body hr_ori_ins as
2: /* $Header: hrorirhi.pkb 120.3.12010000.2 2008/08/06 08:45:57 ubhat ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hr_ori_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_ori_ins.g_org_information_id_i := p_org_information_id;

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

Line 437: hr_ori_ins.pre_insert(p_rec);

433: );
434: --
435: -- Call the supporting pre-insert operation
436: --
437: hr_ori_ins.pre_insert(p_rec);
438: --
439: -- Insert the row
440: --
441: hr_ori_ins.insert_dml(p_rec);

Line 441: hr_ori_ins.insert_dml(p_rec);

437: hr_ori_ins.pre_insert(p_rec);
438: --
439: -- Insert the row
440: --
441: hr_ori_ins.insert_dml(p_rec);
442: --
443: -- Call the supporting post-insert operation
444: --
445: hr_ori_ins.post_insert

Line 445: hr_ori_ins.post_insert

441: hr_ori_ins.insert_dml(p_rec);
442: --
443: -- Call the supporting post-insert operation
444: --
445: hr_ori_ins.post_insert
446: (p_effective_date
447: ,p_rec
448: );
449: --

Line 570: hr_ori_ins.ins

566: --
567: -- Having converted the arguments into the hr_ori_rec
568: -- plsql record structure we call the corresponding record business process.
569: --
570: hr_ori_ins.ins
571: (p_effective_date
572: ,l_rec
573: );
574: --

Line 584: end hr_ori_ins;

580: --
581: hr_utility.set_location(' Leaving:'||l_proc, 10);
582: End ins;
583: --
584: end hr_ori_ins;