DBA Data[Home] [Help]

APPS.HR_ITP_INS dependencies on HR_ITP_INS

Line 1: Package Body hr_itp_ins as

1: Package Body hr_itp_ins as
2: /* $Header: hritprhi.pkb 115.11 2003/12/03 07:01:45 adhunter noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hr_itp_ins.'; -- Global package name
9: --
10: -- ----------------------------------------------------------------------------
11: -- |------------------------------< insert_dml >------------------------------|
12: -- ----------------------------------------------------------------------------

Line 519: hr_itp_ins.pre_insert(p_rec);

515: );
516: --
517: -- Call the supporting pre-insert operation
518: --
519: hr_itp_ins.pre_insert(p_rec);
520: --
521: -- Insert the row
522: --
523: hr_itp_ins.insert_dml(p_rec);

Line 523: hr_itp_ins.insert_dml(p_rec);

519: hr_itp_ins.pre_insert(p_rec);
520: --
521: -- Insert the row
522: --
523: hr_itp_ins.insert_dml(p_rec);
524: --
525: -- Call the supporting post-insert operation
526: --
527: hr_itp_ins.post_insert

Line 527: hr_itp_ins.post_insert

523: hr_itp_ins.insert_dml(p_rec);
524: --
525: -- Call the supporting post-insert operation
526: --
527: hr_itp_ins.post_insert
528: (p_effective_date
529: ,p_rec
530: );
531: --

Line 698: hr_itp_ins.ins

694: --
695: -- Having converted the arguments into the hr_itp_rec
696: -- plsql record structure we call the corresponding record business process.
697: --
698: hr_itp_ins.ins
699: (p_effective_date
700: ,l_rec
701: );
702: --

Line 712: end hr_itp_ins;

708: --
709: hr_utility.set_location(' Leaving:'||l_proc, 10);
710: End ins;
711: --
712: end hr_itp_ins;