DBA Data[Home] [Help]

APPS.HR_ORD_INS dependencies on HR_ORD_INS

Line 1: Package Body hr_ord_ins as

1: Package Body hr_ord_ins as
2: /* $Header: hrordrhi.pkb 115.7 2002/12/04 06:20:03 hjonnala noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 508: hr_ord_ins.pre_insert(p_rec);

504: );
505: --
506: -- Call the supporting pre-insert operation
507: --
508: hr_ord_ins.pre_insert(p_rec);
509: --
510: -- Insert the row
511: --
512: hr_ord_ins.insert_dml(p_rec);

Line 512: hr_ord_ins.insert_dml(p_rec);

508: hr_ord_ins.pre_insert(p_rec);
509: --
510: -- Insert the row
511: --
512: hr_ord_ins.insert_dml(p_rec);
513: --
514: -- Call the supporting post-insert operation
515: --
516: hr_ord_ins.post_insert

Line 516: hr_ord_ins.post_insert

512: hr_ord_ins.insert_dml(p_rec);
513: --
514: -- Call the supporting post-insert operation
515: --
516: hr_ord_ins.post_insert
517: (p_effective_date
518: ,p_rec
519: );
520: --

Line 683: hr_ord_ins.ins

679: --
680: -- Having converted the arguments into the hr_ord_rec
681: -- plsql record structure we call the corresponding record business process.
682: --
683: hr_ord_ins.ins
684: (p_effective_date
685: ,l_rec
686: );
687: --

Line 697: end hr_ord_ins;

693: --
694: hr_utility.set_location(' Leaving:'||l_proc, 10);
695: End ins;
696: --
697: end hr_ord_ins;