DBA Data[Home] [Help]

APPS.HR_WNP_INS dependencies on HR_WNP_INS

Line 1: Package Body hr_wnp_ins as

1: Package Body hr_wnp_ins as
2: /* $Header: hrwnprhi.pkb 120.1 2011/04/28 10:20:23 sidsaxen ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 408: hr_wnp_ins.pre_insert(p_rec);

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

Line 412: hr_wnp_ins.insert_dml(p_rec);

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

Line 416: hr_wnp_ins.post_insert

412: hr_wnp_ins.insert_dml(p_rec);
413: --
414: -- Call the supporting post-insert operation
415: --
416: hr_wnp_ins.post_insert
417: (p_rec
418: );
419: --
420: hr_utility.set_location('Leaving:'||l_proc, 20);

Line 521: hr_wnp_ins.ins

517: --
518: -- Having converted the arguments into the hr_wnp_rec
519: -- plsql record structure we call the corresponding record business process.
520: --
521: hr_wnp_ins.ins
522: (l_rec
523: );
524: --
525: -- As the primary key argument(s)

Line 534: end hr_wnp_ins;

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