DBA Data[Home] [Help]

APPS.PAY_EEI_MIG_INS dependencies on PAY_EEI_MIG_INS

Line 1: Package Body pay_eei_mig_ins as

1: Package Body pay_eei_mig_ins as
2: /* $Header: pyeeimhi.pkb 120.0 2005/12/16 14:58:55 ndorai noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 472: pay_eei_mig_ins.pre_insert(p_rec);

468: );
469: --
470: -- Call the supporting pre-insert operation
471: --
472: pay_eei_mig_ins.pre_insert(p_rec);
473: --
474: -- Insert the row
475: --
476: pay_eei_mig_ins.insert_dml(p_rec);

Line 476: pay_eei_mig_ins.insert_dml(p_rec);

472: pay_eei_mig_ins.pre_insert(p_rec);
473: --
474: -- Insert the row
475: --
476: pay_eei_mig_ins.insert_dml(p_rec);
477: --
478: -- Call the supporting post-insert operation
479: --
480: pay_eei_mig_ins.post_insert

Line 480: pay_eei_mig_ins.post_insert

476: pay_eei_mig_ins.insert_dml(p_rec);
477: --
478: -- Call the supporting post-insert operation
479: --
480: pay_eei_mig_ins.post_insert
481: (p_rec
482: );
483: --
484: hr_utility.set_location('Leaving:'||l_proc, 20);

Line 629: pay_eei_mig_ins.ins

625: --
626: -- Having converted the arguments into the pay_eei_rec
627: -- plsql record structure we call the corresponding record business process.
628: --
629: pay_eei_mig_ins.ins
630: (l_rec
631: );
632: --
633: -- As the primary key argument(s)

Line 642: end pay_eei_mig_ins;

638: --
639: hr_utility.set_location(' Leaving:'||l_proc, 10);
640: End ins;
641: --
642: end pay_eei_mig_ins;