DBA Data[Home] [Help]

APPS.HR_TPP_INS dependencies on HR_TPP_INS

Line 1: Package Body hr_tpp_ins as

1: Package Body hr_tpp_ins as
2: /* $Header: hrtpprhi.pkb 120.1 2011/04/28 10:41:35 sidsaxen ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 406: hr_tpp_ins.pre_insert(p_rec);

402: );
403: --
404: -- Call the supporting pre-insert operation
405: --
406: hr_tpp_ins.pre_insert(p_rec);
407: --
408: -- Insert the row
409: --
410: hr_tpp_ins.insert_dml(p_rec);

Line 410: hr_tpp_ins.insert_dml(p_rec);

406: hr_tpp_ins.pre_insert(p_rec);
407: --
408: -- Insert the row
409: --
410: hr_tpp_ins.insert_dml(p_rec);
411: --
412: -- Call the supporting post-insert operation
413: --
414: hr_tpp_ins.post_insert

Line 414: hr_tpp_ins.post_insert

410: hr_tpp_ins.insert_dml(p_rec);
411: --
412: -- Call the supporting post-insert operation
413: --
414: hr_tpp_ins.post_insert
415: (p_effective_date
416: ,p_rec
417: );
418: --

Line 519: hr_tpp_ins.ins

515: --
516: -- Having converted the arguments into the hr_tpp_rec
517: -- plsql record structure we call the corresponding record business process.
518: --
519: hr_tpp_ins.ins
520: (p_effective_date
521: ,l_rec
522: );
523: --

Line 533: end hr_tpp_ins;

529: --
530: hr_utility.set_location(' Leaving:'||l_proc, 10);
531: End ins;
532: --
533: end hr_tpp_ins;